CommandAPI 9.7.0
An API for the command UI introduced in Minecraft 1.13
Loading...
Searching...
No Matches
dev.jorel.commandapi.AbstractCommandAPICommand< Impl, Argument, CommandSender > Member List

This is the complete list of members for dev.jorel.commandapi.AbstractCommandAPICommand< Impl, Argument, CommandSender >, including all inherited members.

AbstractCommandAPICommand(String commandName)dev.jorel.commandapi.AbstractCommandAPICommand< Impl, Argument, CommandSender >protected
AbstractCommandAPICommand(CommandMetaData< CommandSender > metaData)dev.jorel.commandapi.AbstractCommandAPICommand< Impl, Argument, CommandSender >protected
arguments (defined in dev.jorel.commandapi.AbstractCommandAPICommand< Impl, Argument, CommandSender >)dev.jorel.commandapi.AbstractCommandAPICommand< Impl, Argument, CommandSender >protected
clearExecutors() (defined in dev.jorel.commandapi.Executable< Impl, CommandSender >)dev.jorel.commandapi.Executable< Impl, CommandSender >
copy() (defined in dev.jorel.commandapi.AbstractCommandAPICommand< Impl, Argument, CommandSender >)dev.jorel.commandapi.AbstractCommandAPICommand< Impl, Argument, CommandSender >
ExecutableCommand(final CommandMetaData< CommandSender > meta) (defined in dev.jorel.commandapi.ExecutableCommand< Impl, CommandSender >)dev.jorel.commandapi.ExecutableCommand< Impl, CommandSender >protected
executor (defined in dev.jorel.commandapi.Executable< Impl, CommandSender >)dev.jorel.commandapi.Executable< Impl, CommandSender >protected
getAliases()dev.jorel.commandapi.ExecutableCommand< Impl, CommandSender >
getArguments()dev.jorel.commandapi.AbstractCommandAPICommand< Impl, Argument, CommandSender >
getExecutor() (defined in dev.jorel.commandapi.Executable< Impl, CommandSender >)dev.jorel.commandapi.Executable< Impl, CommandSender >
getFullDescription()dev.jorel.commandapi.ExecutableCommand< Impl, CommandSender >
getName()dev.jorel.commandapi.ExecutableCommand< Impl, CommandSender >
getPermission()dev.jorel.commandapi.ExecutableCommand< Impl, CommandSender >
getRequirements()dev.jorel.commandapi.ExecutableCommand< Impl, CommandSender >
getShortDescription()dev.jorel.commandapi.ExecutableCommand< Impl, CommandSender >
getSubcommands()dev.jorel.commandapi.AbstractCommandAPICommand< Impl, Argument, CommandSender >
getUsage()dev.jorel.commandapi.ExecutableCommand< Impl, CommandSender >
instance()dev.jorel.commandapi.ChainableBuilder< Impl >
isConverted (defined in dev.jorel.commandapi.AbstractCommandAPICommand< Impl, Argument, CommandSender >)dev.jorel.commandapi.AbstractCommandAPICommand< Impl, Argument, CommandSender >protected
isConverted()dev.jorel.commandapi.AbstractCommandAPICommand< Impl, Argument, CommandSender >
metadev.jorel.commandapi.ExecutableCommand< Impl, CommandSender >protected
newConcreteCommandAPICommand(CommandMetaData< CommandSender > metaData) (defined in dev.jorel.commandapi.AbstractCommandAPICommand< Impl, Argument, CommandSender >)dev.jorel.commandapi.AbstractCommandAPICommand< Impl, Argument, CommandSender >protected
override()dev.jorel.commandapi.ExecutableCommand< Impl, CommandSender >
register(String namespace)dev.jorel.commandapi.AbstractCommandAPICommand< Impl, Argument, CommandSender >
dev::jorel::commandapi::ExecutableCommand.register()dev.jorel.commandapi.ExecutableCommand< Impl, CommandSender >
setAliases(String[] aliases)dev.jorel.commandapi.ExecutableCommand< Impl, CommandSender >
setArguments(List< Argument > args)dev.jorel.commandapi.AbstractCommandAPICommand< Impl, Argument, CommandSender >
setExecutor(CommandAPIExecutor< CommandSender, AbstractCommandSender<? extends CommandSender > > executor) (defined in dev.jorel.commandapi.Executable< Impl, CommandSender >)dev.jorel.commandapi.Executable< Impl, CommandSender >
setPermission(CommandPermission permission)dev.jorel.commandapi.ExecutableCommand< Impl, CommandSender >
setRequirements(Predicate< CommandSender > requirements)dev.jorel.commandapi.ExecutableCommand< Impl, CommandSender >
setSubcommands(List< Impl > subcommands)dev.jorel.commandapi.AbstractCommandAPICommand< Impl, Argument, CommandSender >
subcommands (defined in dev.jorel.commandapi.AbstractCommandAPICommand< Impl, Argument, CommandSender >)dev.jorel.commandapi.AbstractCommandAPICommand< Impl, Argument, CommandSender >protected
withAliases(String... aliases)dev.jorel.commandapi.ExecutableCommand< Impl, CommandSender >
withArguments(List< Argument > args)dev.jorel.commandapi.AbstractCommandAPICommand< Impl, Argument, CommandSender >
withArguments(Argument... args)dev.jorel.commandapi.AbstractCommandAPICommand< Impl, Argument, CommandSender >
withFullDescription(String description)dev.jorel.commandapi.ExecutableCommand< Impl, CommandSender >
withHelp(String shortDescription, String fullDescription)dev.jorel.commandapi.ExecutableCommand< Impl, CommandSender >
withOptionalArguments(List< Argument > args)dev.jorel.commandapi.AbstractCommandAPICommand< Impl, Argument, CommandSender >
withOptionalArguments(Argument... args)dev.jorel.commandapi.AbstractCommandAPICommand< Impl, Argument, CommandSender >
withoutPermission(CommandPermission permission)dev.jorel.commandapi.ExecutableCommand< Impl, CommandSender >
withoutPermission(String permission)dev.jorel.commandapi.ExecutableCommand< Impl, CommandSender >
withPermission(CommandPermission permission)dev.jorel.commandapi.ExecutableCommand< Impl, CommandSender >
withPermission(String permission)dev.jorel.commandapi.ExecutableCommand< Impl, CommandSender >
withRequirement(Predicate< CommandSender > requirement)dev.jorel.commandapi.ExecutableCommand< Impl, CommandSender >
withShortDescription(String description)dev.jorel.commandapi.ExecutableCommand< Impl, CommandSender >
withSubcommand(Impl subcommand)dev.jorel.commandapi.AbstractCommandAPICommand< Impl, Argument, CommandSender >
withSubcommands(@SuppressWarnings("unchecked") Impl... subcommands)dev.jorel.commandapi.AbstractCommandAPICommand< Impl, Argument, CommandSender >
withUsage(String... usage)dev.jorel.commandapi.ExecutableCommand< Impl, CommandSender >