public class PlayerStartSpectatingEvent
extends Event
Constructor and Description |
---|
PlayerStartSpectatingEvent(Player player,
Fight fight) |
Modifier and Type | Method and Description |
---|---|
Fight |
getFight() |
static HandlerList |
getHandlerList() |
HandlerList |
getHandlers() |
Player |
getPlayer() |
boolean |
isCancelled() |
void |
setCancelled(boolean cancelled) |
public PlayerStartSpectatingEvent(Player player, Fight fight)
public boolean isCancelled()
public Player getPlayer()
public Fight getFight()
public void setCancelled(boolean cancelled)
public HandlerList getHandlers()
public static HandlerList getHandlerList()