Constructor and Description |
---|
SubAddServerEvent(java.util.UUID player,
Host host,
Server server)
Server Add Event
|
Modifier and Type | Method and Description |
---|---|
Host |
getHost()
Gets the Host of the Server
|
java.util.UUID |
getPlayer()
Gets the player that triggered the Event
|
Server |
getServer()
Gets the Server to be Added
|
boolean |
isCancelled()
Gets the Cancelled Status
|
void |
setCancelled(boolean value)
Sets the Cancelled Status
|
public Server getServer()
public Host getHost()
public java.util.UUID getPlayer()
public boolean isCancelled()
isCancelled
in interface net.md_5.bungee.api.plugin.Cancellable
public void setCancelled(boolean value)
setCancelled
in interface net.md_5.bungee.api.plugin.Cancellable