Uses of Class
net.alpenblock.bungeeperms.Config
-
Packages that use Config Package Description net.alpenblock.bungeeperms net.alpenblock.bungeeperms.platform.bukkit net.alpenblock.bungeeperms.platform.proxy -
-
Uses of Config in net.alpenblock.bungeeperms
Fields in net.alpenblock.bungeeperms declared as Config Modifier and Type Field Description protected Config
BPConfig. config
Methods in net.alpenblock.bungeeperms with parameters of type Config Modifier and Type Method Description protected void
BPConfig. migrate0to1(Config oldconf, Config newconf)
Constructors in net.alpenblock.bungeeperms with parameters of type Config Constructor Description BPConfig(Config config)
-
Uses of Config in net.alpenblock.bungeeperms.platform.bukkit
Methods in net.alpenblock.bungeeperms.platform.bukkit with parameters of type Config Modifier and Type Method Description protected void
BukkitConfig. migrate0to1(Config oldconf, Config newconf)
Constructors in net.alpenblock.bungeeperms.platform.bukkit with parameters of type Config Constructor Description BukkitConfig(Config config)
-
Uses of Config in net.alpenblock.bungeeperms.platform.proxy
Methods in net.alpenblock.bungeeperms.platform.proxy with parameters of type Config Modifier and Type Method Description protected void
ProxyConfig. migrate0to1(Config oldconf, Config newconf)
Constructors in net.alpenblock.bungeeperms.platform.proxy with parameters of type Config Constructor Description ProxyConfig(Config config)
-