Uses of Interface
net.minecraft.command.argument.NbtPathArgumentType.PathNode
| Package | Description |
|---|---|
| net.minecraft.command.argument |
-
Uses of NbtPathArgumentType.PathNode in net.minecraft.command.argument
Classes in net.minecraft.command.argument that implement NbtPathArgumentType.PathNode Modifier and Type Class Description (package private) static classNbtPathArgumentType.AllListElementNode(package private) static classNbtPathArgumentType.FilteredListElementNode(package private) static classNbtPathArgumentType.FilteredNamedNode(package private) static classNbtPathArgumentType.FilteredRootNode(package private) static classNbtPathArgumentType.IndexedListElementNode(package private) static classNbtPathArgumentType.NamedNodeFields in net.minecraft.command.argument declared as NbtPathArgumentType.PathNode Modifier and Type Field Description private NbtPathArgumentType.PathNode[]NbtPathArgumentType.NbtPath. nodesFields in net.minecraft.command.argument with type parameters of type NbtPathArgumentType.PathNode Modifier and Type Field Description private Object2IntMap<NbtPathArgumentType.PathNode>NbtPathArgumentType.NbtPath. nodeEndIndicesMethods in net.minecraft.command.argument that return NbtPathArgumentType.PathNode Modifier and Type Method Description private static NbtPathArgumentType.PathNodeNbtPathArgumentType. parseNode(com.mojang.brigadier.StringReader reader, boolean root)private static NbtPathArgumentType.PathNodeNbtPathArgumentType. readCompoundChildNode(com.mojang.brigadier.StringReader reader, String name)Methods in net.minecraft.command.argument with parameters of type NbtPathArgumentType.PathNode Modifier and Type Method Description private com.mojang.brigadier.exceptions.CommandSyntaxExceptionNbtPathArgumentType.NbtPath. createNothingFoundException(NbtPathArgumentType.PathNode node)Constructors in net.minecraft.command.argument with parameters of type NbtPathArgumentType.PathNode Constructor Description NbtPath(String string, NbtPathArgumentType.PathNode[] nodes, Object2IntMap<NbtPathArgumentType.PathNode> nodeEndIndices)Constructor parameters in net.minecraft.command.argument with type arguments of type NbtPathArgumentType.PathNode Constructor Description NbtPath(String string, NbtPathArgumentType.PathNode[] nodes, Object2IntMap<NbtPathArgumentType.PathNode> nodeEndIndices)