Class FactionRelationWishEvent

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

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

  • Method Details

    • getTargetFaction

      public Faction getTargetFaction()
    • getCurrentRelation

      public Relation getCurrentRelation()
    • getTargetRelation

      public Relation getTargetRelation()
    • 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