Class FactionDisbandEvent

  • All Implemented Interfaces:
    org.bukkit.event.Cancellable

    public class FactionDisbandEvent
    extends FactionEvent
    implements org.bukkit.event.Cancellable
    Event called when a faction is disbanded.
    • Method Detail

      • getFPlayer

        public FPlayer getFPlayer()
      • getPlayer

        public org.bukkit.entity.Player getPlayer()
      • isCancelled

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

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