Class IntProperty<S extends SettingsSource.SourceType>
java.lang.Object
com.soulfiremc.server.settings.property.IntProperty<S>
- All Implemented Interfaces:
Property<S>
@TypeAdapters
@Immutable
public abstract non-sealed class IntProperty<S extends SettingsSource.SourceType>
extends Object
implements Property<S>
-
Constructor Details
-
IntProperty
public IntProperty()
-
-
Method Details
-
key
- Specified by:
keyin interfaceProperty<S extends SettingsSource.SourceType>
-
uiName
-
description
-
defaultValue
public abstract int defaultValue() -
minValue
public abstract int minValue() -
maxValue
public abstract int maxValue() -
stepValue
@Default public int stepValue() -
placeholder
-
thousandSeparator
@Default public boolean thousandSeparator() -
disabled
@Default public boolean disabled()
-