Package net.minecraft.nbt
Class EndTag
java.lang.Object
net.minecraft.nbt.Tag
net.minecraft.nbt.EndTag
public class EndTag extends Tag
- Mappings:
Namespace Name official dqintermediary net/minecraft/class_1407named net/minecraft/nbt/EndTag
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.nbt.Tag
Tag.NumberTag -
Field Summary
-
Constructor Summary
Constructors Constructor Description EndTag() -
Method Summary
Modifier and Type Method Description Tagcopy()bytegetType()(package private) voidread(DataInput input, int depth, PositionTracker tracker)StringtoString()(package private) voidwrite(DataOutput output)
-
Constructor Details
-
EndTag
EndTag()
-
-
Method Details
-
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
-
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
-
getType
public byte getType() -
toString
-
copy
-