Package com.plotsquared.core.events
Class PlotClearEvent
java.lang.Object
com.plotsquared.core.events.PlotEvent
com.plotsquared.core.events.PlotClearEvent
- All Implemented Interfaces:
CancellablePlotEvent
Called when a plot is cleared
-
Constructor Summary
-
Method Summary
Methods inherited from class com.plotsquared.core.events.PlotEvent
getEventName, getPlot
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.plotsquared.core.events.CancellablePlotEvent
getEventResultRaw
-
Constructor Details
-
PlotClearEvent
-
-
Method Details
-
getPlotId
Get the PlotId.- Returns:
- PlotId
-
getWorld
Get the world name.- Returns:
- String
-
getEventResult
- Specified by:
getEventResult
in interfaceCancellablePlotEvent
-
setEventResult
- Specified by:
setEventResult
in interfaceCancellablePlotEvent
-