Uses of Record Class
net.minecraft.nbt.scanner.NbtTreeNode
Packages that use NbtTreeNode
-
Uses of NbtTreeNode in net.minecraft.nbt.scanner
Fields in net.minecraft.nbt.scanner with type parameters of type NbtTreeNodeModifier and TypeFieldDescriptionprivate final Map<String,
NbtTreeNode> NbtTreeNode.fieldsToRecurse
The field for thefieldsToRecurse
record component.private final Deque<NbtTreeNode>
SelectiveNbtCollector.selectionStack
private final Deque<NbtTreeNode>
ExclusiveNbtCollector.treeStack
Methods in net.minecraft.nbt.scanner that return NbtTreeNodeModifier and TypeMethodDescriptionstatic NbtTreeNode
NbtTreeNode.createRoot()
Returns the root node.Methods in net.minecraft.nbt.scanner that return types with arguments of type NbtTreeNodeModifier and TypeMethodDescriptionNbtTreeNode.fieldsToRecurse()
Returns the value of thefieldsToRecurse
record component.