Uses of Class
net.neoforged.neoforge.common.ModConfigSpec.ConfigValue
-
Uses of ModConfigSpec.ConfigValue in net.neoforged.neoforge.common
Modifier and TypeClassDescriptionstatic class
static class
static class
ModConfigSpec.EnumValue<T extends Enum<T>>
static class
static class
Modifier and TypeFieldDescriptionfinal ModConfigSpec.ConfigValue
<String> NeoForgeConfig.Server.permissionHandler
Modifier and TypeFieldDescriptionprivate List
<ModConfigSpec.ConfigValue<?>> ModConfigSpec.Builder.values
Modifier and TypeMethodDescription<T> ModConfigSpec.ConfigValue
<T> <T> ModConfigSpec.ConfigValue
<T> <T> ModConfigSpec.ConfigValue
<T> <T> ModConfigSpec.ConfigValue
<T> ModConfigSpec.Builder.define
(List<String> path, Supplier<T> defaultSupplier, Predicate<Object> validator) <T> ModConfigSpec.ConfigValue
<T> ModConfigSpec.Builder.define
(List<String> path, Supplier<T> defaultSupplier, Predicate<Object> validator, Class<?> clazz) <T> ModConfigSpec.ConfigValue
<T> ModConfigSpec.Builder.define
(List<String> path, ModConfigSpec.ValueSpec value, Supplier<T> defaultSupplier) <T> ModConfigSpec.ConfigValue
<T> <T> ModConfigSpec.ConfigValue
<T> <T> ModConfigSpec.ConfigValue
<T> ModConfigSpec.Builder.defineInList
(String path, Supplier<T> defaultSupplier, Collection<? extends T> acceptableValues) <T> ModConfigSpec.ConfigValue
<T> ModConfigSpec.Builder.defineInList
(String path, T defaultValue, Collection<? extends T> acceptableValues) <T> ModConfigSpec.ConfigValue
<T> ModConfigSpec.Builder.defineInList
(List<String> path, Supplier<T> defaultSupplier, Collection<? extends T> acceptableValues) <T> ModConfigSpec.ConfigValue
<T> ModConfigSpec.Builder.defineInList
(List<String> path, T defaultValue, Collection<? extends T> acceptableValues) <V extends Comparable<? super V>>
ModConfigSpec.ConfigValue<V> ModConfigSpec.Builder.defineInRange
(String path, Supplier<V> defaultSupplier, V min, V max, Class<V> clazz) <V extends Comparable<? super V>>
ModConfigSpec.ConfigValue<V> ModConfigSpec.Builder.defineInRange
(String path, V defaultValue, V min, V max, Class<V> clazz) <V extends Comparable<? super V>>
ModConfigSpec.ConfigValue<V> ModConfigSpec.Builder.defineInRange
(List<String> path, Supplier<V> defaultSupplier, V min, V max, Class<V> clazz) <V extends Comparable<? super V>>
ModConfigSpec.ConfigValue<V> ModConfigSpec.Builder.defineInRange
(List<String> path, V defaultValue, V min, V max, Class<V> clazz) <T> ModConfigSpec.ConfigValue
<List<? extends T>> ModConfigSpec.Builder.defineList
(String path, Supplier<List<? extends T>> defaultSupplier, Predicate<Object> elementValidator) <T> ModConfigSpec.ConfigValue
<List<? extends T>> ModConfigSpec.Builder.defineList
(String path, List<? extends T> defaultValue, Predicate<Object> elementValidator) <T> ModConfigSpec.ConfigValue
<List<? extends T>> ModConfigSpec.Builder.defineList
(List<String> path, Supplier<List<? extends T>> defaultSupplier, Predicate<Object> elementValidator) <T> ModConfigSpec.ConfigValue
<List<? extends T>> ModConfigSpec.Builder.defineList
(List<String> path, List<? extends T> defaultValue, Predicate<Object> elementValidator) <T> ModConfigSpec.ConfigValue
<List<? extends T>> ModConfigSpec.Builder.defineListAllowEmpty
(String path, Supplier<List<? extends T>> defaultSupplier, Predicate<Object> elementValidator) <T> ModConfigSpec.ConfigValue
<List<? extends T>> ModConfigSpec.Builder.defineListAllowEmpty
(String path, List<? extends T> defaultValue, Predicate<Object> elementValidator) <T> ModConfigSpec.ConfigValue
<List<? extends T>> ModConfigSpec.Builder.defineListAllowEmpty
(List<String> path, Supplier<List<? extends T>> defaultSupplier, Predicate<Object> elementValidator) <T> ModConfigSpec.ConfigValue
<List<? extends T>> ModConfigSpec.Builder.defineListAllowEmpty
(List<String> path, List<? extends T> defaultValue, Predicate<Object> elementValidator)