Class DoubleSetting
java.lang.Object
meteordevelopment.meteorclient.settings.Setting<Double>
meteordevelopment.meteorclient.settings.DoubleSetting
- All Implemented Interfaces:
IGetter<Double>,ISerializable<Double>
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class meteordevelopment.meteorclient.settings.Setting
Setting.SettingBuilder<B,V, S> -
Field Summary
FieldsModifier and TypeFieldDescriptionfinal intfinal doublefinal doublefinal booleanfinal booleanfinal doublefinal doubleFields inherited from class meteordevelopment.meteorclient.settings.Setting
defaultValue, description, lastWasVisible, module, name, onModuleActivated, title, value -
Method Summary
Methods inherited from class meteordevelopment.meteorclient.settings.Setting
equals, fromTag, get, getDefaultValue, getIdentifierSuggestions, getSuggestions, hashCode, isVisible, onActivated, onChanged, parse, parseId, reset, resetImpl, set, toString, toTag, wasChanged
-
Field Details
-
min
public final double min -
max
public final double max -
sliderMin
public final double sliderMin -
sliderMax
public final double sliderMax -
onSliderRelease
public final boolean onSliderRelease -
decimalPlaces
public final int decimalPlaces -
noSlider
public final boolean noSlider
-
-
Method Details
-
parseImpl
-
isValueValid
- Specified by:
isValueValidin classSetting<Double>
-
save
protected net.minecraft.nbt.NbtCompound save(net.minecraft.nbt.NbtCompound tag) -
load
-