Uses of Interface
de.kentoj.kencommandapi.api.argument.CommandArgumentSpec
Packages that use CommandArgumentSpec
Package
Description
-
Uses of CommandArgumentSpec in de.kentoj.kencommandapi.api.argument
Classes in de.kentoj.kencommandapi.api.argument that implement CommandArgumentSpecMethods in de.kentoj.kencommandapi.api.argument that return CommandArgumentSpecModifier and TypeMethodDescriptionCommandArgument.argument()CommandArgumentImpl.argument()Returns the value of theargumentrecord component.CommandArgumentSpecBuilder.build()Constructors in de.kentoj.kencommandapi.api.argument with parameters of type CommandArgumentSpecModifierConstructorDescriptionCommandArgumentImpl(V value, CommandArgumentSpec<T, V> argument) Creates an instance of aCommandArgumentImplrecord class. -
Uses of CommandArgumentSpec in de.kentoj.kencommandapi.api.invocation
Methods in de.kentoj.kencommandapi.api.invocation with parameters of type CommandArgumentSpecModifier and TypeMethodDescriptiondefault <V> VCommandContext.getArg(CommandArgumentSpec<T, V> arg) default <V> CommandArgument<T, V> CommandContext.getParsedArgument(CommandArgumentSpec<T, V> arg) -
Uses of CommandArgumentSpec in de.kentoj.kencommandapi.api.literal
Methods in de.kentoj.kencommandapi.api.literal that return types with arguments of type CommandArgumentSpecMethods in de.kentoj.kencommandapi.api.literal with parameters of type CommandArgumentSpec