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