Class IsoBulletTracerEffects.IsoBulletTracerEffectsConfigOption
java.lang.Object
zombie.config.ConfigOption
zombie.config.DoubleConfigOption
zombie.iso.objects.IsoBulletTracerEffects.IsoBulletTracerEffectsConfigOption
- Enclosing class:
IsoBulletTracerEffects
public static class IsoBulletTracerEffects.IsoBulletTracerEffectsConfigOption
extends DoubleConfigOption
-
Nested Class Summary
Nested classes/interfaces inherited from class ConfigOption
ConfigOption.ConfigOptionOnChangeCallback -
Constructor Summary
ConstructorsConstructorDescriptionIsoBulletTracerEffectsConfigOption(String name, double min, double max, double defaultValue, ArrayList<ConfigOption> 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, invokeOnChangeEvent, setOnChangeCallback
-
Constructor Details
-
IsoBulletTracerEffectsConfigOption
public IsoBulletTracerEffectsConfigOption(String name, double min, double max, double defaultValue, ArrayList<ConfigOption> options)
-