public class PlayerRespawnEvent extends PlayerEvent
Event.Resultplayer| Constructor | Description | 
|---|---|
| PlayerRespawnEvent(Player respawnPlayer,
                  Location respawnLocation,
                  boolean isBedSpawn) | 
| Modifier and Type | Method | Description | 
|---|---|---|
| static HandlerList | getHandlerList() | |
| HandlerList | getHandlers() | |
| Location | getRespawnLocation() | Gets the current respawn location | 
| boolean | isBedSpawn() | Gets whether the respawn location is the player's bed. | 
| void | setRespawnLocation(Location respawnLocation) | Sets the new respawn location | 
callEvent, getEventName, isAsynchronousclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetPlayerpublic Location getRespawnLocation()
public void setRespawnLocation(Location respawnLocation)
respawnLocation - new location for the respawnpublic boolean isBedSpawn()
public HandlerList getHandlers()
getHandlers in class Eventpublic static HandlerList getHandlerList()
Copyright © 2018. All rights reserved.