Package zombie
Class SandboxOptions.StringSandboxOption
java.lang.Object
zombie.config.ConfigOption
zombie.config.StringConfigOption
zombie.SandboxOptions.StringSandboxOption
- All Implemented Interfaces:
SandboxOptions.SandboxOption
- Enclosing class:
- SandboxOptions
public static class SandboxOptions.StringSandboxOption
extends StringConfigOption
implements SandboxOptions.SandboxOption
-
Field Summary
Modifier and TypeFieldDescriptionprotected boolean
protected String
protected String
protected String
protected String
Fields inherited from class zombie.config.StringConfigOption
defaultValue, maxLength, value
Fields inherited from class zombie.config.ConfigOption
name
-
Constructor Summary
ConstructorDescriptionStringSandboxOption
(SandboxOptions sandboxOptions, String string, String string2, int int1) -
Method Summary
Modifier and TypeMethodDescriptionvoid
fromTable
(KahluaTable kahluaTable) boolean
isCustom()
void
setPageName
(String string) setTranslation
(String string) void
toTable
(KahluaTable kahluaTable) Methods inherited from class zombie.config.StringConfigOption
getDefaultValue, getType, getValue, getValueAsLuaString, getValueAsObject, getValueAsString, isValidString, parse, resetToDefault, setDefaultToCurrentValue, setValue, setValueFromObject
Methods inherited from class zombie.config.ConfigOption
getName
-
Field Details
-
translation
-
tableName
-
shortName
-
bCustom
protected boolean bCustom -
pageName
-
-
Constructor Details
-
StringSandboxOption
-
-
Method Details
-
asConfigOption
- Specified by:
asConfigOption
in interfaceSandboxOptions.SandboxOption
-
getShortName
- Specified by:
getShortName
in interfaceSandboxOptions.SandboxOption
-
getTableName
- Specified by:
getTableName
in interfaceSandboxOptions.SandboxOption
-
setTranslation
- Specified by:
setTranslation
in interfaceSandboxOptions.SandboxOption
-
getTranslatedName
- Specified by:
getTranslatedName
in interfaceSandboxOptions.SandboxOption
-
getTooltip
- Specified by:
getTooltip
in interfaceSandboxOptions.SandboxOption
- Overrides:
getTooltip
in classStringConfigOption
-
fromTable
- Specified by:
fromTable
in interfaceSandboxOptions.SandboxOption
-
toTable
- Specified by:
toTable
in interfaceSandboxOptions.SandboxOption
-
setCustom
public void setCustom()- Specified by:
setCustom
in interfaceSandboxOptions.SandboxOption
-
isCustom
public boolean isCustom()- Specified by:
isCustom
in interfaceSandboxOptions.SandboxOption
-
setPageName
- Specified by:
setPageName
in interfaceSandboxOptions.SandboxOption
-
getPageName
- Specified by:
getPageName
in interfaceSandboxOptions.SandboxOption
-