Constructor and Description |
---|
SubAddHostEvent(java.util.UUID player,
Host host)
Host Add Event
|
Modifier and Type | Method and Description |
---|---|
Host |
getHost()
Gets the Host to be Added
|
java.util.UUID |
getPlayer()
Gets the player that triggered the Event
|
boolean |
isCancelled()
Gets the Cancelled Status
|
void |
setCancelled(boolean value)
Sets the Cancelled Status
|
public SubAddHostEvent(java.util.UUID player, Host host)
player
- Player Adding Serverhost
- Host Being Addedpublic 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