Class MultipartProperty.IntegerBoundProperty

java.lang.Object
alexiil.mc.lib.multipart.api.property.MultipartProperty<Integer>
alexiil.mc.lib.multipart.api.property.MultipartProperty.IntegerBoundProperty
Direct Known Subclasses:
MultipartProperties.RedstonePowerProperty
Enclosing class:
MultipartProperty<T>

public static class MultipartProperty.IntegerBoundProperty extends MultipartProperty<Integer>
  • Field Details

  • Constructor Details

    • IntegerBoundProperty

      public IntegerBoundProperty(String name, int min, int max, int defaultValue)
  • Method Details