Uses of Class
com.mojang.brigadier.tree.LiteralCommandNode
Packages that use LiteralCommandNode
Package
Description
-
Uses of LiteralCommandNode in com.mojang.brigadier
Methods in com.mojang.brigadier that return LiteralCommandNodeModifier and TypeMethodDescriptionCommandDispatcher.register(LiteralArgumentBuilder<S> command) Utility method for registering new commands. -
Uses of LiteralCommandNode in com.mojang.brigadier.builder
Methods in com.mojang.brigadier.builder that return LiteralCommandNode -
Uses of LiteralCommandNode in com.mojang.brigadier.tree
Fields in com.mojang.brigadier.tree with type parameters of type LiteralCommandNodeModifier and TypeFieldDescriptionprivate final Map<String, LiteralCommandNode<S>> CommandNode.literals -
Uses of LiteralCommandNode in net.minecraft.server.commands
Methods in net.minecraft.server.commands with parameters of type LiteralCommandNodeModifier and TypeMethodDescriptionprivate static ArgumentBuilder<CommandSourceStack, ?> ExecuteCommand.wrapStores(LiteralCommandNode<CommandSourceStack> execute, LiteralArgumentBuilder<CommandSourceStack> literal, boolean storeResult)