Uses of Enum
com.welcome234.pluginsystem.events.EntityDamageEvent.DamageCause
Packages that use EntityDamageEvent.DamageCause
-
Uses of EntityDamageEvent.DamageCause in com.welcome234.pluginsystem.events
Methods in com.welcome234.pluginsystem.events that return EntityDamageEvent.DamageCauseModifier and TypeMethodDescriptionEntityDamageEvent.getDamageCause()Gets the cause of the damageReturns 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.Constructors in com.welcome234.pluginsystem.events with parameters of type EntityDamageEvent.DamageCauseModifierConstructorDescriptionEntityDamageEvent(int entityID, int damage, EntityDamageEvent.DamageCause cause, String playerAttacker)