Class NbtEnd


public class NbtEnd extends NbtElement
Mappings:
Namespace Name
official fr
intermediary net/minecraft/class_375
named net/minecraft/nbt/NbtEnd
  • Constructor Details

    • NbtEnd

      NbtEnd()
  • Method Details

    • read

      void read(DataInput input, int depth, PositionTracker tracker)
      Specified by:
      read in class NbtElement
      Mappings:
      Namespace Name Mixin selector
      official a Lgd;a(Ljava/io/DataInput;ILfx;)V
      intermediary method_1649 Lnet/minecraft/class_605;method_1649(Ljava/io/DataInput;ILnet/minecraft/class_1944;)V
      named read Lnet/minecraft/nbt/NbtElement;read(Ljava/io/DataInput;ILnet/minecraft/nbt/PositionTracker;)V
    • write

      void write(DataOutput output)
      Specified by:
      write in class NbtElement
      Mappings:
      Namespace Name Mixin selector
      official a Lgd;a(Ljava/io/DataOutput;)V
      intermediary method_1650 Lnet/minecraft/class_605;method_1650(Ljava/io/DataOutput;)V
      named write Lnet/minecraft/nbt/NbtElement;write(Ljava/io/DataOutput;)V
    • getType

      public byte getType()
      Specified by:
      getType in class NbtElement
      Mappings:
      Namespace Name Mixin selector
      official a Lgd;a()B
      intermediary method_1645 Lnet/minecraft/class_605;method_1645()B
      named getType Lnet/minecraft/nbt/NbtElement;getType()B
    • toString

      public String toString()
      Specified by:
      toString in class NbtElement
      Mappings:
      Namespace Name Mixin selector
      official toString Lgd;toString()Ljava/lang/String;
      intermediary toString Lnet/minecraft/class_605;toString()Ljava/lang/String;
      named toString Lnet/minecraft/nbt/NbtElement;toString()Ljava/lang/String;
    • copy

      public NbtElement copy()
      Specified by:
      copy in class NbtElement
      Mappings:
      Namespace Name Mixin selector
      official b Lgd;b()Lgd;
      intermediary method_1651 Lnet/minecraft/class_605;method_1651()Lnet/minecraft/class_605;
      named copy Lnet/minecraft/nbt/NbtElement;copy()Lnet/minecraft/nbt/NbtElement;