Package net.minecraft.nbt
Class IntArrayTag
java.lang.Object
net.minecraft.nbt.Tag
net.minecraft.nbt.IntArrayTag
public class IntArrayTag extends Tag
- Mappings:
Namespace Name official dsintermediary net/minecraft/class_1409named net/minecraft/nbt/IntArrayTag
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.nbt.Tag
Tag.NumberTag -
Field Summary
Fields Modifier and Type Field Description private int[]value -
Constructor Summary
Constructors Constructor Description IntArrayTag()IntArrayTag(int[] value) -
Method Summary
Modifier and Type Method Description Tagcopy()booleanequals(Object other)int[]getIntArray()bytegetType()inthashCode()(package private) voidread(DataInput input, int depth, PositionTracker tracker)StringtoString()(package private) voidwrite(DataOutput output)Methods inherited from class net.minecraft.nbt.Tag
asString, createByTypeId, isEmpty
-
Field Details
-
value
private int[] value- Mappings:
Namespace Name Mixin selector official bLds;b:[Iintermediary field_5915Lnet/minecraft/class_1409;field_5915:[Inamed valueLnet/minecraft/nbt/IntArrayTag;value:[I
-
-
Constructor Details
-
IntArrayTag
IntArrayTag() -
IntArrayTag
public IntArrayTag(int[] value)- Mappings:
Namespace Name Mixin selector official <init>Lds;<init>([I)Vintermediary <init>Lnet/minecraft/class_1409;<init>([I)Vnamed <init>Lnet/minecraft/nbt/IntArrayTag;<init>([I)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() -
getIntArray
public int[] getIntArray()- Mappings:
Namespace Name Mixin selector official cLds;c()[Iintermediary method_5032Lnet/minecraft/class_1409;method_5032()[Inamed getIntArrayLnet/minecraft/nbt/IntArrayTag;getIntArray()[I
-