Uses of Interface
net.minecraft.command.argument.NbtPathArgumentType.PathNode
-
Uses of NbtPathArgumentType.PathNode in net.minecraft.command.argument
Modifier and TypeClassDescriptionprivate static class
private static class
private static class
private static class
private static class
private static class
Modifier and TypeFieldDescriptionprivate final NbtPathArgumentType.PathNode[]
NbtPathArgumentType.NbtPath.nodes
Modifier and TypeFieldDescriptionprivate final Object2IntMap<NbtPathArgumentType.PathNode>
NbtPathArgumentType.NbtPath.nodeEndIndices
Modifier and TypeMethodDescriptionprivate static NbtPathArgumentType.PathNode
NbtPathArgumentType.parseNode
(com.mojang.brigadier.StringReader reader, boolean root) private static NbtPathArgumentType.PathNode
NbtPathArgumentType.readCompoundChildNode
(com.mojang.brigadier.StringReader reader, String name) Modifier and TypeMethodDescriptionprivate com.mojang.brigadier.exceptions.CommandSyntaxException
NbtPathArgumentType.NbtPath.createNothingFoundException
(NbtPathArgumentType.PathNode node) ModifierConstructorDescriptionNbtPath
(String string, NbtPathArgumentType.PathNode[] nodes, Object2IntMap<NbtPathArgumentType.PathNode> nodeEndIndices) ModifierConstructorDescriptionNbtPath
(String string, NbtPathArgumentType.PathNode[] nodes, Object2IntMap<NbtPathArgumentType.PathNode> nodeEndIndices)