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
Modifier and TypeFieldDescriptionprivate final @Nullable Class
<?> private final @Nullable String
private final @Nullable String
private final @Nullable ModConfigSpec.Range
<?> private final ModConfigSpec.RestartType
private final Supplier
<?> -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescription@Nullable Class
<?> getClazz()
@Nullable String
<V extends Comparable<? super V>>
@Nullable ModConfigSpec.Range<V> getRange()
@Nullable String
boolean
-
Field Details
-
comment
-
langKey
-
range
-
clazz
-
supplier
-
validator
-
restartType
-
-
Constructor Details
-
ValueSpec
-
-
Method Details
-
getComment
-
getTranslationKey
-
getRange
-
restartType
-
getClazz
-
test
-
correct
-
getDefault
-