Package net.neoforged.neoforge.common
Class ModConfigSpec.ValueSpec
java.lang.Object
net.neoforged.neoforge.common.ModConfigSpec.ValueSpec
- Direct Known Subclasses:
ModConfigSpec.ListValueSpec
- Enclosing class:
ModConfigSpec
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final @Nullable Class<?> private final @Nullable Stringprivate final @Nullable Stringprivate final @Nullable ModConfigSpec.Range<?> private final ModConfigSpec.RestartTypeprivate final Supplier<?> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription@Nullable Class<?> getClazz()@Nullable String<V extends Comparable<? super V>>
@Nullable ModConfigSpec.Range<V> getRange()@Nullable Stringboolean
-
Field Details
-
comment
-
langKey
-
range
-
clazz
-
supplier
-
validator
-
restartType
-
-
Constructor Details
-
ValueSpec
-
-
Method Details
-
getComment
-
getTranslationKey
-
getRange
-
restartType
-
getClazz
-
test
-
correct
-
getDefault
-