Uses of Class
cloud.commandframework.services.State
-
Packages that use State Package Description cloud.commandframework cloud API main packagecloud.commandframework.services IntellectualSites service pipeline systemcloud.commandframework.services.types Service implementation types -
-
Uses of State in cloud.commandframework
Methods in cloud.commandframework that return State Modifier and Type Method Description State
CommandManager. postprocessContext(@NonNull CommandContext<C> context, @NonNull Command<C> command)
Postprocess a command context instanceState
CommandManager. preprocessContext(@NonNull CommandContext<C> context, @NonNull LinkedList<@NonNull String> inputQueue)
Preprocess a command context instance -
Uses of State in cloud.commandframework.services
Methods in cloud.commandframework.services that return State Modifier and Type Method Description static State
State. valueOf(String name)
Returns the enum constant of this type with the specified name.static State[]
State. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of State in cloud.commandframework.services.types
Methods in cloud.commandframework.services.types that return State Modifier and Type Method Description default @NonNull State
ConsumerService. handle(@NonNull Context context)
@NonNull State
SideEffectService. handle(@NonNull Context context)
Consumes the context, if possible.
-