Uses of Interface
de.kentoj.kencommandapi.api.argument.CommandArgument
Packages that use CommandArgument
Package
Description
-
Uses of CommandArgument in de.kentoj.kencommandapi.api.argument
Classes in de.kentoj.kencommandapi.api.argument that implement CommandArgument -
Uses of CommandArgument in de.kentoj.kencommandapi.api.invocation
Methods in de.kentoj.kencommandapi.api.invocation that return CommandArgumentModifier and TypeMethodDescriptiondefault <V> CommandArgument<T, V> CommandContext.getParsedArgument(CommandArgumentSpec<T, V> arg) <V> CommandArgument<T, V> CommandContext.getParsedArgument(String id) Methods in de.kentoj.kencommandapi.api.invocation that return types with arguments of type CommandArgumentModifier and TypeMethodDescriptionMap<String, CommandArgument<T, ?>> CommandContext.parsedArguments() -
Uses of CommandArgument in de.kentoj.kencommandapi.internal
Methods in de.kentoj.kencommandapi.internal that return CommandArgumentModifier and TypeMethodDescription<V> CommandArgument<T, V> CommandContextImpl.getParsedArgument(String id) Methods in de.kentoj.kencommandapi.internal that return types with arguments of type CommandArgumentModifier and TypeMethodDescriptionMap<String, CommandArgument<T, ?>> CommandContextImpl.parsedArguments()Returns the value of theparsedArgumentsrecord component.Constructor parameters in de.kentoj.kencommandapi.internal with type arguments of type CommandArgumentModifierConstructorDescriptionCommandContextImpl(T sender, Map<String, CommandArgument<T, ?>> parsedArguments) Creates an instance of aCommandContextImplrecord class.