| clearExecutors() (defined in dev.jorel.commandapi.Executable< Impl, CommandSender >) | dev.jorel.commandapi.Executable< Impl, 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 > | |
| 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 > | |
| getUsage() | dev.jorel.commandapi.ExecutableCommand< Impl, CommandSender > | |
| instance() | dev.jorel.commandapi.ChainableBuilder< Impl > | |
| meta | dev.jorel.commandapi.ExecutableCommand< Impl, CommandSender > | protected |
| override() | dev.jorel.commandapi.ExecutableCommand< Impl, CommandSender > | |
| register() | dev.jorel.commandapi.ExecutableCommand< Impl, CommandSender > | |
| register(String namespace) | dev.jorel.commandapi.ExecutableCommand< Impl, CommandSender > | |
| setAliases(String[] aliases) | dev.jorel.commandapi.ExecutableCommand< Impl, 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 > | |
| withAliases(String... aliases) | dev.jorel.commandapi.ExecutableCommand< Impl, CommandSender > | |
| withFullDescription(String description) | dev.jorel.commandapi.ExecutableCommand< Impl, CommandSender > | |
| withHelp(String shortDescription, String fullDescription) | dev.jorel.commandapi.ExecutableCommand< Impl, 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 > | |
| withUsage(String... usage) | dev.jorel.commandapi.ExecutableCommand< Impl, CommandSender > | |