类 ModConfigSpec.ValueSpec
java.lang.Object
net.neoforged.neoforge.common.ModConfigSpec.ValueSpec
- 直接已知子类:
ModConfigSpec.ListValueSpec
- 封闭类:
ModConfigSpec
-
字段概要
字段修饰符和类型字段说明private final @Nullable Class
<?> private final @Nullable String
private final @Nullable String
private final @Nullable ModConfigSpec.Range
<?> private final ModConfigSpec.RestartType
private final Supplier
<?> -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明@Nullable Class
<?> getClazz()
@Nullable String
<V extends Comparable<? super V>>
@Nullable ModConfigSpec.Range<V> getRange()
@Nullable String
boolean
-
字段详细资料
-
comment
-
langKey
-
range
-
clazz
-
supplier
-
validator
-
restartType
-
-
构造器详细资料
-
ValueSpec
-
-
方法详细资料
-
getComment
-
getTranslationKey
-
getRange
-
restartType
-
getClazz
-
test
-
correct
-
getDefault
-