Uses of Package
dev.jorel.commandapi.arguments
Packages that use dev.jorel.commandapi.arguments
Package
Description
Classes to be used as arguments for commands
Classes which are the exceptions raised during the execution of the Command API
Classes that access the NMS framework
Classes that are wrappers for various vanilla-related command features
-
Classes in dev.jorel.commandapi.arguments used by dev.jorel.commandapiClassDescriptionThe core abstract class for Command API argumentsA pseudo-argument representing a single literal string
-
Classes in dev.jorel.commandapi.arguments used by dev.jorel.commandapi.argumentsClassDescriptionAn argument that represents chat with entity selectorsThe core abstract class for Command API argumentsThis class represents suggestions for an argument.An argument that represents chat with entity selectorsAn enum that represents the different arguments declared in the Command APIAn exception used to create command-related errors for the CustomArgumentA record which contains information which can be passed to the custom argument's parser.A FunctionalInterface that takes in a
CustomArgument.CustomArgumentInfo, returns T and can throw aCustomArgument.CustomArgumentExceptionMessageBuilder is used to create error messages for invalid argument inputsAn enum that represents single entities or players, as well as collections of entities or playersAn interface allowing arguments to have built-in suggestion providers based on Minecraft namespaced keysAn interface indicating that an argument consumes all available charactersAn interface representing that the argument can be previewed using Minecraft's chat preview feature.An argument that accepts a list of objectsA builder to create a ListArgumentAn intermediary class for theListArgumentBuilderAn intermediary class for theListArgumentBuilderAn enum representing block position or precise position for location argumentsAn interface declaring methods required to override argument suggestionsThis class represents safe suggestions.An enum specifying whether a score holder consists of a single score holder or a collection of score holdersAn enum representing the different suggestion providers for arguments based on Minecraft namespaced keys -
Classes in dev.jorel.commandapi.arguments used by dev.jorel.commandapi.exceptions
-
Classes in dev.jorel.commandapi.arguments used by dev.jorel.commandapi.nmsClassDescriptionAn enum that represents single entities or players, as well as collections of entities or playersAn enum representing the different suggestion providers for arguments based on Minecraft namespaced keys
-
Classes in dev.jorel.commandapi.arguments used by dev.jorel.commandapi.wrappers