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 vq$d
  • Field Details

    • value

      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 Lvq$d;a:Lvi;
  • Constructor Details

    • RootNode

      RootNode()
  • Method Details

    • append

      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 Lvq$b;a(Lvi;)V
    • getValue

      @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 Lvq$b;a()Lvi;