AbstractCommandAPICommand(String commandName) | dev.jorel.commandapi.AbstractCommandAPICommand< CommandAPICommand, Argument<?>, CommandSender > | protected |
AbstractCommandAPICommand(CommandMetaData< CommandSender > metaData) | dev.jorel.commandapi.AbstractCommandAPICommand< CommandAPICommand, Argument<?>, CommandSender > | protected |
CommandAPICommand(CommandMetaData< CommandSender > meta) (defined in dev.jorel.commandapi.CommandAPICommand) | dev.jorel.commandapi.CommandAPICommand | |
CommandAPICommand(String commandName) (defined in dev.jorel.commandapi.CommandAPICommand) | dev.jorel.commandapi.CommandAPICommand | |
executes(CommandExecutor executor, ExecutorType... types) | dev.jorel.commandapi.BukkitExecutable< CommandAPICommand > | |
executes(CommandExecutionInfo executor, ExecutorType... types) | dev.jorel.commandapi.BukkitExecutable< CommandAPICommand > | |
executes(ResultingCommandExecutor executor, ExecutorType... types) | dev.jorel.commandapi.BukkitExecutable< CommandAPICommand > | |
executes(ResultingCommandExecutionInfo executor, ExecutorType... types) | dev.jorel.commandapi.BukkitExecutable< CommandAPICommand > | |
executesCommandBlock(CommandBlockCommandExecutor executor) | dev.jorel.commandapi.BukkitExecutable< CommandAPICommand > | |
executesCommandBlock(CommandBlockExecutionInfo info) | dev.jorel.commandapi.BukkitExecutable< CommandAPICommand > | |
executesCommandBlock(CommandBlockResultingCommandExecutor executor) | dev.jorel.commandapi.BukkitExecutable< CommandAPICommand > | |
executesCommandBlock(CommandBlockResultingExecutionInfo info) | dev.jorel.commandapi.BukkitExecutable< CommandAPICommand > | |
executesConsole(ConsoleCommandExecutor executor) | dev.jorel.commandapi.BukkitExecutable< CommandAPICommand > | |
executesConsole(ConsoleExecutionInfo info) | dev.jorel.commandapi.BukkitExecutable< CommandAPICommand > | |
executesConsole(ConsoleResultingCommandExecutor executor) | dev.jorel.commandapi.BukkitExecutable< CommandAPICommand > | |
executesConsole(ConsoleResultingExecutionInfo info) | dev.jorel.commandapi.BukkitExecutable< CommandAPICommand > | |
executesEntity(EntityCommandExecutor executor) | dev.jorel.commandapi.BukkitExecutable< CommandAPICommand > | |
executesEntity(EntityExecutionInfo info) | dev.jorel.commandapi.BukkitExecutable< CommandAPICommand > | |
executesEntity(EntityResultingCommandExecutor executor) | dev.jorel.commandapi.BukkitExecutable< CommandAPICommand > | |
executesEntity(EntityResultingExecutionInfo info) | dev.jorel.commandapi.BukkitExecutable< CommandAPICommand > | |
executesFeedbackForwarding(FeedbackForwardingCommandExecutor executor) | dev.jorel.commandapi.BukkitExecutable< CommandAPICommand > | |
executesFeedbackForwarding(FeedbackForwardingExecutionInfo info) | dev.jorel.commandapi.BukkitExecutable< CommandAPICommand > | |
executesFeedbackForwarding(FeedbackForwardingResultingCommandExecutor executor) | dev.jorel.commandapi.BukkitExecutable< CommandAPICommand > | |
executesFeedbackForwarding(FeedbackForwardingResultingExecutionInfo info) | dev.jorel.commandapi.BukkitExecutable< CommandAPICommand > | |
executesNative(NativeCommandExecutor executor) | dev.jorel.commandapi.BukkitExecutable< CommandAPICommand > | |
executesNative(NativeExecutionInfo info) | dev.jorel.commandapi.BukkitExecutable< CommandAPICommand > | |
executesNative(NativeResultingCommandExecutor executor) | dev.jorel.commandapi.BukkitExecutable< CommandAPICommand > | |
executesNative(NativeResultingExecutionInfo info) | dev.jorel.commandapi.BukkitExecutable< CommandAPICommand > | |
executesPlayer(PlayerCommandExecutor executor) | dev.jorel.commandapi.BukkitExecutable< CommandAPICommand > | |
executesPlayer(PlayerExecutionInfo info) | dev.jorel.commandapi.BukkitExecutable< CommandAPICommand > | |
executesPlayer(PlayerResultingCommandExecutor executor) | dev.jorel.commandapi.BukkitExecutable< CommandAPICommand > | |
executesPlayer(PlayerResultingExecutionInfo info) | dev.jorel.commandapi.BukkitExecutable< CommandAPICommand > | |
executesProxy(ProxyCommandExecutor executor) | dev.jorel.commandapi.BukkitExecutable< CommandAPICommand > | |
executesProxy(ProxyExecutionInfo info) | dev.jorel.commandapi.BukkitExecutable< CommandAPICommand > | |
executesProxy(ProxyResultingCommandExecutor executor) | dev.jorel.commandapi.BukkitExecutable< CommandAPICommand > | |
executesProxy(ProxyResultingExecutionInfo info) | dev.jorel.commandapi.BukkitExecutable< CommandAPICommand > | |
executesRemoteConsole(RemoteConsoleCommandExecutor executor) | dev.jorel.commandapi.BukkitExecutable< CommandAPICommand > | |
executesRemoteConsole(RemoteConsoleExecutionInfo info) | dev.jorel.commandapi.BukkitExecutable< CommandAPICommand > | |
executesRemoteConsole(RemoteConsoleResultingCommandExecutor executor) | dev.jorel.commandapi.BukkitExecutable< CommandAPICommand > | |
executesRemoteConsole(RemoteConsoleResultingExecutionInfo info) | dev.jorel.commandapi.BukkitExecutable< CommandAPICommand > | |
getAliases() | dev.jorel.commandapi.AbstractCommandAPICommand< CommandAPICommand, Argument<?>, CommandSender > | |
getArguments() | dev.jorel.commandapi.AbstractCommandAPICommand< CommandAPICommand, Argument<?>, CommandSender > | |
getFullDescription() | dev.jorel.commandapi.AbstractCommandAPICommand< CommandAPICommand, Argument<?>, CommandSender > | |
getName() | dev.jorel.commandapi.AbstractCommandAPICommand< CommandAPICommand, Argument<?>, CommandSender > | |
getPermission() | dev.jorel.commandapi.AbstractCommandAPICommand< CommandAPICommand, Argument<?>, CommandSender > | |
getRequirements() | dev.jorel.commandapi.AbstractCommandAPICommand< CommandAPICommand, Argument<?>, CommandSender > | |
getShortDescription() | dev.jorel.commandapi.AbstractCommandAPICommand< CommandAPICommand, Argument<?>, CommandSender > | |
getSubcommands() | dev.jorel.commandapi.AbstractCommandAPICommand< CommandAPICommand, Argument<?>, CommandSender > | |
getUsage() | dev.jorel.commandapi.AbstractCommandAPICommand< CommandAPICommand, Argument<?>, CommandSender > | |
instance() (defined in dev.jorel.commandapi.CommandAPICommand) | dev.jorel.commandapi.CommandAPICommand | |
isConverted() | dev.jorel.commandapi.AbstractCommandAPICommand< CommandAPICommand, Argument<?>, CommandSender > | |
meta | dev.jorel.commandapi.AbstractCommandAPICommand< CommandAPICommand, Argument<?>, CommandSender > | protected |
newConcreteCommandAPICommand(CommandMetaData< CommandSender > metaData) (defined in dev.jorel.commandapi.CommandAPICommand) | dev.jorel.commandapi.CommandAPICommand | protected |
override() | dev.jorel.commandapi.AbstractCommandAPICommand< CommandAPICommand, Argument<?>, CommandSender > | |
register(String namespace) | dev.jorel.commandapi.CommandAPICommand | |
register(JavaPlugin plugin) | dev.jorel.commandapi.CommandAPICommand | |
dev::jorel::commandapi::AbstractCommandAPICommand< CommandAPICommand, Argument<?>, CommandSender >.register() | dev.jorel.commandapi.AbstractCommandAPICommand< CommandAPICommand, Argument<?>, CommandSender > | |
setAliases(String[] aliases) | dev.jorel.commandapi.AbstractCommandAPICommand< CommandAPICommand, Argument<?>, CommandSender > | |
setArguments(List< Argument > args) | dev.jorel.commandapi.AbstractCommandAPICommand< CommandAPICommand, Argument<?>, CommandSender > | |
setPermission(CommandPermission permission) | dev.jorel.commandapi.AbstractCommandAPICommand< CommandAPICommand, Argument<?>, CommandSender > | |
setRequirements(Predicate< CommandSender > requirements) | dev.jorel.commandapi.AbstractCommandAPICommand< CommandAPICommand, Argument<?>, CommandSender > | |
setSubcommands(List< Impl > subcommands) | dev.jorel.commandapi.AbstractCommandAPICommand< CommandAPICommand, Argument<?>, CommandSender > | |
withAliases(String... aliases) | dev.jorel.commandapi.AbstractCommandAPICommand< CommandAPICommand, Argument<?>, CommandSender > | |
withArguments(List< Argument > args) | dev.jorel.commandapi.AbstractCommandAPICommand< CommandAPICommand, Argument<?>, CommandSender > | |
withArguments(Argument... args) | dev.jorel.commandapi.AbstractCommandAPICommand< CommandAPICommand, Argument<?>, CommandSender > | |
withFullDescription(String description) | dev.jorel.commandapi.AbstractCommandAPICommand< CommandAPICommand, Argument<?>, CommandSender > | |
withHelp(HelpTopic helpTopic) | dev.jorel.commandapi.CommandAPICommand | |
dev::jorel::commandapi::AbstractCommandAPICommand< CommandAPICommand, Argument<?>, CommandSender >.withHelp(String shortDescription, String fullDescription) | dev.jorel.commandapi.AbstractCommandAPICommand< CommandAPICommand, Argument<?>, CommandSender > | |
withOptionalArguments(List< Argument > args) | dev.jorel.commandapi.AbstractCommandAPICommand< CommandAPICommand, Argument<?>, CommandSender > | |
withOptionalArguments(Argument... args) | dev.jorel.commandapi.AbstractCommandAPICommand< CommandAPICommand, Argument<?>, CommandSender > | |
withoutPermission(CommandPermission permission) | dev.jorel.commandapi.AbstractCommandAPICommand< CommandAPICommand, Argument<?>, CommandSender > | |
withoutPermission(String permission) | dev.jorel.commandapi.AbstractCommandAPICommand< CommandAPICommand, Argument<?>, CommandSender > | |
withPermission(CommandPermission permission) | dev.jorel.commandapi.AbstractCommandAPICommand< CommandAPICommand, Argument<?>, CommandSender > | |
withPermission(String permission) | dev.jorel.commandapi.AbstractCommandAPICommand< CommandAPICommand, Argument<?>, CommandSender > | |
withRequirement(Predicate< CommandSender > requirement) | dev.jorel.commandapi.AbstractCommandAPICommand< CommandAPICommand, Argument<?>, CommandSender > | |
withShortDescription(String description) | dev.jorel.commandapi.AbstractCommandAPICommand< CommandAPICommand, Argument<?>, CommandSender > | |
withSubcommand(Impl subcommand) | dev.jorel.commandapi.AbstractCommandAPICommand< CommandAPICommand, Argument<?>, CommandSender > | |
withSubcommands( @SuppressWarnings("unchecked") Impl... subcommands) | dev.jorel.commandapi.AbstractCommandAPICommand< CommandAPICommand, Argument<?>, CommandSender > | |
withUsage(String... usage) | dev.jorel.commandapi.AbstractCommandAPICommand< CommandAPICommand, Argument<?>, CommandSender > | |