SPIGOT-1849: Call EntityBlockFormEvent when an entity forms frosted ice using frost walker

By: Matthew <stteg@hotmail.com>
This commit is contained in:
Bukkit/Spigot 2016-03-12 15:02:32 -05:00
parent 8c8383109a
commit b60d39b0c1

View file

@ -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 {