Uses of Enum Class
net.risingworld.api.events.player.PlayerDeathEvent.Cause
Packages that use PlayerDeathEvent.Cause
-
Uses of PlayerDeathEvent.Cause in net.risingworld.api.events.player
Subclasses with type arguments of type PlayerDeathEvent.Cause in net.risingworld.api.events.playerModifier and TypeClassDescriptionstatic enumDetermines why thePlayerDeathEventwas triggered exactly (i.e what killed this player).Methods in net.risingworld.api.events.player that return PlayerDeathEvent.CauseModifier and TypeMethodDescriptionPlayerDeathEvent.getCause()static PlayerDeathEvent.CauseReturns the enum constant of this class with the specified name.static PlayerDeathEvent.Cause[]PlayerDeathEvent.Cause.values()Returns an array containing the constants of this enum class, in the order they are declared.