Uses of Class
com.ericlam.mc.bungee.hnmc.config.yaml.BungeeConfiguration
-
Packages that use BungeeConfiguration Package Description com.ericlam.mc.bungee.hnmc.config com.ericlam.mc.bungee.hnmc.config.yaml -
-
Uses of BungeeConfiguration in com.ericlam.mc.bungee.hnmc.config
Methods in com.ericlam.mc.bungee.hnmc.config with type parameters of type BungeeConfiguration Modifier and Type Method Description <T extends BungeeConfiguration>
TYamlManager. getConfig(String yml)<T extends BungeeConfiguration>
TYamlManager. getConfigAs(Class<T> config)Method parameters in com.ericlam.mc.bungee.hnmc.config with type arguments of type BungeeConfiguration Modifier and Type Method Description ConfigFactoryConfigFactory. register(Class<? extends BungeeConfiguration> configClass)註冊並使用 @Resource 定位文件位置ConfigFactoryConfigFactory. register(String yml, Class<? extends BungeeConfiguration> configClass)註冊 -
Uses of BungeeConfiguration in com.ericlam.mc.bungee.hnmc.config.yaml
Subclasses of BungeeConfiguration in com.ericlam.mc.bungee.hnmc.config.yaml Modifier and Type Class Description classMessageConfiguration用於創建 訊息類別 config 時繼承Methods in com.ericlam.mc.bungee.hnmc.config.yaml with type parameters of type BungeeConfiguration Modifier and Type Method Description <T extends BungeeConfiguration>
voidFileController. reload(T config)<T extends BungeeConfiguration>
voidFileController. save(T config)
-