Uses of Class
net.alpenblock.bungeeperms.BPConfig
-
Packages that use BPConfig Package Description net.alpenblock.bungeeperms net.alpenblock.bungeeperms.io.migrate net.alpenblock.bungeeperms.platform.bukkit net.alpenblock.bungeeperms.platform.proxy -
-
Uses of BPConfig in net.alpenblock.bungeeperms
Fields in net.alpenblock.bungeeperms declared as BPConfig Modifier and Type Field Description protected BPConfig
CommandHandler. config
Constructors in net.alpenblock.bungeeperms with parameters of type BPConfig Constructor Description BungeePerms(PlatformPlugin plugin, BPConfig config, PluginMessageSender pluginMessageSender, NetworkNotifier networkNotifier, EventListener eventListener, EventDispatcher eventDispatcher)
Debug(PlatformPlugin p, BPConfig conf, java.lang.String loggername)
Mysql(BPConfig c, Debug d, java.lang.String configsection)
PermissionsManager(PlatformPlugin p, BPConfig conf, Debug d)
-
Uses of BPConfig in net.alpenblock.bungeeperms.io.migrate
Constructors in net.alpenblock.bungeeperms.io.migrate with parameters of type BPConfig Constructor Description Migrate2MySQL(BPConfig config, Debug debug)
Migrate2YAML(BPConfig conf)
-
Uses of BPConfig in net.alpenblock.bungeeperms.platform.bukkit
Subclasses of BPConfig in net.alpenblock.bungeeperms.platform.bukkit Modifier and Type Class Description class
BukkitConfig
Constructors in net.alpenblock.bungeeperms.platform.bukkit with parameters of type BPConfig Constructor Description BukkitCommandHandler(PlatformPlugin plugin, PermissionsChecker checker, BPConfig config)
-
Uses of BPConfig in net.alpenblock.bungeeperms.platform.proxy
Subclasses of BPConfig in net.alpenblock.bungeeperms.platform.proxy Modifier and Type Class Description class
ProxyConfig
-