Uses of Interface
de.kentoj.kencommandapi.api.invocation.CommandExecutor
Packages that use CommandExecutor
Package
Description
-
Uses of CommandExecutor in de.kentoj.kencommandapi.api.invocation
Subinterfaces of CommandExecutor in de.kentoj.kencommandapi.api.invocation -
Uses of CommandExecutor in de.kentoj.kencommandapi.api.literal
Methods in de.kentoj.kencommandapi.api.literal that return CommandExecutorMethods in de.kentoj.kencommandapi.api.literal with parameters of type CommandExecutorModifier and TypeMethodDescriptionLiteralBuilder.withExecutor(@Nullable CommandExecutor<T> executor) -
Uses of CommandExecutor in de.kentoj.kencommandapi.internal.parser
Methods in de.kentoj.kencommandapi.internal.parser that return CommandExecutorConstructors in de.kentoj.kencommandapi.internal.parser with parameters of type CommandExecutorModifierConstructorDescriptionExecutionData(CommandExecutor<T> executor, CommandContext<T> context)