Uses of Package
dev.sympho.modular_commands.api.command
Packages that use dev.sympho.modular_commands.api.command
Package
Description
APIs related to defining a command.
Interfaces that represent the invocation context of a command.
Exceptions thrown by the system.
Registry system for registering commands that can be executed.
Runtime system for executing commands defined through the API.
Default implementation for command interfaces.
Implementations for command contexts.
Default implementations for registries.
Collection of classes that provide assorted utilies for ease of use.
Builders for commands.
-
Classes in dev.sympho.modular_commands.api.command used by dev.sympho.modular_commands.api.commandClassDescriptionA command that can be invoked by a user.The scopes that a command may be defined in.An invocation of a command.A message-based command.A slash command.
-
-
Classes in dev.sympho.modular_commands.api.command used by dev.sympho.modular_commands.api.exceptionClassDescriptionA command that can be invoked by a user.An invocation of a command.
-
Classes in dev.sympho.modular_commands.api.command used by dev.sympho.modular_commands.api.registryClassDescriptionA command that can be invoked by a user.An invocation of a command.
-
Classes in dev.sympho.modular_commands.api.command used by dev.sympho.modular_commands.executeClassDescriptionA command that can be invoked by a user.An invocation of a command.
-
Classes in dev.sympho.modular_commands.api.command used by dev.sympho.modular_commands.impl.commandClassDescriptionA command that can be invoked by a user.The scopes that a command may be defined in.An interaction-based command.An invocation of a command.A message-based command.A slash command.A command that is invoked through any form of text (as opposed to a GUI element like a button).
-
Classes in dev.sympho.modular_commands.api.command used by dev.sympho.modular_commands.impl.context
-
Classes in dev.sympho.modular_commands.api.command used by dev.sympho.modular_commands.impl.registryClassDescriptionA command that can be invoked by a user.An invocation of a command.
-
Classes in dev.sympho.modular_commands.api.command used by dev.sympho.modular_commands.utilsClassDescriptionA command that can be invoked by a user.An invocation of a command.
-
Classes in dev.sympho.modular_commands.api.command used by dev.sympho.modular_commands.utils.builder.commandClassDescriptionThe scopes that a command may be defined in.An invocation of a command.A message-based command.A slash command.A command that is invoked through any form of text (as opposed to a GUI element like a button).