Package com.plotsquared.core.events.post
Class PostPlotUnlinkEvent
java.lang.Object
com.plotsquared.core.events.PlotEvent
com.plotsquared.core.events.post.PostPlotUnlinkEvent
Called when several plots were unlinked.
- Since:
- 6.2.0
-
Constructor Summary
ConstructorDescriptionPostPlotUnlinkEvent
(Plot plot, PlotUnlinkEvent.REASON reason) Instantiate a new PlotUnlinkedEvent. -
Method Summary
Methods inherited from class com.plotsquared.core.events.PlotEvent
getEventName, getPlot
-
Constructor Details
-
PostPlotUnlinkEvent
Instantiate a new PlotUnlinkedEvent.- Parameters:
plot
- The unlinked plot.reason
- The reason for the unlink.
-
-
Method Details
-
getReason
The original reason provided byPlotUnlinkEvent
.- Returns:
- The reason for the unlink.
-