Class FPlayerJoinEvent

java.lang.Object
org.bukkit.event.Event
All Implemented Interfaces:
org.bukkit.event.Cancellable

@NullMarked public class FPlayerJoinEvent extends FactionPlayerEvent implements org.bukkit.event.Cancellable
Event called when an FPlayer joins a Faction.
  • Constructor Details

  • Method Details

    • isCancellable

      public boolean isCancellable()
    • getReason

      public FPlayerJoinEvent.Reason getReason()
      Get the reason the player joined the faction.
      Returns:
      reason player joined the faction.
    • 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