Uses of Interface
de.kentoj.kencommandapi.api.invocation.CommandContext
Packages that use CommandContext
Package
Description
-
Uses of CommandContext in de.kentoj.kencommandapi.api.argument
Methods in de.kentoj.kencommandapi.api.argument that return types with arguments of type CommandContextModifier and TypeMethodDescription@Nullable Function<CommandContext<T>, V> CommandArgumentSpec.defaultValueProvider()@Nullable Function<CommandContext<T>, V> CommandArgumentSpecImpl.defaultValueProvider()Returns the value of thedefaultValueProviderrecord component.Method parameters in de.kentoj.kencommandapi.api.argument with type arguments of type CommandContextModifier and TypeMethodDescriptionCommandArgumentSpecBuilder.withDefaultValue(@Nullable Function<CommandContext<T>, V> defaultValueProvider) Constructor parameters in de.kentoj.kencommandapi.api.argument with type arguments of type CommandContextModifierConstructorDescriptionCommandArgumentSpecImpl(String id, ArgumentType<T, V> type, List<ArgumentRequirement<V>> requirements, Function<CommandContext<T>, V> defaultValueProvider, @Nullable SuggestionProvider<T> suggestionProvider) Creates an instance of aCommandArgumentSpecImplrecord class. -
Uses of CommandContext in de.kentoj.kencommandapi.api.invocation
Methods in de.kentoj.kencommandapi.api.invocation with parameters of type CommandContextModifier and TypeMethodDescriptionCompletableFuture<com.leakyabstractions.result.api.Result<Object, String>> CommandExecutor.execute(CommandContext<T> ctx) default CompletableFuture<com.leakyabstractions.result.api.Result<Object, String>> SyncCommandExecutor.execute(CommandContext<T> ctx) SyncCommandExecutor.executeSync(CommandContext<T> ctx) -
Uses of CommandContext in de.kentoj.kencommandapi.internal
Classes in de.kentoj.kencommandapi.internal that implement CommandContext -
Uses of CommandContext in de.kentoj.kencommandapi.internal.parser
Methods in de.kentoj.kencommandapi.internal.parser that return CommandContextConstructors in de.kentoj.kencommandapi.internal.parser with parameters of type CommandContextModifierConstructorDescriptionExecutionData(CommandExecutor<T> executor, CommandContext<T> context)