java.lang.Object
com.plotsquared.core.plot.flag.PlotFlag<List<V>,F>
com.plotsquared.core.plot.flag.types.ListFlag<V,F>
- Direct Known Subclasses:
AnalysisFlag,BlockedCmdsFlag,BlockTypeListFlag
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionMerge this flag's value with another value and return an instance holding the merged value.toString()Returns a string representation of the flag instance, that when passed throughPlotFlag.parse(String)will result in an equivalent instance of the flag.Methods inherited from class com.plotsquared.core.plot.flag.PlotFlag
canEqual, createFlagInstance, equals, flagOf, getExample, getFlagCategory, getFlagDescription, getFlagName, getName, getTabCompletions, getValue, hashCode, isValuedPermission, parse
-
Constructor Details
-
ListFlag
-
-
Method Details
-
merge
Description copied from class:PlotFlagMerge this flag's value with another value and return an instance holding the merged value. -
toString
Description copied from class:PlotFlagReturns a string representation of the flag instance, that when passed throughPlotFlag.parse(String)will result in an equivalent instance of the flag.
-