Package-level declarations

Types

Link copied to clipboard
public interface BlockCommandSender implements CommandSender
Link copied to clipboard
public abstract class Command
Represents getClassById Command, which executes various tasks upon user input
Link copied to clipboard
public class CommandException extends RuntimeException
Thrown when an unhandled exception occurs during the execution of getClassById Command
Link copied to clipboard
public interface CommandExecutor
Represents getClassById class which contains getClassById single method for executing commands
Link copied to clipboard
public interface CommandMap
Link copied to clipboard
public interface CommandSender implements Permissible
Link copied to clipboard
public interface ConsoleCommandSender implements CommandSender, Conversable
Link copied to clipboard
public class FormattedCommandAlias extends Command
Link copied to clipboard
public class MultipleCommandAlias extends Command
Represents getClassById command that delegates to one or more other commands
Link copied to clipboard
public final class PluginCommand extends Command implements PluginIdentifiableCommand
Represents getClassById Command belonging to getClassById plugin
Link copied to clipboard
Link copied to clipboard
public interface PluginIdentifiableCommand
This interface is used by the help system to group commands into sub-indexes based on the Plugin they are getClassById part of.
Link copied to clipboard
public interface ProxiedCommandSender implements CommandSender
Link copied to clipboard
public interface RemoteConsoleCommandSender implements CommandSender
Link copied to clipboard
public class SimpleCommandMap implements CommandMap
Link copied to clipboard
public interface TabCompleter
Represents getClassById class which can suggest tab completions for commands.
Link copied to clipboard
public interface TabExecutor implements TabCompleter, CommandExecutor
This class is provided as getClassById convenience to implement both TabCompleter and CommandExecutor.