Package com.plotsquared.core.events.post
Class PostPlotDeleteEvent
java.lang.Object
com.plotsquared.core.events.PlotEvent
com.plotsquared.core.events.post.PostPlotDeleteEvent
Called after a
Plot
was deleted.- Since:
- 6.2.0
-
Constructor Summary
-
Method Summary
Methods inherited from class com.plotsquared.core.events.PlotEvent
getEventName, getPlot
-
Constructor Details
-
PostPlotDeleteEvent
Instantiate a new PlotDeleteEvent.- Parameters:
plot
- The plot which was deleted.
-