Package | Description |
---|---|
net.risingworld.api.events.player |
Modifier and Type | Method and Description |
---|---|
PlayerDamageEvent.Cause |
PlayerDamageEvent.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 |
PlayerDamageEvent.Cause.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PlayerDamageEvent.Cause[] |
PlayerDamageEvent.Cause.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
PlayerDamageEvent(Player player,
short damage,
int previousHealth,
PlayerDamageEvent.Cause cause) |