public class LandClaimEvent extends FactionPlayerEvent implements org.bukkit.event.Cancellable
fPlayer
Constructor and Description |
---|
LandClaimEvent(FLocation loc,
Faction f,
FPlayer p) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getFactionId()
Deprecated.
use getFaction().getId() instead.
|
java.lang.String |
getFactionTag()
Deprecated.
use getFaction().getTag() instead.
|
FLocation |
getLocation()
Get the FLocation involved in this event.
|
org.bukkit.entity.Player |
getPlayer()
Deprecated.
use getfPlayer().getPlayer() instead.
|
boolean |
isCancelled() |
void |
setCancelled(boolean c) |
getfPlayer
getFaction, getHandlerList, getHandlers
public FLocation getLocation()
@Deprecated public java.lang.String getFactionId()
@Deprecated public java.lang.String getFactionTag()
@Deprecated public org.bukkit.entity.Player getPlayer()
public boolean isCancelled()
isCancelled
in interface org.bukkit.event.Cancellable
public void setCancelled(boolean c)
setCancelled
in interface org.bukkit.event.Cancellable