Uses of Enum Class
com.plotsquared.core.events.PlotUnlinkEvent.REASON
Packages that use PlotUnlinkEvent.REASON
Package
Description
Contains events which are fired after specific actions are completed.
-
Uses of PlotUnlinkEvent.REASON in com.plotsquared.core.events
Methods in com.plotsquared.core.events that return PlotUnlinkEvent.REASONModifier and TypeMethodDescriptionPlotUnlinkEvent.getReason()
static PlotUnlinkEvent.REASON
Returns the enum constant of this class with the specified name.static PlotUnlinkEvent.REASON[]
PlotUnlinkEvent.REASON.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.plotsquared.core.events with parameters of type PlotUnlinkEvent.REASONModifierConstructorDescriptionPlotUnlinkEvent
(@NonNull PlotArea area, Plot plot, boolean createRoad, boolean createSign, PlotUnlinkEvent.REASON reason) PlotUnlinkEvent: Called when a mega plot is unlinked -
Uses of PlotUnlinkEvent.REASON in com.plotsquared.core.events.post
Methods in com.plotsquared.core.events.post that return PlotUnlinkEvent.REASONModifier and TypeMethodDescriptionPostPlotUnlinkEvent.getReason()
The original reason provided byPlotUnlinkEvent
.Constructors in com.plotsquared.core.events.post with parameters of type PlotUnlinkEvent.REASONModifierConstructorDescriptionPostPlotUnlinkEvent
(Plot plot, PlotUnlinkEvent.REASON reason) Instantiate a new PlotUnlinkedEvent. -
Uses of PlotUnlinkEvent.REASON in com.plotsquared.core.util
Methods in com.plotsquared.core.util with parameters of type PlotUnlinkEvent.REASONModifier and TypeMethodDescriptionEventDispatcher.callPostUnlink
(Plot plot, PlotUnlinkEvent.REASON reason) EventDispatcher.callUnlink
(PlotArea area, Plot plot, boolean createRoad, boolean createSign, PlotUnlinkEvent.REASON reason)