Interface RangedAttributeType

All Superinterfaces:
AttributeType, DefaultedRegistryValue

public interface RangedAttributeType extends AttributeType
Represents an AttributeType with a ranged value.
  • Method Details

    • minimumValue

      double minimumValue()
      Gets the minimum value an attribute of this type can hold.
      Returns:
      The minimum value an attribute could hold.
    • maximumValue

      double maximumValue()
      Gets the maximum value an attribute of this type can hold.
      Returns:
      The maximum value an attribute could hold.