Uses of Enum Class
net.risingworld.api.events.player.PlayerDamageEvent.Cause
Packages that use PlayerDamageEvent.Cause
-
Uses of PlayerDamageEvent.Cause in net.risingworld.api.events.player
Methods in net.risingworld.api.events.player that return PlayerDamageEvent.CauseModifier and TypeMethodDescriptionPlayerDamageEvent.getCause()
Gets the "cause" of this damage, i.e the reason why the player takes damage (or in other words, what's causing the damage)static PlayerDamageEvent.Cause
Returns the enum constant of this class with the specified name.static PlayerDamageEvent.Cause[]
PlayerDamageEvent.Cause.values()
Returns an array containing the constants of this enum class, in the order they are declared.