Class LandClaimEvent

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

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

  • Method Details

    • getLocation

      public FLocation getLocation()
      Get the FLocation involved in this event.
      Returns:
      the FLocation (also a chunk) involved in this event.
    • 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