Uses of Class
dev.jorel.commandapi.arguments.Argument
Packages that use Argument
-
Uses of Argument in dev.jorel.commandapi
Methods in dev.jorel.commandapi that return ArgumentModifier and TypeMethodDescriptionCommandAPIVelocity.newConcreteLiteralArgument(String nodeName, String literal) CommandAPIVelocity.newConcreteMultiLiteralArgument(String nodeName, String[] literals) Methods in dev.jorel.commandapi that return types with arguments of type ArgumentModifier and TypeMethodDescriptionAbstractCommandAPICommand<?, Argument<?>, com.velocitypowered.api.command.CommandSource> CommandAPIVelocity.newConcreteCommandAPICommand(dev.jorel.commandapi.CommandMetaData<com.velocitypowered.api.command.CommandSource> meta) -
Uses of Argument in dev.jorel.commandapi.arguments
Subclasses of Argument in dev.jorel.commandapi.argumentsModifier and TypeClassDescriptionclassAn argument that represents primitive Java booleansclassAn argument that represents primitive Java doublesclassAn argument that represents primitive Java floatsclassAn argument that represents arbitrary stringsclassAn argument that represents primitive Java intsclassA pseudo-argument representing a single literal stringclassAn argument that represents primitive Java longsclassAn argument that represents multiple LiteralArgumentsclassAn interface declaring methods required to override argument suggestionsclassAn argument that represents a simple StringclassAn argument that represents text, encased in quotesMethods in dev.jorel.commandapi.arguments that return Argument