summaryrefslogtreecommitdiffstats
path: root/src/main/java/org/bukkit/event/entity/EntityChangeBlockEvent.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/java/org/bukkit/event/entity/EntityChangeBlockEvent.java')
-rw-r--r--src/main/java/org/bukkit/event/entity/EntityChangeBlockEvent.java3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/main/java/org/bukkit/event/entity/EntityChangeBlockEvent.java b/src/main/java/org/bukkit/event/entity/EntityChangeBlockEvent.java
index 454393cf..41be9ca9 100644
--- a/src/main/java/org/bukkit/event/entity/EntityChangeBlockEvent.java
+++ b/src/main/java/org/bukkit/event/entity/EntityChangeBlockEvent.java
@@ -22,7 +22,8 @@ public class EntityChangeBlockEvent extends EntityEvent implements Cancellable {
* @param what the LivingEntity causing the change
* @param block the block (before the change)
* @param to the future material being changed to
- * @deprecated Provided as a backward compatibility before the data byte was provided, and type increased to all entities
+ * @deprecated Provided as a backward compatibility before the data byte
+ * was provided, and type increased to all entities
*/
@Deprecated
public EntityChangeBlockEvent(final LivingEntity what, final Block block, final Material to) {