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.
  • Constructor Details

    • FactionDisbandEvent

      public FactionDisbandEvent(@Nullable FPlayer sender, Faction faction)
  • Method Details

    • getFPlayer

      public @Nullable FPlayer getFPlayer()
    • isCancelled

      public boolean isCancelled()
      Specified by:
      isCancelled in interface org.bukkit.event.Cancellable
    • setCancelled

      public void setCancelled(boolean cancel)
      Specified by:
      setCancelled in interface org.bukkit.event.Cancellable