Uses of Enum
com.welcome234.pluginsystem.events.EntityDeathEvent.DeathCause
Packages that use EntityDeathEvent.DeathCause
-
Uses of EntityDeathEvent.DeathCause in com.welcome234.pluginsystem.events
Methods in com.welcome234.pluginsystem.events that return EntityDeathEvent.DeathCauseModifier and TypeMethodDescriptionEntityDeathEvent.getDeathCause()Gets the cause of the deathstatic EntityDeathEvent.DeathCauseReturns the enum constant of this type with the specified name.static EntityDeathEvent.DeathCause[]EntityDeathEvent.DeathCause.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 EntityDeathEvent.DeathCauseModifierConstructorDescriptionEntityDeathEvent(int entityID, EntityDeathEvent.DeathCause cause, String playerKiller)