Package com.plotsquared.core.events
Class PlotFlagRemoveEvent
java.lang.Object
com.plotsquared.core.events.PlotEvent
com.plotsquared.core.events.PlotFlagEvent
com.plotsquared.core.events.PlotFlagRemoveEvent
- All Implemented Interfaces:
CancellablePlotEvent
Called when a flag is removed from a plot
-
Constructor Summary
ConstructorDescriptionPlotFlagRemoveEvent
(PlotFlag<?, ?> flag, Plot plot) PlotFlagRemoveEvent: Called when a flag is removed from a plot -
Method Summary
Methods inherited from class com.plotsquared.core.events.PlotFlagEvent
getFlag
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
-
PlotFlagRemoveEvent
PlotFlagRemoveEvent: Called when a flag is removed from a plot- Parameters:
flag
- Flag that was removedplot
- Plot from which the flag was removed
-
-
Method Details
-
getEventResult
- Specified by:
getEventResult
in interfaceCancellablePlotEvent
-
setEventResult
- Specified by:
setEventResult
in interfaceCancellablePlotEvent
-