Uses of Record Class
dev.jorel.commandapi.RegisteredCommand
Packages that use RegisteredCommand
-
Uses of RegisteredCommand in dev.jorel.commandapi
Methods in dev.jorel.commandapi that return types with arguments of type RegisteredCommandModifier and TypeMethodDescriptionstatic List<RegisteredCommand> CommandAPI.getRegisteredCommands()Methods in dev.jorel.commandapi with parameters of type RegisteredCommandModifier and TypeMethodDescriptionvoidCommandAPIPlatform.postCommandRegistration(RegisteredCommand registeredCommand, com.mojang.brigadier.tree.LiteralCommandNode<Source> resultantNode, List<com.mojang.brigadier.tree.LiteralCommandNode<Source>> aliasNodes) Stuff to run after a command has been generated.