Uses of Enum Class
org.bukkit.event.player.PlayerRespawnEvent.RespawnReason
Packages that use PlayerRespawnEvent.RespawnReason
Package
Description
-
Uses of PlayerRespawnEvent.RespawnReason in com.destroystokyo.paper.event.player
Constructors in com.destroystokyo.paper.event.player with parameters of type PlayerRespawnEvent.RespawnReasonModifierConstructorDescriptionPlayerPostRespawnEvent
(Player respawnPlayer, Location respawnLocation, boolean isBedSpawn, boolean isAnchorSpawn, boolean missingRespawnBlock, PlayerRespawnEvent.RespawnReason respawnReason) -
Uses of PlayerRespawnEvent.RespawnReason in io.papermc.paper.event.player
Methods in io.papermc.paper.event.player that return PlayerRespawnEvent.RespawnReasonModifier and TypeMethodDescriptionAbstractRespawnEvent.getRespawnReason()
Gets the reason this respawn event was called.Constructors in io.papermc.paper.event.player with parameters of type PlayerRespawnEvent.RespawnReasonModifierConstructorDescriptionprotected
AbstractRespawnEvent
(Player respawnPlayer, Location respawnLocation, boolean isBedSpawn, boolean isAnchorSpawn, boolean missingRespawnBlock, PlayerRespawnEvent.RespawnReason respawnReason) -
Uses of PlayerRespawnEvent.RespawnReason in org.bukkit.event.player
Methods in org.bukkit.event.player that return PlayerRespawnEvent.RespawnReasonModifier and TypeMethodDescriptionReturns 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.Constructors in org.bukkit.event.player with parameters of type PlayerRespawnEvent.RespawnReasonModifierConstructorDescriptionPlayerRespawnEvent
(@NotNull Player respawnPlayer, @NotNull Location respawnLocation, boolean isBedSpawn, boolean isAnchorSpawn, boolean missingRespawnBlock, @NotNull PlayerRespawnEvent.RespawnReason respawnReason)