Class ByteArrayTag

java.lang.Object
net.minecraft.nbt.Tag
net.minecraft.nbt.ByteArrayTag

public class ByteArrayTag
extends Tag
Mappings:
Namespace Name
official dl
intermediary net/minecraft/class_1403
named net/minecraft/nbt/ByteArrayTag
  • Field Details

    • value

      private byte[] value
      Mappings:
      Namespace Name Mixin selector
      official b Ldl;b:[B
      intermediary field_5906 Lnet/minecraft/class_1403;field_5906:[B
      named value Lnet/minecraft/nbt/ByteArrayTag;value:[B
  • Constructor Details

    • ByteArrayTag

      ByteArrayTag()
    • ByteArrayTag

      public ByteArrayTag​(byte[] value)
      Mappings:
      Namespace Name Mixin selector
      official <init> Ldl;<init>([B)V
      intermediary <init> Lnet/minecraft/class_1403;<init>([B)V
      named <init> Lnet/minecraft/nbt/ByteArrayTag;<init>([B)V
  • Method Details

    • write

      void write​(DataOutput output) throws IOException
      Specified by:
      write in class Tag
      Throws:
      IOException
      Mappings:
      Namespace Name Mixin selector
      official a Leb;a(Ljava/io/DataOutput;)V
      intermediary method_5062 Lnet/minecraft/class_1419;method_5062(Ljava/io/DataOutput;)V
      named write Lnet/minecraft/nbt/Tag;write(Ljava/io/DataOutput;)V
    • read

      void read​(DataInput input, int depth, PositionTracker tracker) throws IOException
      Specified by:
      read in class Tag
      Throws:
      IOException
      Mappings:
      Namespace Name Mixin selector
      official a Leb;a(Ljava/io/DataInput;ILdw;)V
      intermediary method_5061 Lnet/minecraft/class_1419;method_5061(Ljava/io/DataInput;ILnet/minecraft/class_1413;)V
      named read Lnet/minecraft/nbt/Tag;read(Ljava/io/DataInput;ILnet/minecraft/nbt/PositionTracker;)V
    • getType

      public byte getType()
      Specified by:
      getType in class Tag
      Mappings:
      Namespace Name Mixin selector
      official a Leb;a()B
      intermediary method_5059 Lnet/minecraft/class_1419;method_5059()B
      named getType Lnet/minecraft/nbt/Tag;getType()B
    • toString

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

      public Tag copy()
      Specified by:
      copy in class Tag
      Mappings:
      Namespace Name Mixin selector
      official b Leb;b()Leb;
      intermediary method_5064 Lnet/minecraft/class_1419;method_5064()Lnet/minecraft/class_1419;
      named copy Lnet/minecraft/nbt/Tag;copy()Lnet/minecraft/nbt/Tag;
    • equals

      public boolean equals​(Object other)
      Overrides:
      equals in class Tag
      Mappings:
      Namespace Name Mixin selector
      official equals Leb;equals(Ljava/lang/Object;)Z
      intermediary equals Lnet/minecraft/class_1419;equals(Ljava/lang/Object;)Z
      named equals Lnet/minecraft/nbt/Tag;equals(Ljava/lang/Object;)Z
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Tag
      Mappings:
      Namespace Name Mixin selector
      official hashCode Leb;hashCode()I
      intermediary hashCode Lnet/minecraft/class_1419;hashCode()I
      named hashCode Lnet/minecraft/nbt/Tag;hashCode()I
    • getArray

      public byte[] getArray()
      Mappings:
      Namespace Name Mixin selector
      official c Ldl;c()[B
      intermediary method_4993 Lnet/minecraft/class_1403;method_4993()[B
      named getArray Lnet/minecraft/nbt/ByteArrayTag;getArray()[B