Class PostPlotDeleteEvent

java.lang.Object
com.plotsquared.core.events.PlotEvent
com.plotsquared.core.events.post.PostPlotDeleteEvent

public class PostPlotDeleteEvent extends PlotEvent
Called after a Plot was deleted.
Since:
6.2.0
  • Constructor Details

    • PostPlotDeleteEvent

      public PostPlotDeleteEvent(Plot plot)
      Instantiate a new PlotDeleteEvent.
      Parameters:
      plot - The plot which was deleted.