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 TypeMethodDescriptionbooleandisabled()abstract Stringkey()abstract MinMaxPropertyEntrymaxEntry()abstract intmaxValue()abstract MinMaxPropertyEntryminEntry()abstract intminValue()abstract Stringintboolean
-
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
-