Uses of Enum Class
net.risingworld.api.events.player.PlayerDamageEvent.Cause
-
Uses of PlayerDamageEvent.Cause in net.risingworld.api.events.player
Modifier 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.