Package dev.kitteh.factions.event
Class LandClaimEvent
java.lang.Object
org.bukkit.event.Event
dev.kitteh.factions.event.FactionEvent
dev.kitteh.factions.event.FactionPlayerEvent
dev.kitteh.factions.event.LandClaimEvent
- All Implemented Interfaces:
org.bukkit.event.Cancellable
@NullMarked
public class LandClaimEvent
extends FactionPlayerEvent
implements org.bukkit.event.Cancellable
Event called when an FPlayer claims land for a Faction.
-
Nested Class Summary
Nested classes/interfaces inherited from class org.bukkit.event.Event
org.bukkit.event.Event.Result -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the FLocation involved in this event.booleanvoidsetCancelled(boolean c) Methods inherited from class dev.kitteh.factions.event.FactionPlayerEvent
getFPlayerMethods inherited from class dev.kitteh.factions.event.FactionEvent
getFaction, getHandlerList, getHandlersMethods inherited from class org.bukkit.event.Event
getEventName, isAsynchronous
-
Constructor Details
-
LandClaimEvent
-
-
Method Details
-
getLocation
Get the FLocation involved in this event.- Returns:
- the FLocation (also a chunk) involved in this event.
-
isCancelled
public boolean isCancelled()- Specified by:
isCancelledin interfaceorg.bukkit.event.Cancellable
-
setCancelled
public void setCancelled(boolean c) - Specified by:
setCancelledin interfaceorg.bukkit.event.Cancellable
-