Uses of Class
org.bukkit.event.entity.EntityDamageEvent.DamageCause
-
Packages that use EntityDamageEvent.DamageCause Package Description org.bukkit.event.entity -
-
Uses of EntityDamageEvent.DamageCause in org.bukkit.event.entity
Methods in org.bukkit.event.entity that return EntityDamageEvent.DamageCause Modifier and Type Method Description EntityDamageEvent.DamageCauseEntityDamageEvent. getCause()Gets the cause of the damage.static EntityDamageEvent.DamageCauseEntityDamageEvent.DamageCause. valueOf(String name)Returns the enum constant of this type with the specified name.static EntityDamageEvent.DamageCause[]EntityDamageEvent.DamageCause. values()Returns an array containing the constants of this enum type, in the order they are declared.
-