Class BoolConfigOption
java.lang.Object
com.binaris.wizardry.core.config.option.ConfigOption<Boolean>
com.binaris.wizardry.core.config.option.BoolConfigOption
-
Field Summary
Fields inherited from class com.binaris.wizardry.core.config.option.ConfigOption
translationDescriptionKey, translationNameKey -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ConfigOption<Boolean>booleanOption(String key, boolean defaultValue) Methods inherited from class com.binaris.wizardry.core.config.option.ConfigOption
get, getCodec, getDefault, getKey, getRawDescription, getRawName, getType, set
-
Constructor Details
-
BoolConfigOption
-
-
Method Details
-
booleanOption
-
validate
- Specified by:
validatein classConfigOption<Boolean>
-