public class NexusBreakEvent extends NexusEvent
| Constructor and Description |
|---|
NexusBreakEvent(Nexus nexus,
org.bukkit.entity.Player player,
org.bukkit.Location location,
java.lang.String factionName,
fr.maxlego08.znexus.FactionListener factionListener) |
| Modifier and Type | Method and Description |
|---|---|
fr.maxlego08.znexus.FactionListener |
getFactionListener() |
java.lang.String |
getFactionName() |
org.bukkit.Location |
getLocation() |
Nexus |
getNexus() |
org.bukkit.entity.Player |
getPlayer() |
callEvent, getHandlerList, getHandlers, isCancelled, setCancelledpublic NexusBreakEvent(Nexus nexus, org.bukkit.entity.Player player, org.bukkit.Location location, java.lang.String factionName, fr.maxlego08.znexus.FactionListener factionListener)
public Nexus getNexus()
public org.bukkit.entity.Player getPlayer()
public org.bukkit.Location getLocation()
public java.lang.String getFactionName()
public fr.maxlego08.znexus.FactionListener getFactionListener()