summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMatthew <stteg@hotmail.com>2016-03-12 15:02:32 -0500
committermd_5 <git@md-5.net>2016-03-13 08:24:55 +1100
commita09454032a06eeeb9e405167a9a4aff02b4ce0f9 (patch)
treeaebe9190f4e7ccf15b5eeabd051780ce6d849d3a /src
parent58b2aab4746e91a03e5f67b9f8b864ca0d21aaba (diff)
downloadbukkit-a09454032a06eeeb9e405167a9a4aff02b4ce0f9.tar
bukkit-a09454032a06eeeb9e405167a9a4aff02b4ce0f9.tar.gz
bukkit-a09454032a06eeeb9e405167a9a4aff02b4ce0f9.tar.lz
bukkit-a09454032a06eeeb9e405167a9a4aff02b4ce0f9.tar.xz
bukkit-a09454032a06eeeb9e405167a9a4aff02b4ce0f9.zip
SPIGOT-1849: Call EntityBlockFormEvent when an entity forms frosted ice using frost walker
Diffstat (limited to 'src')
-rw-r--r--src/main/java/org/bukkit/event/block/EntityBlockFormEvent.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main/java/org/bukkit/event/block/EntityBlockFormEvent.java b/src/main/java/org/bukkit/event/block/EntityBlockFormEvent.java
index 45efc321..4ce034fe 100644
--- a/src/main/java/org/bukkit/event/block/EntityBlockFormEvent.java
+++ b/src/main/java/org/bukkit/event/block/EntityBlockFormEvent.java
@@ -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 {