Uses of Interface
dev.sympho.modular_commands.api.command.result.CommandContinue
Packages that use CommandContinue
Package
Description
Interfaces defining the result of handling an invoked command.
-
Uses of CommandContinue in dev.sympho.modular_commands.api.command.result
Fields in dev.sympho.modular_commands.api.command.result declared as CommandContinueModifier and TypeFieldDescriptionstatic final CommandContinueResults.CONTINUEResult indicating execution should continue along the chain.Methods in dev.sympho.modular_commands.api.command.result that return CommandContinueModifier and TypeMethodDescriptionstatic CommandContinueResults.cont()Generates a result indicating execution should continue along the chain.