Package dev.kitteh.factions.event
Class FactionSetHomeEvent
java.lang.Object
org.bukkit.event.Event
dev.kitteh.factions.event.FactionEvent
dev.kitteh.factions.event.FactionPlayerEvent
dev.kitteh.factions.event.FactionSetHomeEvent
- All Implemented Interfaces:
org.bukkit.event.Cancellable
@NullMarked
public class FactionSetHomeEvent
extends FactionPlayerEvent
implements org.bukkit.event.Cancellable
-
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 TypeMethodDescriptionorg.bukkit.LocationbooleanvoidsetCancelled(boolean cancelled) 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
-
FactionSetHomeEvent
-
-
Method Details
-
getLocation
public org.bukkit.Location getLocation() -
isCancelled
public boolean isCancelled()- Specified by:
isCancelledin interfaceorg.bukkit.event.Cancellable
-
setCancelled
public void setCancelled(boolean cancelled) - Specified by:
setCancelledin interfaceorg.bukkit.event.Cancellable
-