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 argumentsAn enum that represents argument subtypes.This 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 inputsDeprecated, for removal: This API element is subject to removal in a future version.An 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 argument that accepts a list of objectsAn argument that accepts a list of objectsA pseudo-argument representing a single literal stringAn enum representing block position or precise position for location argumentsAn interface declaring methods required to override argument suggestionsThis class represents safe suggestions.An argument that represents a scoreholder's name, or a collection of scoreholder namesDeprecated, for removal: This API element is subject to removal in a future version.An enum representing the different suggestion providers for arguments based on Minecraft namespaced keysThis class represents a branch in the suggestions of an argument. -
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 argument subtypes.An 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
EntitySelectorArgument.EntitySelectorArgument.OneEntity,EntitySelectorArgument.EntitySelectorArgument.OnePlayer,EntitySelectorArgument.EntitySelectorArgument.ManyEntitiesorEntitySelectorArgument.EntitySelectorArgument.ManyPlayers