Uses of Interface
dev.sympho.modular_commands.api.CommandGroup
Packages that use CommandGroup
Package
Description
External interface through which client code can utilize the command system.
Registry system for registering commands that can be executed.
-
Uses of CommandGroup in dev.sympho.modular_commands.api
Methods in dev.sympho.modular_commands.api that return CommandGroupModifier and TypeMethodDescriptionstatic CommandGroupCommandGroup.merge(Collection<CommandGroup> groups) Merges multiple command groups into one.static CommandGroupCreates a command group from the given commands.static CommandGroupCommandGroup.of(Collection<? extends Command<?>> commands) Creates a command group from the given commands.Method parameters in dev.sympho.modular_commands.api with type arguments of type CommandGroupModifier and TypeMethodDescriptionstatic CommandGroupCommandGroup.merge(Collection<CommandGroup> groups) Merges multiple command groups into one. -
Uses of CommandGroup in dev.sympho.modular_commands.api.registry
Methods in dev.sympho.modular_commands.api.registry with parameters of type CommandGroupModifier and TypeMethodDescriptiondefault voidRegistry.registerCommands(CommandGroup commands) Registers the given commands into this registry.