Uses of Package
dev.jorel.commandapi
Packages that use dev.jorel.commandapi
Package
Description
Classes to be used as arguments for commands
Classes which are the exceptions raised during the execution of the Command API
-
Classes in dev.jorel.commandapi used by dev.jorel.commandapiClassDescriptionThis is a base class for arguments, allowing them to behave as tree nodes in a
AbstractCommandTreeA builder used to create commands to be registered by the CommandAPI.This is the root node for creating a command as a treeA class to contain information about how to configure the CommandAPI during its loading step.CommandAPIExecutor is the main executor implementation for command executors.The "brains" behind the CommandAPI.A representation of permission nodes for commands.This is a base class forAbstractCommandAPICommandandAbstractCommandTreecommand definitionsA list of arguments which results in an execution.Configuration wrapper class.A string-based tooltip interface that includes a string suggestion and a formatted tooltip text to display when hovering over the suggestionClass to store a registered command which has its command name and a list of arguments as a string.A wrapper around VarHandle with better type safety using generics and a toggleable underlying implementation depending on whether we're using mojang mappings or non-mojang mappingsRepresents a suggestion for an argument with a hover tooltip text for that suggestion.This class represents a suggestion for an argument with a hover tooltip text for that suggestion. -
Classes in dev.jorel.commandapi used by dev.jorel.commandapi.argumentsClassDescriptionThis is a base class for arguments, allowing them to behave as tree nodes in a
AbstractCommandTreeA representation of permission nodes for commands.A string-based tooltip interface that includes a string suggestion and a formatted tooltip text to display when hovering over the suggestionA class that represents information which you can use to generate suggestions.This class represents a suggestion for an argument with a hover tooltip text for that suggestion. -
Classes in dev.jorel.commandapi used by dev.jorel.commandapi.exceptions