Class NonNegativeIntegerFlag<F extends IntegerFlag<F>>
java.lang.Object
com.plotsquared.core.plot.flag.PlotFlag<N,F>
com.plotsquared.core.plot.flag.types.NumberFlag<Integer,F>
com.plotsquared.core.plot.flag.types.IntegerFlag<F>
com.plotsquared.core.plot.flag.types.NonNegativeIntegerFlag<F>
- Direct Known Subclasses:
AnimalCapFlag,EntityCapFlag,HostileCapFlag,MiscCapFlag,MobCapFlag,VehicleCapFlag
-
Field Summary
Fields inherited from class com.plotsquared.core.plot.flag.types.NumberFlag
maximum, minimum -
Constructor Summary
ConstructorsModifierConstructorDescriptionNonNegativeIntegerFlag(int value, int maximum, @NonNull Caption flagDescription) protectedNonNegativeIntegerFlag(int value, @NonNull Caption flagDescription) -
Method Summary
Methods inherited from class com.plotsquared.core.plot.flag.types.IntegerFlag
getExample, merge, parseNumber, toStringMethods inherited from class com.plotsquared.core.plot.flag.types.NumberFlag
parseMethods inherited from class com.plotsquared.core.plot.flag.PlotFlag
canEqual, createFlagInstance, equals, flagOf, getFlagCategory, getFlagDescription, getFlagName, getName, getTabCompletions, getValue, hashCode, isValuedPermission
-
Constructor Details
-
NonNegativeIntegerFlag
-
NonNegativeIntegerFlag
-