| Package | Description |
|---|---|
| fr.maxlego08.zkoth.api | |
| fr.maxlego08.zkoth.api.event.events |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Koth> |
KothManager.getActiveKoths() |
java.util.Optional<Koth> |
KothManager.getKoth(java.lang.String name) |
| Modifier and Type | Method and Description |
|---|---|
Koth |
KothWinEvent.getKoth() |
Koth |
KothStopEvent.getKoth() |
Koth |
KothSpawnEvent.getKoth() |
Koth |
KothMoveEvent.getKoth() |
Koth |
KothLooseEvent.getKoth() |
Koth |
KothCreateEvent.getKoth() |
Koth |
KothCatchEvent.getKoth() |
| Constructor and Description |
|---|
KothCatchEvent(Koth koth,
org.bukkit.entity.Player player,
int captureSeconds) |
KothCreateEvent(Koth koth) |
KothLooseEvent(org.bukkit.entity.Player player,
Koth koth) |
KothMoveEvent(Koth koth,
org.bukkit.Location newMaxLocation,
org.bukkit.Location newMinLocation) |
KothSpawnEvent(Koth koth) |
KothStopEvent(Koth koth) |
KothWinEvent(Koth koth,
org.bukkit.entity.Player player) |