Class WorldMapRenderer.WorldMapDoubleOption
java.lang.Object
zombie.config.ConfigOption
zombie.config.DoubleConfigOption
zombie.worldMap.WorldMapRenderer.WorldMapDoubleOption
- Enclosing class:
WorldMapRenderer
-
Nested Class Summary
Nested classes/interfaces inherited from class ConfigOption
ConfigOption.ConfigOptionOnChangeCallback -
Constructor Summary
ConstructorsConstructorDescriptionWorldMapDoubleOption(String name, double min, double max, double defaultValue) -
Method Summary
Methods inherited from class DoubleConfigOption
getDefaultValue, getMax, getMin, getTooltip, getType, getValue, getValueAsObject, getValueAsString, isValidString, makeCopy, parse, resetToDefault, setDefault, setDefaultToCurrentValue, setValue, setValueFromObjectMethods inherited from class ConfigOption
getName, getValueAsLuaString, invokeOnChangeEvent, setOnChangeCallback
-
Constructor Details
-
WorldMapDoubleOption
-