接口 IConfigSpec<T extends IConfigSpec<T>>
- 所有超级接口:
com.electronwill.nightconfig.core.UnmodifiableConfig
- 所有已知实现类:
ForgeConfigSpec
public interface IConfigSpec<T extends IConfigSpec<T>>
extends com.electronwill.nightconfig.core.UnmodifiableConfig
-
嵌套类概要
从接口继承的嵌套类/接口 com.electronwill.nightconfig.core.UnmodifiableConfig
com.electronwill.nightconfig.core.UnmodifiableConfig.Entry
-
方法概要
修饰符和类型方法说明void
acceptConfig
(com.electronwill.nightconfig.core.CommentedConfig data) void
int
correct
(com.electronwill.nightconfig.core.CommentedConfig commentedFileConfig) boolean
isCorrect
(com.electronwill.nightconfig.core.CommentedConfig commentedFileConfig) boolean
default T
self()
从接口继承的方法 com.electronwill.nightconfig.core.UnmodifiableConfig
apply, apply, configFormat, contains, contains, entrySet, get, get, getByte, getByte, getByteOrElse, getByteOrElse, getChar, getChar, getCharOrElse, getCharOrElse, getEnum, getEnum, getEnum, getEnum, getEnumOrElse, getEnumOrElse, getEnumOrElse, getEnumOrElse, getEnumOrElse, getEnumOrElse, getEnumOrElse, getEnumOrElse, getInt, getInt, getIntOrElse, getIntOrElse, getIntOrElse, getIntOrElse, getLong, getLong, getLongOrElse, getLongOrElse, getLongOrElse, getLongOrElse, getOptional, getOptional, getOptionalEnum, getOptionalEnum, getOptionalEnum, getOptionalEnum, getOptionalInt, getOptionalInt, getOptionalLong, getOptionalLong, getOrElse, getOrElse, getOrElse, getOrElse, getRaw, getRaw, getShort, getShort, getShortOrElse, getShortOrElse, isEmpty, isNull, isNull, size, valueMap
-
方法详细资料
-
self
-
acceptConfig
void acceptConfig(com.electronwill.nightconfig.core.CommentedConfig data) -
isCorrecting
boolean isCorrecting() -
isCorrect
boolean isCorrect(com.electronwill.nightconfig.core.CommentedConfig commentedFileConfig) -
correct
int correct(com.electronwill.nightconfig.core.CommentedConfig commentedFileConfig) -
afterReload
void afterReload()
-