Uses of Enum Class
org.bukkit.event.player.PlayerRespawnEvent.RespawnFlag
-
Uses of PlayerRespawnEvent.RespawnFlag in org.bukkit.event.player
Modifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static PlayerRespawnEvent.RespawnFlag[]
PlayerRespawnEvent.RespawnFlag.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionPlayerRespawnEvent.getRespawnFlags()
Get the set of flags that apply to this respawn.ModifierConstructorDescriptionPlayerRespawnEvent
(@NotNull Player respawnPlayer, @NotNull Location respawnLocation, boolean isBedSpawn, boolean isAnchorSpawn, @NotNull PlayerRespawnEvent.RespawnReason respawnReason, ImmutableSet.Builder<PlayerRespawnEvent.RespawnFlag> respawnFlags)