| Package | Description |
|---|---|
| fr.maxlego08.znexus | |
| fr.maxlego08.znexus.events.nexus |
| Modifier and Type | Method and Description |
|---|---|
Nexus |
NexusManager.getNexus(org.bukkit.Location location) |
Nexus |
NexusManager.getNexus(java.lang.String name) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Nexus> |
NexusManager.getActivesNexus() |
java.util.List<Nexus> |
NexusManager.getNexus() |
| Modifier and Type | Method and Description |
|---|---|
void |
NexusManager.getScoreboard(Nexus nexus) |
| Modifier and Type | Method and Description |
|---|---|
Nexus |
NexusWinEvent.getNexus() |
Nexus |
NexusStopEvent.getNexus() |
Nexus |
NexusSpawnEvent.getNexus() |
Nexus |
NexusSpawnCooldownEvent.getNexus() |
Nexus |
NexusDamageEvent.getNexus() |
Nexus |
NexusBreakEvent.getNexus() |
| Constructor and Description |
|---|
NexusBreakEvent(Nexus nexus,
org.bukkit.entity.Player player,
org.bukkit.Location location,
java.lang.String factionName,
FactionListener factionListener) |
NexusDamageEvent(Nexus nexus,
org.bukkit.entity.Player damager,
org.bukkit.Location location,
java.util.Map<org.bukkit.entity.Player,java.lang.Double> players) |
NexusSpawnCooldownEvent(Nexus nexus,
int cooldowns) |
NexusSpawnEvent(org.bukkit.Location location,
Nexus nexus) |
NexusStopEvent(Nexus nexus,
org.bukkit.Location location) |
NexusWinEvent(Nexus nexus,
org.bukkit.entity.Player player,
org.bukkit.Location location,
java.lang.String factionName,
FactionListener factionListener,
java.util.Map<org.bukkit.entity.Player,java.lang.Double> winner,
java.util.List<java.lang.String> commands) |