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 org.bukkit.event.Event
Event.Result -
Field Summary
Fields inherited from class org.bukkit.event.player.PlayerEvent
player -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.bukkit.event.player.PlayerEvent
getPlayerMethods inherited from class org.bukkit.event.Event
getEventName, isAsynchronousMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface de.marcely.bedwars.api.event.arena.ArenaEvent
getArena
-
Constructor Details
-
PlayerIngamePostRespawnEvent
-
-
Method Details
-
getHandlers
- Specified by:
getHandlersin classEvent
-
getHandlerList
-