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
Constructors -
Method Summary
Methods inherited from class com.plotsquared.core.events.PlotEvent
getEventName, getPlotMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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:
getEventResultin interfaceCancellablePlotEvent
-
setEventResult
- Specified by:
setEventResultin interfaceCancellablePlotEvent
-