@DefaultQualifier(org.checkerframework.checker.nullness.qual.NonNull.class)
Package org.spongepowered.api.command.manager
-
Interface Summary Interface Description CommandManager Registers and dispatches commands.CommandManager.Mutable A mutable view of the command manager, allowing additional commands to be registered.CommandMapping Provides information about a mapping between a command and its aliases. -
Exception Summary Exception Description CommandFailedRegistrationException Indicates that a command could not be registered.