mirror of
https://hub.spigotmc.org/stash/scm/spigot/bukkit.git
synced 2025-08-21 05:44:17 +00:00
SPIGOT-1849: Call EntityBlockFormEvent when an entity forms frosted ice using frost walker
This commit is contained in:
parent
58b2aab474
commit
a09454032a
1 changed files with 1 additions and 0 deletions
|
@ -10,6 +10,7 @@ import org.bukkit.entity.Entity;
|
|||
* Examples:
|
||||
* <ul>
|
||||
* <li>Snow formed by a {@link org.bukkit.entity.Snowman}.
|
||||
* <li>Frosted Ice formed by the Frost Walker enchantment.
|
||||
* </ul>
|
||||
*/
|
||||
public class EntityBlockFormEvent extends BlockFormEvent {
|
||||
|
|
Loading…
Add table
Reference in a new issue