Uses of Interface
site.lab0x13.scrow.commands.model.CommandExecutor
Packages that use CommandExecutor
-
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)