Uses of Interface
net.minecraft.command.arguments.NBTPathArgument.INode
-
Packages that use NBTPathArgument.INode Package Description net.minecraft.command.arguments -
-
Uses of NBTPathArgument.INode in net.minecraft.command.arguments
Classes in net.minecraft.command.arguments that implement NBTPathArgument.INode Modifier and Type Class Description (package private) static class
NBTPathArgument.CollectionNode
(package private) static class
NBTPathArgument.CompoundNode
(package private) static class
NBTPathArgument.EmptyListNode
(package private) static class
NBTPathArgument.JsonNode
(package private) static class
NBTPathArgument.ListNode
(package private) static class
NBTPathArgument.StringNode
Fields in net.minecraft.command.arguments declared as NBTPathArgument.INode Modifier and Type Field Description private NBTPathArgument.INode[]
NBTPathArgument.NBTPath. nodes
Fields in net.minecraft.command.arguments with type parameters of type NBTPathArgument.INode Modifier and Type Field Description private it.unimi.dsi.fastutil.objects.Object2IntMap<NBTPathArgument.INode>
NBTPathArgument.NBTPath. nodeToOriginalPosition
Methods in net.minecraft.command.arguments that return NBTPathArgument.INode Modifier and Type Method Description private static NBTPathArgument.INode
NBTPathArgument. parseNode(com.mojang.brigadier.StringReader p_218079_0_, boolean p_218079_1_)
private static NBTPathArgument.INode
NBTPathArgument. readObjectNode(com.mojang.brigadier.StringReader p_218083_0_, java.lang.String p_218083_1_)
Methods in net.minecraft.command.arguments with parameters of type NBTPathArgument.INode Modifier and Type Method Description private com.mojang.brigadier.exceptions.CommandSyntaxException
NBTPathArgument.NBTPath. createNotFoundException(NBTPathArgument.INode p_218070_1_)
Constructors in net.minecraft.command.arguments with parameters of type NBTPathArgument.INode Constructor Description NBTPath(java.lang.String p_i51148_1_, NBTPathArgument.INode[] p_i51148_2_, it.unimi.dsi.fastutil.objects.Object2IntMap<NBTPathArgument.INode> p_i51148_3_)
Constructor parameters in net.minecraft.command.arguments with type arguments of type NBTPathArgument.INode Constructor Description NBTPath(java.lang.String p_i51148_1_, NBTPathArgument.INode[] p_i51148_2_, it.unimi.dsi.fastutil.objects.Object2IntMap<NBTPathArgument.INode> p_i51148_3_)
-