Package zombie.popman
Class ZombiePopulationRenderer.BooleanDebugOption
java.lang.Object
zombie.config.ConfigOption
zombie.config.BooleanConfigOption
zombie.popman.ZombiePopulationRenderer.BooleanDebugOption
- Enclosing class:
- ZombiePopulationRenderer
public class ZombiePopulationRenderer.BooleanDebugOption extends BooleanConfigOption
-
Field Summary
Fields inherited from class zombie.config.BooleanConfigOption
defaultValue, value
Fields inherited from class zombie.config.ConfigOption
name
-
Constructor Summary
Constructors Constructor Description BooleanDebugOption(java.lang.String string, boolean boolean1)
-
Method Summary
Methods inherited from class zombie.config.BooleanConfigOption
getDefaultValue, getType, getValue, getValueAsObject, getValueAsString, isValidString, parse, resetToDefault, setDefaultToCurrentValue, setValue, setValueFromObject
Methods inherited from class zombie.config.ConfigOption
getName
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
BooleanDebugOption
public BooleanDebugOption(java.lang.String string, boolean boolean1)
-