Class SandboxOptions.IntegerSandboxOption
java.lang.Object
zombie.config.ConfigOption
zombie.config.IntegerConfigOption
zombie.SandboxOptions.IntegerSandboxOption
- All Implemented Interfaces:
SandboxOptions.SandboxOption
- Enclosing class:
SandboxOptions
public static class SandboxOptions.IntegerSandboxOption
extends IntegerConfigOption
implements SandboxOptions.SandboxOption
-
Constructor Summary
ConstructorsConstructorDescriptionIntegerSandboxOption(SandboxOptions owner, String name, int min, int max, int defaultValue) -
Method Summary
Modifier and TypeMethodDescriptionvoidfromTable(KahluaTable table) booleanisCustom()voidsetPageName(String _pageName) setTranslation(String _translation) voidtoTable(KahluaTable table) Methods inherited from class zombie.config.IntegerConfigOption
getDefaultValue, getMax, getMin, getType, getValue, getValueAsObject, getValueAsString, isValidString, makeCopy, parse, resetToDefault, setDefaultToCurrentValue, setValue, setValueFromObjectMethods inherited from class zombie.config.ConfigOption
getName, getValueAsLuaString
-
Constructor Details
-
IntegerSandboxOption
-
-
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 classIntegerConfigOption
-
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
-