Uses of Class
zombie.config.ConfigOption
Packages that use ConfigOption
Package
Description
-
Uses of ConfigOption in zombie
Subclasses of ConfigOption in zombieModifier and TypeClassDescriptionstatic class
static class
static class
static class
static class
Methods in zombie that return ConfigOptionModifier and TypeMethodDescriptionSandboxOptions.BooleanSandboxOption.asConfigOption()
SandboxOptions.DoubleSandboxOption.asConfigOption()
SandboxOptions.EnumSandboxOption.asConfigOption()
SandboxOptions.IntegerSandboxOption.asConfigOption()
SandboxOptions.SandboxOption.asConfigOption()
SandboxOptions.StringSandboxOption.asConfigOption()
-
Uses of ConfigOption in zombie.config
Subclasses of ConfigOption in zombie.configModifier and TypeClassDescriptionclass
class
class
class
class
class
Fields in zombie.config declared as ConfigOptionFields in zombie.config with type parameters of type ConfigOptionModifier and TypeFieldDescriptionprotected final ArrayList
<ConfigOption> ArrayConfigOption.defaultValue
protected ArrayList
<ConfigOption> ConfigFile.options
protected final ArrayList
<ConfigOption> ArrayConfigOption.value
Methods in zombie.config that return ConfigOptionModifier and TypeMethodDescriptionArrayConfigOption.getElement
(int int0) ArrayConfigOption.makeCopy()
BooleanConfigOption.makeCopy()
abstract ConfigOption
ConfigOption.makeCopy()
DoubleConfigOption.makeCopy()
IntegerConfigOption.makeCopy()
StringConfigOption.makeCopy()
Methods in zombie.config that return types with arguments of type ConfigOptionMethod parameters in zombie.config with type arguments of type ConfigOptionModifier and TypeMethodDescriptionboolean
ConfigFile.write
(String fileName, int _version, ArrayList<? extends ConfigOption> _options) Constructors in zombie.config with parameters of type ConfigOptionModifierConstructorDescriptionArrayConfigOption
(String string0, ConfigOption configOption, String string1, String string2) -
Uses of ConfigOption in zombie.core
Methods in zombie.core that return ConfigOption -
Uses of ConfigOption in zombie.debug
Subclasses of ConfigOption in zombie.debug -
Uses of ConfigOption in zombie.gameStates
Subclasses of ConfigOption in zombie.gameStatesModifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
Methods in zombie.gameStates that return ConfigOptionModifier and TypeMethodDescriptionAnimationViewerState.getOptionByIndex
(int index) DebugChunkState.getOptionByIndex
(int index) SeamEditorState.getOptionByIndex
(int int0) SpriteModelEditorState.getOptionByIndex
(int int0) TileGeometryState.getOptionByIndex
(int int0) AnimationViewerState.getOptionByName
(String name) DebugChunkState.getOptionByName
(String name) SeamEditorState.getOptionByName
(String string) SpriteModelEditorState.getOptionByName
(String string) TileGeometryState.getOptionByName
(String string) -
Uses of ConfigOption in zombie.iso.areas.isoregion
Subclasses of ConfigOption in zombie.iso.areas.isoregionMethods in zombie.iso.areas.isoregion that return ConfigOptionModifier and TypeMethodDescriptionIsoRegionsRenderer.getEditOptionByIndex
(int index) IsoRegionsRenderer.getEditOptionByName
(String name) IsoRegionsRenderer.getOptionByIndex
(int index) IsoRegionsRenderer.getOptionByName
(String name) IsoRegionsRenderer.getZLevelOptionByIndex
(int index) IsoRegionsRenderer.getZLevelOptionByName
(String name) Constructor parameters in zombie.iso.areas.isoregion with type arguments of type ConfigOptionModifierConstructorDescriptionBooleanDebugOption
(ArrayList<ConfigOption> optionList, String name, boolean defaultValue) BooleanDebugOption
(ArrayList<ConfigOption> optionList, String name, boolean defaultValue, int _zLevel) -
Uses of ConfigOption in zombie.iso.fboRenderChunk
Subclasses of ConfigOption in zombie.iso.fboRenderChunkMethods in zombie.iso.fboRenderChunk that return ConfigOptionModifier and TypeMethodDescriptionFBORenderTracerEffects.getOptionByIndex
(int int0) FBORenderTracerEffects.getOptionByName
(String string) -
Uses of ConfigOption in zombie.iso.objects
Subclasses of ConfigOption in zombie.iso.objectsMethods in zombie.iso.objects that return ConfigOptionModifier and TypeMethodDescriptionIsoBulletTracerEffects.IsoBulletTracerEffectsConfigOptions.getOptionByIndex
(int int0) IsoBulletTracerEffects.IsoBulletTracerEffectsConfigOptions.getOptionByName
(String string) Constructor parameters in zombie.iso.objects with type arguments of type ConfigOptionModifierConstructorDescriptionIsoBulletTracerEffectsConfigOption
(String string, double double0, double double1, double double2, ArrayList<ConfigOption> arrayList) -
Uses of ConfigOption in zombie.network
Subclasses of ConfigOption in zombie.networkModifier and TypeClassDescriptionstatic class
static class
static class
static class
static class
static class
Methods in zombie.network that return ConfigOptionModifier and TypeMethodDescriptionServerOptions.BooleanServerOption.asConfigOption()
ServerOptions.DoubleServerOption.asConfigOption()
ServerOptions.EnumServerOption.asConfigOption()
ServerOptions.IntegerServerOption.asConfigOption()
ServerOptions.ServerOption.asConfigOption()
ServerOptions.StringServerOption.asConfigOption()
ServerOptions.TextServerOption.asConfigOption()
-
Uses of ConfigOption in zombie.popman
Subclasses of ConfigOption in zombie.popmanMethods in zombie.popman that return ConfigOptionModifier and TypeMethodDescriptionZombiePopulationRenderer.getOptionByIndex
(int index) ZombiePopulationRenderer.getOptionByName
(String name) -
Uses of ConfigOption in zombie.worldMap
Subclasses of ConfigOption in zombie.worldMapModifier and TypeClassDescriptionfinal class
final class
Methods in zombie.worldMap that return ConfigOptionModifier and TypeMethodDescriptionUIWorldMapV1.getOptionByIndex
(int index) WorldMapRenderer.getOptionByIndex
(int index) WorldMapSettings.getOptionByIndex
(int index) WorldMapRenderer.getOptionByName
(String name) WorldMapSettings.getOptionByName
(String name)