Package zombie.worldMap
Class WorldMapRenderer.WorldMapDoubleOption
java.lang.Object
zombie.config.ConfigOption
zombie.config.DoubleConfigOption
zombie.worldMap.WorldMapRenderer.WorldMapDoubleOption
- Enclosing class:
- WorldMapRenderer
-
Field Summary
Fields inherited from class zombie.config.DoubleConfigOption
defaultValue, max, min, value
Fields inherited from class zombie.config.ConfigOption
name
-
Constructor Summary
ConstructorDescriptionWorldMapDoubleOption
(String string, double double1, double double2, double double3) -
Method Summary
Methods inherited from class zombie.config.DoubleConfigOption
getDefaultValue, getMax, getMin, getTooltip, getType, getValue, getValueAsObject, getValueAsString, isValidString, parse, resetToDefault, setDefaultToCurrentValue, setValue, setValueFromObject
Methods inherited from class zombie.config.ConfigOption
getName, getValueAsLuaString
-
Constructor Details
-
WorldMapDoubleOption
-