Uses of Class
cc.carm.lib.configuration.core.value.ConfigValue
-
-
Uses of ConfigValue in cc.carm.lib.configuration.core
Methods in cc.carm.lib.configuration.core with parameters of type ConfigValue Modifier and Type Method Description protected voidConfigInitializer. initializeValue(@NotNull ConfigValue<?> value, @NotNull java.lang.String path, @Nullable HeaderComment fieldHeaderComment, @Nullable InlineComment fieldInlineComment, boolean saveDefaults) -
Uses of ConfigValue in cc.carm.lib.configuration.core.builder
Methods in cc.carm.lib.configuration.core.builder that return ConfigValue Modifier and Type Method Description abstract @NotNull ConfigValue<?>AbstractConfigBuilder. build() -
Uses of ConfigValue in cc.carm.lib.configuration.core.value.impl
Subclasses of ConfigValue in cc.carm.lib.configuration.core.value.impl Modifier and Type Class Description classCachedConfigValue<T> -
Uses of ConfigValue in cc.carm.lib.configuration.core.value.type
Subclasses of ConfigValue in cc.carm.lib.configuration.core.value.type Modifier and Type Class Description classConfiguredList<V>classConfiguredMap<K,V>classConfiguredSection<V>classConfiguredValue<V> -
Uses of ConfigValue in cc.carm.lib.configuration.yaml
Subclasses of ConfigValue in cc.carm.lib.configuration.yaml Modifier and Type Class Description classYAMLValue<T> -
Uses of ConfigValue in cc.carm.lib.configuration.yaml.value
Subclasses of ConfigValue in cc.carm.lib.configuration.yaml.value Modifier and Type Class Description classConfiguredSerializable<T extends org.bspfsystems.yamlconfiguration.serialization.ConfigurationSerializable>
-