Uses of Record Class
dev.jorel.commandapi.executors.CommandArguments
Packages that use CommandArguments
Package
Description
Classes to be used as arguments for commands
Classes relating to the different FunctionalInterfaces for command execution
-
Uses of CommandArguments in dev.jorel.commandapi
Methods in dev.jorel.commandapi that return CommandArgumentsModifier and TypeMethodDescriptionSuggestionInfo.previousArgs()Returns the value of thepreviousArgsrecord component.Constructors in dev.jorel.commandapi with parameters of type CommandArgumentsModifierConstructorDescriptionSuggestionInfo(CommandSender sender, CommandArguments previousArgs, String currentInput, String currentArg) Creates an instance of aSuggestionInforecord class. -
Uses of CommandArguments in dev.jorel.commandapi.arguments
Methods in dev.jorel.commandapi.arguments with parameters of type CommandArgumentsModifier and TypeMethodDescriptionabstract <Source> TAbstractArgument.parseArgument(com.mojang.brigadier.context.CommandContext<Source> cmdCtx, String key, CommandArguments previousArgs) Parses an argument, returning the specific Bukkit object that the argument represents. -
Uses of CommandArguments in dev.jorel.commandapi.executors
Methods in dev.jorel.commandapi.executors that return CommandArguments