Uses of Interface
net.minecraft.command.argument.NbtPathArgumentType.PathNode
Packages that use NbtPathArgumentType.PathNode
-
Uses of NbtPathArgumentType.PathNode in net.minecraft.command.argument
Classes in net.minecraft.command.argument that implement NbtPathArgumentType.PathNodeModifier and TypeClassDescriptionprivate static class
private static class
private static class
private static class
private static class
private static class
Fields in net.minecraft.command.argument declared as NbtPathArgumentType.PathNodeModifier and TypeFieldDescriptionprivate NbtPathArgumentType.PathNode[]
NbtPathArgumentType.NbtPath.nodes
Fields in net.minecraft.command.argument with type parameters of type NbtPathArgumentType.PathNodeMethods in net.minecraft.command.argument that return NbtPathArgumentType.PathNodeModifier 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)
Methods in net.minecraft.command.argument with parameters of type NbtPathArgumentType.PathNodeModifier and TypeMethodDescriptionprivate com.mojang.brigadier.exceptions.CommandSyntaxException
NbtPathArgumentType.NbtPath.createNothingFoundException(NbtPathArgumentType.PathNode node)
Constructors in net.minecraft.command.argument with parameters of type NbtPathArgumentType.PathNodeModifierConstructorDescriptionNbtPath(String string, NbtPathArgumentType.PathNode[] nodes, Object2IntMap<NbtPathArgumentType.PathNode> nodeEndIndices)
Constructor parameters in net.minecraft.command.argument with type arguments of type NbtPathArgumentType.PathNodeModifierConstructorDescriptionNbtPath(String string, NbtPathArgumentType.PathNode[] nodes, Object2IntMap<NbtPathArgumentType.PathNode> nodeEndIndices)