Package net.minecraft.nbt
Class ByteArrayTag
java.lang.Object
net.minecraft.nbt.Tag
net.minecraft.nbt.ByteArrayTag
public class ByteArrayTag extends Tag
- Mappings:
Namespace Name official dlintermediary net/minecraft/class_1403named net/minecraft/nbt/ByteArrayTag
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.nbt.Tag
Tag.NumberTag -
Field Summary
Fields Modifier and Type Field Description private byte[]value -
Constructor Summary
Constructors Constructor Description ByteArrayTag()ByteArrayTag(byte[] value) -
Method Summary
Methods inherited from class net.minecraft.nbt.Tag
asString, createByTypeId, isEmpty
-
Field Details
-
value
private byte[] value- Mappings:
Namespace Name Mixin selector official bLdl;b:[Bintermediary field_5906Lnet/minecraft/class_1403;field_5906:[Bnamed valueLnet/minecraft/nbt/ByteArrayTag;value:[B
-
-
Constructor Details
-
ByteArrayTag
ByteArrayTag() -
ByteArrayTag
public ByteArrayTag(byte[] value)- Mappings:
Namespace Name Mixin selector official <init>Ldl;<init>([B)Vintermediary <init>Lnet/minecraft/class_1403;<init>([B)Vnamed <init>Lnet/minecraft/nbt/ByteArrayTag;<init>([B)V
-
-
Method Details
-
write
- Specified by:
writein classTag- Throws:
IOException- Mappings:
Namespace Name Mixin selector official aLeb;a(Ljava/io/DataOutput;)Vintermediary method_5062Lnet/minecraft/class_1419;method_5062(Ljava/io/DataOutput;)Vnamed writeLnet/minecraft/nbt/Tag;write(Ljava/io/DataOutput;)V
-
read
- Specified by:
readin classTag- Throws:
IOException- Mappings:
Namespace Name Mixin selector official aLeb;a(Ljava/io/DataInput;ILdw;)Vintermediary method_5061Lnet/minecraft/class_1419;method_5061(Ljava/io/DataInput;ILnet/minecraft/class_1413;)Vnamed readLnet/minecraft/nbt/Tag;read(Ljava/io/DataInput;ILnet/minecraft/nbt/PositionTracker;)V
-
getType
public byte getType() -
toString
-
copy
-
equals
-
hashCode
public int hashCode() -
getArray
public byte[] getArray()- Mappings:
Namespace Name Mixin selector official cLdl;c()[Bintermediary method_4993Lnet/minecraft/class_1403;method_4993()[Bnamed getArrayLnet/minecraft/nbt/ByteArrayTag;getArray()[B
-