Package fr.rodofire.ewc.config.objects
Class BooleanConfigObject
java.lang.Object
fr.rodofire.ewc.config.objects.AbstractConfigObject<Boolean>
fr.rodofire.ewc.config.objects.BooleanConfigObject
-
Field Summary
Fields inherited from class fr.rodofire.ewc.config.objects.AbstractConfigObject
requireRestart -
Constructor Summary
ConstructorsConstructorDescriptionBooleanConfigObject(boolean defaultValue, String name) BooleanConfigObject(boolean defaultValue, String description, String name) -
Method Summary
Methods inherited from class fr.rodofire.ewc.config.objects.AbstractConfigObject
equals, getActualValue, getDefaultValue, getDescription, getDescriptionKey, getKey, getName, getPreviousValue, resetToDefaultValue, setActualValue, setDescription, setKey, setName, setPreviousValue, shouldRestart
-
Constructor Details
-
BooleanConfigObject
-
BooleanConfigObject
-
-
Method Details
-
getObjectCategory
- Specified by:
getObjectCategoryin classAbstractConfigObject<Boolean>
-
getDefaultDescription
- Overrides:
getDefaultDescriptionin classAbstractConfigObject<Boolean>
-