Class IsoBulletTracerEffects.IsoBulletTracerEffectsConfigOption
java.lang.Object
zombie.config.ConfigOption
zombie.config.DoubleConfigOption
zombie.iso.objects.IsoBulletTracerEffects.IsoBulletTracerEffectsConfigOption
- Enclosing class:
IsoBulletTracerEffects
-
Field Summary
Fields inherited from class zombie.config.DoubleConfigOption
defaultValue, max, min, value
Fields inherited from class zombie.config.ConfigOption
name
-
Constructor Summary
ConstructorsConstructorDescriptionIsoBulletTracerEffectsConfigOption
(String string, double double0, double double1, double double2, ArrayList<ConfigOption> arrayList) -
Method Summary
Methods inherited from class zombie.config.DoubleConfigOption
getDefaultValue, getMax, getMin, getTooltip, getType, getValue, getValueAsObject, getValueAsString, isValidString, makeCopy, parse, resetToDefault, setDefaultToCurrentValue, setValue, setValueFromObject
Methods inherited from class zombie.config.ConfigOption
getName, getValueAsLuaString
-
Constructor Details
-
IsoBulletTracerEffectsConfigOption
public IsoBulletTracerEffectsConfigOption(String string, double double0, double double1, double double2, ArrayList<ConfigOption> arrayList)
-