Uses of Enum
org.bukkit.event.player.PlayerSpawnChangeEvent.Cause
Packages that use PlayerSpawnChangeEvent.Cause
-
Uses of PlayerSpawnChangeEvent.Cause in org.bukkit.event.player
Methods in org.bukkit.event.player that return PlayerSpawnChangeEvent.CauseModifier 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.Constructors in org.bukkit.event.player with parameters of type PlayerSpawnChangeEvent.CauseModifierConstructorDescriptionPlayerSpawnChangeEvent
(Player player, Location newSpawn, boolean forced, PlayerSpawnChangeEvent.Cause cause)