Class RangeWeaponPanel.RangeWeaponsConfigOption
java.lang.Object
zombie.config.ConfigOption
zombie.config.DoubleConfigOption
zombie.debug.debugWindows.RangeWeaponPanel.RangeWeaponsConfigOption
- Enclosing class:
RangeWeaponPanel
-
Constructor Summary
ConstructorsConstructorDescriptionRangeWeaponsConfigOption(zombie.debug.debugWindows.RangeWeaponPanel.RangeWeaponAttribute rangeWeaponAttribute, double min, double max, double defaultValue, ArrayList<RangeWeaponPanel.RangeWeaponsConfigOption> options) -
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
-
Constructor Details
-
RangeWeaponsConfigOption
public RangeWeaponsConfigOption(zombie.debug.debugWindows.RangeWeaponPanel.RangeWeaponAttribute rangeWeaponAttribute, double min, double max, double defaultValue, ArrayList<RangeWeaponPanel.RangeWeaponsConfigOption> options)
-