Uses of Enum
org.bukkit.event.player.PlayerSpawnChangeEvent.Cause
-
Uses of PlayerSpawnChangeEvent.Cause in org.bukkit.event.player
Modifier and TypeMethodDescriptionPlayerSpawnChangeEvent.getCause()
Gets the cause of spawn change.static PlayerSpawnChangeEvent.Cause
Returns the enum constant of this type with the specified name.static PlayerSpawnChangeEvent.Cause[]
PlayerSpawnChangeEvent.Cause.values()
Returns an array containing the constants of this enum type, in the order they are declared.ModifierConstructorDescriptionPlayerSpawnChangeEvent
(Player player, Location newSpawn, boolean forced, PlayerSpawnChangeEvent.Cause cause)