Uses of Interface
site.lab0x13.scrow.commands.model.CommandExecutor
Packages that use CommandExecutor
Package
Description
-
Uses of CommandExecutor in site.lab0x13.scrow.commands.model
Subinterfaces of CommandExecutor in site.lab0x13.scrow.commands.modelModifier and TypeInterfaceDescriptionstatic interfaceCommandExecutor.Sync<C extends CommandContext<C>> -
Uses of CommandExecutor in site.lab0x13.scrow.commands.model.literal
Fields in site.lab0x13.scrow.commands.model.literal declared as CommandExecutorMethods in site.lab0x13.scrow.commands.model.literal that return CommandExecutorModifier and TypeMethodDescription@Nullable CommandExecutor<C> DynamicLiteral.executor()@Nullable CommandExecutor<C> Literal.executor()@Nullable CommandExecutor<C> RootLiteralWrapper.executor()Methods in site.lab0x13.scrow.commands.model.literal with parameters of type CommandExecutorModifier and TypeMethodDescriptionfinal BLiteralBuilder.withExecutor(@Nullable CommandExecutor<C> executor) Constructors in site.lab0x13.scrow.commands.model.literal with parameters of type CommandExecutorModifierConstructorDescriptionDynamicLiteral(List<String> names, @Nullable CommandExecutor<C> executor, List<Argument<C, ?>> arguments, String permission) StaticLiteral(List<String> names, @Nullable CommandExecutor<C> executor, List<Argument<C, ?>> arguments, String permission, List<Literal<C>> subLiterals) -
Uses of CommandExecutor in site.lab0x13.scrow.commands.parser
Methods in site.lab0x13.scrow.commands.parser that return types with arguments of type CommandExecutorModifier and TypeMethodDescriptioncom.leakyabstractions.result.api.Result<CommandExecutor<C>, String> WalkResult.executor()Returns the value of theexecutorrecord component.Constructor parameters in site.lab0x13.scrow.commands.parser with type arguments of type CommandExecutorModifierConstructorDescriptionWalkResult(com.leakyabstractions.result.api.Result<CommandExecutor<C>, String> executor, SuggestionProvider<C> suggestionProvider) WalkResult(com.leakyabstractions.result.api.Result<CommandExecutor<C>, String> executor, SuggestionProvider<C> suggestionProvider, String input) Creates an instance of aWalkResultrecord class.