Class NonNegativeIntegerFlag<F extends IntegerFlag<F>>

Direct Known Subclasses:
AnimalCapFlag, EntityCapFlag, HostileCapFlag, MiscCapFlag, MobCapFlag, VehicleCapFlag

public abstract class NonNegativeIntegerFlag<F extends IntegerFlag<F>> extends IntegerFlag<F>
  • Constructor Details

    • NonNegativeIntegerFlag

      protected NonNegativeIntegerFlag(int value, @NonNull Caption flagDescription)
    • NonNegativeIntegerFlag

      public NonNegativeIntegerFlag(int value, int maximum, @NonNull Caption flagDescription)