Class AttributeType.Numeric.NumericVars<T>

java.lang.Object
zombie.entity.components.attributes.AttributeType.Numeric.NumericVars<T>
Enclosing class:
AttributeType.Numeric<C extends AttributeType.Numeric<C,T>,T extends Number>

protected static class AttributeType.Numeric.NumericVars<T> extends Object
  • Field Details

    • min

      protected final T min
    • max

      protected final T max
  • Constructor Details

    • NumericVars

      protected NumericVars(T object0, T object1)