Class IntProperty

java.lang.Object
com.soulfiremc.server.settings.property.IntProperty
All Implemented Interfaces:
Property

@TypeAdapters @Immutable public abstract non-sealed class IntProperty extends Object implements Property
  • Constructor Details

    • IntProperty

      public IntProperty()
  • Method Details

    • key

      public abstract String key()
      Specified by:
      key in interface Property
    • uiName

      public abstract String uiName()
    • description

      public abstract String description()
    • defaultValue

      public abstract int defaultValue()
    • minValue

      public abstract int minValue()
    • maxValue

      public abstract int maxValue()
    • stepValue

      @Default public int stepValue()
    • placeholder

      @Default public String placeholder()
    • thousandSeparator

      @Default public boolean thousandSeparator()
    • disabled

      @Default public boolean disabled()