public class PlayerHostEvent
extends Event
Constructor and Description |
---|
PlayerHostEvent(java.lang.String event,
CommandSender host) |
Modifier and Type | Method and Description |
---|---|
static HandlerList |
getHandlerList() |
HandlerList |
getHandlers() |
CommandSender |
getHost() |
java.lang.String |
getPvPEventName() |
boolean |
isCancelled() |
void |
setCancelled(boolean cancelled) |
public PlayerHostEvent(java.lang.String event, CommandSender host)
public java.lang.String getPvPEventName()
public CommandSender getHost()
public boolean isCancelled()
public void setCancelled(boolean cancelled)
public HandlerList getHandlers()
public static HandlerList getHandlerList()