Class PlayerPostRespawnEvent
java.lang.Object
org.bukkit.event.Event
org.bukkit.event.player.PlayerEvent
io.papermc.paper.event.player.AbstractRespawnEvent
com.destroystokyo.paper.event.player.PlayerPostRespawnEvent
Fired after a player has respawned
-
Nested Class Summary
Nested classes/interfaces inherited from class Event
Event.Result -
Field Summary
Fields inherited from class AbstractRespawnEvent
respawnLocationFields inherited from class PlayerEvent
player -
Constructor Summary
ConstructorsConstructorDescriptionPlayerPostRespawnEvent(Player respawnPlayer, Location respawnLocation, boolean isBedSpawn, boolean isAnchorSpawn, boolean missingRespawnBlock, PlayerRespawnEvent.RespawnReason respawnReason) -
Method Summary
Modifier and TypeMethodDescriptionstatic HandlerListReturns the location of the respawned player.Methods inherited from class AbstractRespawnEvent
getRespawnFlags, getRespawnLocation, getRespawnReason, isAnchorSpawn, isBedSpawn, isMissingRespawnBlockMethods inherited from class PlayerEvent
getPlayerMethods inherited from class Event
callEvent, getEventName, isAsynchronous
-
Constructor Details
-
PlayerPostRespawnEvent
@Internal public PlayerPostRespawnEvent(Player respawnPlayer, Location respawnLocation, boolean isBedSpawn, boolean isAnchorSpawn, boolean missingRespawnBlock, PlayerRespawnEvent.RespawnReason respawnReason)
-
-
Method Details
-
getRespawnedLocation
-
getHandlers
- Specified by:
getHandlersin classEvent
-
getHandlerList
-