Class NbtCollector.RootNode

java.lang.Object
net.minecraft.nbt.scanner.NbtCollector.RootNode
All Implemented Interfaces:
NbtCollector.Node
Enclosing class:
NbtCollector

private static class NbtCollector.RootNode extends Object implements NbtCollector.Node
Mappings:
Namespace Name
named net/minecraft/nbt/scanner/NbtCollector$RootNode
intermediary net/minecraft/class_6844$class_10913
official vi$d
  • Field Details Link icon

    • value Link icon

      Mappings:
      Namespace Name Mixin selector
      named value Lnet/minecraft/nbt/scanner/NbtCollector$RootNode;value:Lnet/minecraft/nbt/NbtElement;
      intermediary field_58034 Lnet/minecraft/class_6844$class_10913;field_58034:Lnet/minecraft/class_2520;
      official a Lvi$d;a:Lva;
  • Constructor Details Link icon

    • RootNode Link icon

      RootNode()
  • Method Details Link icon

    • append Link icon

      public void append(NbtElement value)
      Specified by:
      append in interface NbtCollector.Node
      Mappings:
      Namespace Name Mixin selector
      named append Lnet/minecraft/nbt/scanner/NbtCollector$Node;append(Lnet/minecraft/nbt/NbtElement;)V
      intermediary method_68666 Lnet/minecraft/class_6844$class_10911;method_68666(Lnet/minecraft/class_2520;)V
      official a Lvi$b;a(Lva;)V
    • getValue Link icon

      @Nullable public @Nullable NbtElement getValue()
      Specified by:
      getValue in interface NbtCollector.Node
      Mappings:
      Namespace Name Mixin selector
      named getValue Lnet/minecraft/nbt/scanner/NbtCollector$Node;getValue()Lnet/minecraft/nbt/NbtElement;
      intermediary method_68664 Lnet/minecraft/class_6844$class_10911;method_68664()Lnet/minecraft/class_2520;
      official a Lvi$b;a()Lva;