public class KothCatchEvent extends CancelledKothEvent
| Constructor and Description |
|---|
KothCatchEvent(Koth koth,
org.bukkit.entity.Player player,
int captureSeconds) |
| Modifier and Type | Method and Description |
|---|---|
int |
getCaptureSeconds() |
Koth |
getKoth() |
org.bukkit.entity.Player |
getPlayer() |
void |
setCaptureSeconds(int captureSeconds) |
isCancelled, setCancelledcallEvent, getHandlerList, getHandlerspublic KothCatchEvent(Koth koth, org.bukkit.entity.Player player, int captureSeconds)
koth - player - captureSeconds - public Koth getKoth()
public org.bukkit.entity.Player getPlayer()
public int getCaptureSeconds()
public void setCaptureSeconds(int captureSeconds)
captureSeconds - the captureSeconds to set