Uses of Interface
net.alpenblock.bungeeperms.platform.PlatformPlugin
-
Packages that use PlatformPlugin Package Description net.alpenblock.bungeeperms net.alpenblock.bungeeperms.platform.bukkit net.alpenblock.bungeeperms.platform.bungee net.alpenblock.bungeeperms.platform.velocity -
-
Uses of PlatformPlugin in net.alpenblock.bungeeperms
Fields in net.alpenblock.bungeeperms declared as PlatformPlugin Modifier and Type Field Description protected PlatformPlugin
CommandHandler. plugin
Methods in net.alpenblock.bungeeperms with parameters of type PlatformPlugin Modifier and Type Method Description static java.lang.Integer
Statics. getBuild(PlatformPlugin p)
Constructors in net.alpenblock.bungeeperms with parameters of type PlatformPlugin Constructor Description BungeePerms(PlatformPlugin plugin, BPConfig config, PluginMessageSender pluginMessageSender, NetworkNotifier networkNotifier, EventListener eventListener, EventDispatcher eventDispatcher)
Config(PlatformPlugin p, java.lang.String path)
Debug(PlatformPlugin p, BPConfig conf, java.lang.String loggername)
PermissionsManager(PlatformPlugin p, BPConfig conf, Debug d)
-
Uses of PlatformPlugin in net.alpenblock.bungeeperms.platform.bukkit
Classes in net.alpenblock.bungeeperms.platform.bukkit that implement PlatformPlugin Modifier and Type Class Description class
BukkitPlugin
Constructors in net.alpenblock.bungeeperms.platform.bukkit with parameters of type PlatformPlugin Constructor Description BukkitCommandHandler(PlatformPlugin plugin, PermissionsChecker checker, BPConfig config)
-
Uses of PlatformPlugin in net.alpenblock.bungeeperms.platform.bungee
Classes in net.alpenblock.bungeeperms.platform.bungee that implement PlatformPlugin Modifier and Type Class Description class
BungeePlugin
-
Uses of PlatformPlugin in net.alpenblock.bungeeperms.platform.velocity
Classes in net.alpenblock.bungeeperms.platform.velocity that implement PlatformPlugin Modifier and Type Class Description class
VelocityPlugin
-