Uses of Interface
com.plotsquared.core.plot.flag.FlagContainer.PlotFlagUpdateHandler
Packages that use FlagContainer.PlotFlagUpdateHandler
-
Uses of FlagContainer.PlotFlagUpdateHandler in com.plotsquared.core.plot.flag
Methods in com.plotsquared.core.plot.flag with parameters of type FlagContainer.PlotFlagUpdateHandlerModifier and TypeMethodDescriptionvoidFlagContainer.subscribe(@NonNull FlagContainer.PlotFlagUpdateHandler plotFlagUpdateHandler) Subscribe to flag updates in this particular flag container instance.Constructors in com.plotsquared.core.plot.flag with parameters of type FlagContainer.PlotFlagUpdateHandlerModifierConstructorDescriptionFlagContainer(@Nullable FlagContainer parentContainer, @Nullable FlagContainer.PlotFlagUpdateHandler plotFlagUpdateHandler) Construct a new flag container with an optional parent container and update handler.