Class PlayerIngamePostRespawnEvent
java.lang.Object
org.bukkit.event.Event
org.bukkit.event.player.PlayerEvent
de.marcely.bedwars.api.event.player.PlayerIngamePostRespawnEvent
- All Implemented Interfaces:
ArenaEvent
Gets called after a player has respawned during a match
This event gets called right when the player has fullfilled the respawn-process, where he received all the items, has been teleported, etc. and is now able to play.
This refers to the post-death spectator (5 seconds wait) respawn, not strictly the death respawn.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class Event
Event.Result -
Field Summary
Fields inherited from class PlayerEvent
player -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class PlayerEvent
getPlayerMethods inherited from class Event
getEventName, isAsynchronousMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ArenaEvent
getArena
-
Constructor Details
-
PlayerIngamePostRespawnEvent
-
-
Method Details
-
getHandlers
- Specified by:
getHandlersin classEvent
-
getHandlerList
-