getBrigadierDispatcher() (defined in dev.jorel.commandapi.SpigotCommandRegistration< Source >) | dev.jorel.commandapi.SpigotCommandRegistration< Source > | |
getResourcesDispatcher() | dev.jorel.commandapi.SpigotCommandRegistration< Source > | |
isBukkitCommandWrapper(CommandNode< Source > node) | dev.jorel.commandapi.SpigotCommandRegistration< Source > | |
isThisTheCommandButNamespaced(String commandName, String key) (defined in dev.jorel.commandapi.CommandRegistrationStrategy< Source >) | dev.jorel.commandapi.CommandRegistrationStrategy< Source > | protectedstatic |
isVanillaCommandWrapper(Command command) | dev.jorel.commandapi.SpigotCommandRegistration< Source > | |
postCommandRegistration(RegisteredCommand registeredCommand, LiteralCommandNode< Source > resultantNode, List< LiteralCommandNode< Source > > aliasNodes) (defined in dev.jorel.commandapi.SpigotCommandRegistration< Source >) | dev.jorel.commandapi.SpigotCommandRegistration< Source > | |
preReloadDataPacks() (defined in dev.jorel.commandapi.SpigotCommandRegistration< Source >) | dev.jorel.commandapi.SpigotCommandRegistration< Source > | |
registerCommandNode(LiteralArgumentBuilder< Source > node, String namespace) (defined in dev.jorel.commandapi.SpigotCommandRegistration< Source >) | dev.jorel.commandapi.SpigotCommandRegistration< 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.SpigotCommandRegistration< Source >) | dev.jorel.commandapi.SpigotCommandRegistration< Source > | |
SpigotCommandRegistration(CommandDispatcher< Source > brigadierDispatcher, SimpleCommandMap commandMap, Supplier< CommandDispatcher< Source > > getResourcesDispatcher, Predicate< Command > isVanillaCommandWrapper, Function< CommandNode< Source >, Command > wrapToVanillaCommandWrapper, Predicate< CommandNode< Source > > isBukkitCommandWrapper) (defined in dev.jorel.commandapi.SpigotCommandRegistration< Source >) | dev.jorel.commandapi.SpigotCommandRegistration< Source > | |
unregister(String commandName, boolean unregisterNamespaces, boolean unregisterBukkit) (defined in dev.jorel.commandapi.SpigotCommandRegistration< Source >) | dev.jorel.commandapi.SpigotCommandRegistration< Source > | |
wrapToVanillaCommandWrapper(CommandNode< Source > node) | dev.jorel.commandapi.SpigotCommandRegistration< Source > | |