Uses of Record Class
site.lab0x13.scrow.commands.model.argument.Argument
Packages that use Argument
Package
Description
-
Uses of Argument in site.lab0x13.scrow.commands.model
Methods in site.lab0x13.scrow.commands.model with parameters of type ArgumentModifier and TypeMethodDescription<V> voidAbstractCommandContext.addParsedArgument(Argument<?, V> argument, String rawValue, V value) <V> voidCommandContext.addParsedArgument(Argument<?, V> argument, String rawValue, V value) default <V> Vdefault <V> ParsedArgument<C, V> CommandContext.getArgument(Argument<C, V> arg) -
Uses of Argument in site.lab0x13.scrow.commands.model.argument
Methods in site.lab0x13.scrow.commands.model.argument that return ArgumentModifier and TypeMethodDescriptionParsedArgument.argument()Returns the value of theargumentrecord component.ArgumentBuilder.build()Constructors in site.lab0x13.scrow.commands.model.argument with parameters of type Argument -
Uses of Argument in site.lab0x13.scrow.commands.model.literal
Fields in site.lab0x13.scrow.commands.model.literal with type parameters of type ArgumentMethods in site.lab0x13.scrow.commands.model.literal that return types with arguments of type ArgumentModifier and TypeMethodDescriptionDynamicLiteral.arguments()Literal.arguments()RootLiteralWrapper.arguments()Methods in site.lab0x13.scrow.commands.model.literal with parameters of type Argument -
Uses of Argument in site.lab0x13.scrow.commands.parser
Methods in site.lab0x13.scrow.commands.parser that return ArgumentModifier and TypeMethodDescriptionWalkResult.ArgumentExpected.arg()Returns the value of theargrecord component.WalkResult.ArgumentIllegal.arg()Returns the value of theargrecord component.Constructors in site.lab0x13.scrow.commands.parser with parameters of type Argument