- All Implemented Interfaces:
org.bukkit.event.Listener
public class RespawnEvent
extends Object
implements org.bukkit.event.Listener
RespawnEvent class.
-
Constructor Summary 
Constructors
Constructor for the RespawnEvent class.
-
Method Summary 
void
Event handler for when a player respawns.
Methods inherited from class java.lang.Object 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details 
-
RespawnEvent 
public RespawnEvent(Essence plugin)
Constructor for the RespawnEvent class.
- Parameters:
plugin
- Essence - Reference to the main Essence class.
-
Method Details 
-
onPlayerRespawn 
public void onPlayerRespawn(org.bukkit.event.player.PlayerRespawnEvent event)
Event handler for when a player respawns.
- Parameters:
event
- PlayerRespawnEvent - Server thrown event.