Class ConfigValue<T>
java.lang.Object
de.luckymcdev.foundryengine.common.bundle.config.ConfigValue<T>
- Type Parameters:
T- the value type (Boolean, Integer, Double, String)
A single typed config value belonging to a
BundleConfig.
Obtain instances via BundleConfigSpec.-
Method Details
-
get
Returns the current value, falling back to the default if unset. -
getDefault
Returns the default value for this config entry. -
getKey
-
getComment
-
toString
-