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.
-
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 mappings.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.