Uses of Class
kboyle.oktane.core.module.CommandModule
Packages that use CommandModule
Package
Description
-
Uses of CommandModule in kboyle.oktane.core
Methods in kboyle.oktane.core that return types with arguments of type CommandModuleModifier and TypeMethodDescriptionstatic Stream<CommandModule>
CommandUtils.flattenModule(CommandModule module)
Gets aCommandModule
and all its children.CommandHandler.flattenModules()
com.google.common.collect.ImmutableList<CommandModule>
CommandHandler.modules()
Methods in kboyle.oktane.core with parameters of type CommandModuleModifier and TypeMethodDescriptionstatic Stream<CommandModule>
CommandUtils.flattenModule(CommandModule module)
Gets aCommandModule
and all its children. -
Uses of CommandModule in kboyle.oktane.core.mapping
Methods in kboyle.oktane.core.mapping with parameters of type CommandModule -
Uses of CommandModule in kboyle.oktane.core.module
Fields in kboyle.oktane.core.module declared as CommandModuleFields in kboyle.oktane.core.module with type parameters of type CommandModuleModifier and TypeFieldDescriptioncom.google.common.collect.ImmutableList<CommandModule>
CommandModule.children
CommandModule.parent
Methods in kboyle.oktane.core.module that return CommandModule -
Uses of CommandModule in kboyle.oktane.core.module.factory
Methods in kboyle.oktane.core.module.factory that return CommandModuleModifier and TypeMethodDescription<MODULE extends BASE>
CommandModule<MODULE extends BASE>
CommandModuleCommandModuleFactory.create(Class<MODULE> moduleClass, Consumer<CommandModule.Builder> builderConsumer)
-
Uses of CommandModule in kboyle.oktane.discord4j
Methods in kboyle.oktane.discord4j that return types with arguments of type CommandModuleModifier and TypeMethodDescriptionDiscordCommandHandler.flattenModules()
com.google.common.collect.ImmutableList<CommandModule>
DiscordCommandHandler.modules()