Class MinMaxProperty
java.lang.Object
com.soulfiremc.server.settings.property.MinMaxProperty
- All Implemented Interfaces:
Property
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
disabled()
abstract String
key()
abstract MinMaxPropertyEntry
maxEntry()
abstract int
maxValue()
abstract MinMaxPropertyEntry
minEntry()
abstract int
minValue()
abstract String
int
boolean
-
Constructor Details
-
MinMaxProperty
public MinMaxProperty()
-
-
Method Details
-
namespace
-
key
-
minValue
public abstract int minValue() -
maxValue
public abstract int maxValue() -
stepValue
@Default public int stepValue() -
thousandSeparator
@Default public boolean thousandSeparator() -
minEntry
-
maxEntry
-
disabled
@Default public boolean disabled() -
defaultDataLayout
-