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 CommandGroup
CommandGroup.merge
(Collection<CommandGroup> groups) Merges multiple command groups into one.static CommandGroup
Creates a command group from the given commands.static CommandGroup
CommandGroup.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 CommandGroup
CommandGroup.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 void
Registry.registerCommands
(CommandGroup commands) Registers the given commands into this registry.