Uses of Enum Class
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 class with the specified name.static PlayerRespawnEvent.RespawnReason[]
PlayerRespawnEvent.RespawnReason.values()
Returns an array containing the constants of this enum class, in the order they are declared.ModifierConstructorDescriptionPlayerRespawnEvent
(@NotNull Player respawnPlayer, @NotNull Location respawnLocation, boolean isBedSpawn, boolean isAnchorSpawn, @NotNull PlayerRespawnEvent.RespawnReason respawnReason) Deprecated.PlayerRespawnEvent
(@NotNull Player respawnPlayer, @NotNull Location respawnLocation, boolean isBedSpawn, boolean isAnchorSpawn, @NotNull PlayerRespawnEvent.RespawnReason respawnReason, ImmutableSet.Builder<PlayerRespawnEvent.RespawnFlag> respawnFlags)