Package zombie
Class SandboxOptions.BooleanSandboxOption
java.lang.Object
zombie.config.ConfigOption
zombie.config.BooleanConfigOption
zombie.SandboxOptions.BooleanSandboxOption
- All Implemented Interfaces:
SandboxOptions.SandboxOption
- Enclosing class:
- SandboxOptions
public static class SandboxOptions.BooleanSandboxOption
extends BooleanConfigOption
implements SandboxOptions.SandboxOption
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected booleanprotected Stringprotected Stringprotected Stringprotected StringFields inherited from class zombie.config.BooleanConfigOption
defaultValue, valueFields inherited from class zombie.config.ConfigOption
name -
Constructor Summary
ConstructorsConstructorDescriptionBooleanSandboxOption(SandboxOptions sandboxOptions, String string, boolean boolean1) -
Method Summary
Modifier and TypeMethodDescriptionvoidfromTable(KahluaTable kahluaTable) booleanisCustom()voidsetPageName(String string) setTranslation(String string) voidtoTable(KahluaTable kahluaTable) Methods inherited from class zombie.config.BooleanConfigOption
getDefaultValue, getType, getValue, getValueAsObject, getValueAsString, isValidString, parse, resetToDefault, setDefaultToCurrentValue, setValue, setValueFromObjectMethods inherited from class zombie.config.ConfigOption
getName, getValueAsLuaString
-
Field Details
-
translation
-
tableName
-
shortName
-
bCustom
protected boolean bCustom -
pageName
-
-
Constructor Details
-
BooleanSandboxOption
-
-
Method Details
-
asConfigOption
- Specified by:
asConfigOptionin interfaceSandboxOptions.SandboxOption
-
getShortName
- Specified by:
getShortNamein interfaceSandboxOptions.SandboxOption
-
getTableName
- Specified by:
getTableNamein interfaceSandboxOptions.SandboxOption
-
setTranslation
- Specified by:
setTranslationin interfaceSandboxOptions.SandboxOption
-
getTranslatedName
- Specified by:
getTranslatedNamein interfaceSandboxOptions.SandboxOption
-
getTooltip
- Specified by:
getTooltipin interfaceSandboxOptions.SandboxOption- Overrides:
getTooltipin classBooleanConfigOption
-
fromTable
- Specified by:
fromTablein interfaceSandboxOptions.SandboxOption
-
toTable
- Specified by:
toTablein interfaceSandboxOptions.SandboxOption
-
setCustom
public void setCustom()- Specified by:
setCustomin interfaceSandboxOptions.SandboxOption
-
isCustom
public boolean isCustom()- Specified by:
isCustomin interfaceSandboxOptions.SandboxOption
-
setPageName
- Specified by:
setPageNamein interfaceSandboxOptions.SandboxOption
-
getPageName
- Specified by:
getPageNamein interfaceSandboxOptions.SandboxOption
-