Class PostPlotClearEvent


public class PostPlotClearEvent extends PlotPlayerEvent
Called after a Plot was cleared.
Since:
7.3.2
  • Constructor Details

    • PostPlotClearEvent

      public PostPlotClearEvent(PlotPlayer<?> plotPlayer, Plot plot)
      Instantiate a new PostPlotClearEvent.
      Parameters:
      plotPlayer - The PlotPlayer that initiated the clear.
      plot - The clearing plot.