Uses of Enum
org.bukkit.event.player.PlayerRespawnEvent.RespawnReason
-
Uses of PlayerRespawnEvent.RespawnReason in org.bukkit.event.player
Modifier and TypeMethodDescriptionPlayerRespawnEvent.getRespawnReason()
Gets the reason this respawn event was called.Returns the enum constant of this type with the specified name.static PlayerRespawnEvent.RespawnReason[]
PlayerRespawnEvent.RespawnReason.values()
Returns an array containing the constants of this enum type, in the order they are declared.ModifierConstructorDescriptionPlayerRespawnEvent
(Player respawnPlayer, Location respawnLocation, boolean isBedSpawn, boolean isAnchorSpawn, PlayerRespawnEvent.RespawnReason respawnReason)