SPIGOT-1523: Add FLY_INTO_WALL DamageCause

By: md_5 <git@md-5.net>
This commit is contained in:
Bukkit/Spigot 2016-03-01 17:35:27 +11:00
parent eb56494e4b
commit 4915f4a3e1

View File

@ -418,6 +418,12 @@ public class EntityDamageEvent extends EntityEvent implements Cancellable {
* <p>
* Damage: variable
*/
CUSTOM
CUSTOM,
/**
* Damage caused when an entity runs into a wall.
* <p>
* Damage: variable
*/
FLY_INTO_WALL
}
}