Package dev.jorel.commandapi


package dev.jorel.commandapi
  • Class
    Description
    This is a base class for arguments, allowing them to behave as tree nodes in a CommandTree
    The Brigadier class is used to access some of the internals of the CommandAPI so you can use the CommandAPI alongside Mojang's com.mojang.brigadier package
    Class to register commands with the 1.13 command UI
    A builder used to create commands to be registered by the CommandAPI.
    A class to contain information about how to configure the CommandAPI during its loading step.
    CommandAPIHandler<CommandSourceStack>
    Handles the main backend of the CommandAPI.
    This file handles the NMS version to be loaded.
    A representation of permission nodes for commands.
    This is the root node for creating a command as a tree
    'Simple' conversion of Plugin commands
    CustomCommandExecutor<T extends org.bukkit.command.CommandSender>
    CustomCommandExecutor is the main executor implementation for command executors.
    Configuration wrapper class.
    A string-based tooltip interface that includes a string suggestion and a string tooltip text to display when hovering over the suggestion
     
    Class to store a registered command which has its command name and a list of arguments as a string.
    Represents a suggestion for an argument with a hover tooltip text for that suggestion.
    A 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.