Uses of Enum Class
com.destroystokyo.paper.event.player.PlayerSetSpawnEvent.Cause
-
Uses of PlayerSetSpawnEvent.Cause in com.destroystokyo.paper.event.player
Modifier and TypeMethodDescriptionPlayerSetSpawnEvent.getCause()
Gets the cause of this event.static PlayerSetSpawnEvent.Cause
Returns the enum constant of this class with the specified name.static PlayerSetSpawnEvent.Cause[]
PlayerSetSpawnEvent.Cause.values()
Returns an array containing the constants of this enum class, in the order they are declared.ModifierConstructorDescriptionPlayerSetSpawnEvent
(@NotNull Player player, @NotNull PlayerSetSpawnEvent.Cause cause, @Nullable Location location, boolean forced, boolean notifyPlayer, @Nullable Component notification)