Class FactionSetHomeEvent

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

@NullMarked public class FactionSetHomeEvent extends FactionPlayerEvent implements org.bukkit.event.Cancellable
  • Constructor Details

    • FactionSetHomeEvent

      public FactionSetHomeEvent(FPlayer fPlayer, org.bukkit.Location location)
  • Method Details

    • getLocation

      public org.bukkit.Location getLocation()
    • isCancelled

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

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