Uses of Class
com.plotsquared.core.plot.flag.FlagContainer
Packages that use FlagContainer
-
Uses of FlagContainer in com.plotsquared.core.plot
Methods in com.plotsquared.core.plot that return FlagContainerModifier and TypeMethodDescriptionPlot.getFlagContainer()
Get the plot flag containerPlotArea.getFlagContainer()
PlotArea.getRoadFlagContainer()
-
Uses of FlagContainer in com.plotsquared.core.plot.flag
Subclasses of FlagContainer in com.plotsquared.core.plot.flagMethods in com.plotsquared.core.plot.flag that return FlagContainerModifier and TypeMethodDescriptionfinal FlagContainer
FlagContainer.getHighestClassContainer()
Recursively seek for the highest order flag container.FlagContainer.getParentContainer()
Return the parent container (if the container has a parent)Methods in com.plotsquared.core.plot.flag with parameters of type FlagContainerModifier and TypeMethodDescriptionvoid
FlagContainer.addAll
(FlagContainer container) void
FlagContainer.setParentContainer
(FlagContainer parentContainer) Constructors in com.plotsquared.core.plot.flag with parameters of type FlagContainerModifierConstructorDescriptionFlagContainer
(@Nullable FlagContainer parentContainer) Construct a new flag container with an optional parent container.FlagContainer
(@Nullable FlagContainer parentContainer, @Nullable FlagContainer.PlotFlagUpdateHandler plotFlagUpdateHandler) Construct a new flag container with an optional parent container and update handler.