Package com.plotsquared.core.events.post
Class PostPlotClearEvent
java.lang.Object
com.plotsquared.core.events.PlotEvent
com.plotsquared.core.events.PlotPlayerEvent
com.plotsquared.core.events.post.PostPlotClearEvent
Called after a
Plot was cleared.- Since:
- 7.3.2
-
Constructor Summary
ConstructorsConstructorDescriptionPostPlotClearEvent(PlotPlayer<?> plotPlayer, Plot plot) Instantiate a new PostPlotClearEvent. -
Method Summary
Methods inherited from class com.plotsquared.core.events.PlotPlayerEvent
getPlotPlayerMethods inherited from class com.plotsquared.core.events.PlotEvent
getEventName, getPlot
-
Constructor Details
-
PostPlotClearEvent
Instantiate a new PostPlotClearEvent.- Parameters:
plotPlayer- ThePlotPlayerthat initiated the clear.plot- The clearing plot.
-