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

public class PlayerIngamePostRespawnEvent extends PlayerEvent implements 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:
  • Constructor Details

    • PlayerIngamePostRespawnEvent

      public PlayerIngamePostRespawnEvent(Player player, Arena arena)
  • Method Details