public class KothMoveEvent extends CancelledKothEvent
| Constructor and Description |
|---|
KothMoveEvent(Koth koth,
org.bukkit.Location newMaxLocation,
org.bukkit.Location newMinLocation) |
| Modifier and Type | Method and Description |
|---|---|
Koth |
getKoth() |
org.bukkit.Location |
getNewMaxLocation() |
org.bukkit.Location |
getNewMinLocation() |
void |
setNewMaxLocation(org.bukkit.Location newMaxLocation) |
void |
setNewMinLocation(org.bukkit.Location newMinLocation) |
isCancelled, setCancelledcallEvent, getHandlerList, getHandlerspublic KothMoveEvent(Koth koth, org.bukkit.Location newMaxLocation, org.bukkit.Location newMinLocation)
koth - newMaxLocation - newMinLocation - public Koth getKoth()
public org.bukkit.Location getNewMaxLocation()
public org.bukkit.Location getNewMinLocation()
public void setNewMaxLocation(org.bukkit.Location newMaxLocation)
newMaxLocation - the newMaxLocation to setpublic void setNewMinLocation(org.bukkit.Location newMinLocation)
newMinLocation - the newMinLocation to set