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
-
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
-
Constructor Details
-
IsoBulletTracerEffectsConfigOption
public IsoBulletTracerEffectsConfigOption(String name, double min, double max, double defaultValue, ArrayList<ConfigOption> options)
-