Class LandUnclaimEvent

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

@NullMarked public class LandUnclaimEvent extends FactionPlayerEvent implements org.bukkit.event.Cancellable
Event called when an FPlayer unclaims land for a Faction.
  • Constructor Details

  • Method Details

    • getLocation

      public FLocation getLocation()
    • 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