Class DoubleProperty
java.lang.Object
com.soulfiremc.server.settings.property.DoubleProperty
- All Implemented Interfaces:
Property
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
DoubleProperty
public DoubleProperty()
-
-
Method Details
-
key
-
uiName
-
description
-
defaultValue
public abstract double defaultValue() -
minValue
public abstract double minValue() -
maxValue
public abstract double maxValue() -
stepValue
@Default public double stepValue() -
placeholder
-
thousandSeparator
@Default public boolean thousandSeparator() -
decimalScale
@Default public int decimalScale() -
fixedDecimalScale
@Default public boolean fixedDecimalScale() -
disabled
@Default public boolean disabled()
-