Uses of Interface
net.minecraft.commands.arguments.NbtPathArgument.Node
Packages that use NbtPathArgument.Node
-
Uses of NbtPathArgument.Node in net.minecraft.commands.arguments
Classes in net.minecraft.commands.arguments that implement NbtPathArgument.NodeModifier and TypeClassDescription(package private) static class
(package private) static class
(package private) static class
(package private) static class
(package private) static class
(package private) static class
Fields in net.minecraft.commands.arguments declared as NbtPathArgument.NodeModifier and TypeFieldDescriptionprivate final NbtPathArgument.Node[]
NbtPathArgument.NbtPath.nodes
Fields in net.minecraft.commands.arguments with type parameters of type NbtPathArgument.NodeModifier and TypeFieldDescriptionprivate final it.unimi.dsi.fastutil.objects.Object2IntMap
<NbtPathArgument.Node> NbtPathArgument.NbtPath.nodeToOriginalPosition
Methods in net.minecraft.commands.arguments that return NbtPathArgument.NodeModifier and TypeMethodDescriptionprivate static NbtPathArgument.Node
NbtPathArgument.parseNode
(com.mojang.brigadier.StringReader reader, boolean first) private static NbtPathArgument.Node
NbtPathArgument.readObjectNode
(com.mojang.brigadier.StringReader reader, String name) Methods in net.minecraft.commands.arguments with parameters of type NbtPathArgument.NodeModifier and TypeMethodDescriptionprivate com.mojang.brigadier.exceptions.CommandSyntaxException
NbtPathArgument.NbtPath.createNotFoundException
(NbtPathArgument.Node node) Constructors in net.minecraft.commands.arguments with parameters of type NbtPathArgument.NodeModifierConstructorDescriptionNbtPath
(String original, NbtPathArgument.Node[] nodes, it.unimi.dsi.fastutil.objects.Object2IntMap<NbtPathArgument.Node> nodeToOriginPosition) Constructor parameters in net.minecraft.commands.arguments with type arguments of type NbtPathArgument.NodeModifierConstructorDescriptionNbtPath
(String original, NbtPathArgument.Node[] nodes, it.unimi.dsi.fastutil.objects.Object2IntMap<NbtPathArgument.Node> nodeToOriginPosition)