Class IntProperty
java.lang.Object
com.soulfiremc.server.settings.property.IntProperty
- All Implemented Interfaces:
Property
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
IntProperty
public IntProperty()
-
-
Method Details
-
key
-
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()
-