Class KeyBackedConfigValue<TYPE>
java.lang.Object
com.wildfire.common.config.value.KeyBackedConfigValue<TYPE>
- All Implemented Interfaces:
ConfigValue<TYPE>, Consumer<TYPE>, Supplier<TYPE>
-
Method Details
-
validator
- Specified by:
validatorin interfaceConfigValue<TYPE>
-
get
-
reset
public boolean reset()Description copied from interface:ConfigValueReturnstrueif the value was changed to the default value,falseif it was already at the default value.- Specified by:
resetin interfaceConfigValue<TYPE>- Returns:
trueif the value was changed to the default value,falseif it was already at the default value
-
update
- Specified by:
updatein interfaceConfigValue<TYPE>
-
toString
-