Class PlotTrustAddEvent

java.lang.Object
org.bukkit.event.Event
com.palmergames.bukkit.towny.event.CancellableTownyEvent
com.palmergames.bukkit.towny.event.plot.PlotTrustAddEvent
All Implemented Interfaces:
org.bukkit.event.Cancellable

public class PlotTrustAddEvent extends CancellableTownyEvent
  • Constructor Details

    • PlotTrustAddEvent

      public PlotTrustAddEvent(TownBlock townBlock, Resident trustedResident, org.bukkit.entity.Player player)
    • PlotTrustAddEvent

      public PlotTrustAddEvent(List<TownBlock> townBlocks, Resident trustedResident, org.bukkit.entity.Player player)
  • Method Details

    • getTownBlocks

      public List<TownBlock> getTownBlocks()
      Returns:
      The townBlock(s) where this resident is being added as trusted.
    • getTrustedResident

      public Resident getTrustedResident()
      Returns:
      The resident that is being added as trusted.
    • getPlayer

      public org.bukkit.entity.Player getPlayer()
      Returns:
      The player that is adding this resident as trusted.
    • getHandlerList

      public static org.bukkit.event.HandlerList getHandlerList()
    • getHandlers

      @NotNull public @NotNull org.bukkit.event.HandlerList getHandlers()
      Specified by:
      getHandlers in class org.bukkit.event.Event