Class PlotPreClearEvent

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

public class PlotPreClearEvent extends CancellableTownyEvent
  • Constructor Details

    • PlotPreClearEvent

      public PlotPreClearEvent(TownBlock townBlock)
  • Method Details

    • getTownBlock

      public TownBlock getTownBlock()
      Returns:
      the new TownBlock.
    • 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