Package dev.kitteh.factions.event
Class FactionDisbandEvent
java.lang.Object
org.bukkit.event.Event
dev.kitteh.factions.event.FactionEvent
dev.kitteh.factions.event.FactionDisbandEvent
- All Implemented Interfaces:
org.bukkit.event.Cancellable
@NullMarked
public class FactionDisbandEvent
extends FactionEvent
implements org.bukkit.event.Cancellable
Event called when a faction is disbanded.
-
Nested Class Summary
Nested classes/interfaces inherited from class org.bukkit.event.Event
org.bukkit.event.Event.Result -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class dev.kitteh.factions.event.FactionEvent
getFaction, getHandlerList, getHandlersMethods inherited from class org.bukkit.event.Event
getEventName, isAsynchronous
-
Constructor Details
-
FactionDisbandEvent
-
-
Method Details
-
getFPlayer
-
isCancelled
public boolean isCancelled()- Specified by:
isCancelledin interfaceorg.bukkit.event.Cancellable
-
setCancelled
public void setCancelled(boolean cancel) - Specified by:
setCancelledin interfaceorg.bukkit.event.Cancellable
-