Uses of Interface
dev.aura.bungeechat.api.module.BungeeChatModule
-
Packages that use BungeeChatModule Package Description dev.aura.bungeechat.api.module -
-
Uses of BungeeChatModule in dev.aura.bungeechat.api.module
Methods in dev.aura.bungeechat.api.module that return types with arguments of type BungeeChatModule Modifier and Type Method Description static List<BungeeChatModule>ModuleManager. getActiveModules()static Stream<BungeeChatModule>ModuleManager. getActiveModulesStream()static List<BungeeChatModule>ModuleManager. getAvailableModules()static Stream<BungeeChatModule>ModuleManager. getAvailableModulesStream()Methods in dev.aura.bungeechat.api.module with parameters of type BungeeChatModule Modifier and Type Method Description static booleanModuleManager. isModuleActive(BungeeChatModule module)static voidModuleManager. registerModule(BungeeChatModule module)
-