CommandAPI 9.5.2
An API for the command UI introduced in Minecraft 1.13
dev.jorel.commandapi.PaperCommandRegistration< Source > Member List

This is the complete list of members for dev.jorel.commandapi.PaperCommandRegistration< Source >, including all inherited members.

getBrigadierDispatcher() (defined in dev.jorel.commandapi.PaperCommandRegistration< Source >)dev.jorel.commandapi.PaperCommandRegistration< Source >
isBukkitCommand(CommandNode< Source > node)dev.jorel.commandapi.PaperCommandRegistration< Source >
isThisTheCommandButNamespaced(String commandName, String key) (defined in dev.jorel.commandapi.CommandRegistrationStrategy< Source >)dev.jorel.commandapi.CommandRegistrationStrategy< Source >protectedstatic
PaperCommandRegistration(Supplier< CommandDispatcher< Source > > getBrigadierDispatcher, Predicate< CommandNode< Source > > isBukkitCommand) (defined in dev.jorel.commandapi.PaperCommandRegistration< Source >)dev.jorel.commandapi.PaperCommandRegistration< Source >
postCommandRegistration(RegisteredCommand registeredCommand, LiteralCommandNode< Source > resultantNode, List< LiteralCommandNode< Source > > aliasNodes) (defined in dev.jorel.commandapi.PaperCommandRegistration< Source >)dev.jorel.commandapi.PaperCommandRegistration< Source >
preReloadDataPacks() (defined in dev.jorel.commandapi.PaperCommandRegistration< Source >)dev.jorel.commandapi.PaperCommandRegistration< Source >
registerCommandNode(LiteralArgumentBuilder< Source > node, String namespace) (defined in dev.jorel.commandapi.PaperCommandRegistration< Source >)dev.jorel.commandapi.PaperCommandRegistration< Source >
removeBrigadierCommands(RootCommandNode< Source > root, String commandName, boolean unregisterNamespaces, Predicate< CommandNode< Source > > extraCheck) (defined in dev.jorel.commandapi.CommandRegistrationStrategy< Source >)dev.jorel.commandapi.CommandRegistrationStrategy< Source >protected
removeCommandFromMapIfCheckPasses(Map< String, T > map, String key, Predicate< T > extraCheck) (defined in dev.jorel.commandapi.CommandRegistrationStrategy< Source >)dev.jorel.commandapi.CommandRegistrationStrategy< Source >protectedstatic
removeCommandNamespace(Map< String, T > map, String commandName, Predicate< T > extraCheck) (defined in dev.jorel.commandapi.CommandRegistrationStrategy< Source >)dev.jorel.commandapi.CommandRegistrationStrategy< Source >protectedstatic
runTasksAfterServerStart() (defined in dev.jorel.commandapi.PaperCommandRegistration< Source >)dev.jorel.commandapi.PaperCommandRegistration< Source >
unregister(String commandName, boolean unregisterNamespaces, boolean unregisterBukkit) (defined in dev.jorel.commandapi.PaperCommandRegistration< Source >)dev.jorel.commandapi.PaperCommandRegistration< Source >