Package net.minecraft.nbt
Interface Tag
- All Known Implementing Classes:
AbstractListTag,AbstractNumberTag,ByteArrayTag,ByteTag,CompoundTag,DoubleTag,EndTag,FloatTag,IntArrayTag,IntTag,ListTag,LongArrayTag,LongTag,ShortTag,StringTag
public interface Tag
- Mappings:
Namespace Name official niintermediary net/minecraft/class_2520named net/minecraft/nbt/Tag
-
Method Summary
-
Method Details
-
write
- Throws:
IOException- Mappings:
Namespace Name Mixin selector official aLni;a(Ljava/io/DataOutput;)Vintermediary method_10713Lnet/minecraft/class_2520;method_10713(Ljava/io/DataOutput;)Vnamed writeLnet/minecraft/nbt/Tag;write(Ljava/io/DataOutput;)V
-
toString
String toString() -
getType
byte getType()- Mappings:
Namespace Name Mixin selector official aLni;a()Bintermediary method_10711Lnet/minecraft/class_2520;method_10711()Bnamed getTypeLnet/minecraft/nbt/Tag;getType()B
-
getReader
TagReader<?> getReader()- Mappings:
Namespace Name Mixin selector official bLni;b()Lnk;intermediary method_23258Lnet/minecraft/class_2520;method_23258()Lnet/minecraft/class_4614;named getReaderLnet/minecraft/nbt/Tag;getReader()Lnet/minecraft/nbt/TagReader;
-
copy
Tag copy()- Mappings:
Namespace Name Mixin selector official cLni;c()Lni;intermediary method_10707Lnet/minecraft/class_2520;method_10707()Lnet/minecraft/class_2520;named copyLnet/minecraft/nbt/Tag;copy()Lnet/minecraft/nbt/Tag;
-
asString
- Mappings:
Namespace Name Mixin selector official f_Lni;f_()Ljava/lang/String;intermediary method_10714Lnet/minecraft/class_2520;method_10714()Ljava/lang/String;named asStringLnet/minecraft/nbt/Tag;asString()Ljava/lang/String;
-
accept
- Mappings:
Namespace Name Mixin selector official aLni;a(Lnm;)Vintermediary method_32289Lnet/minecraft/class_2520;method_32289(Lnet/minecraft/class_5627;)Vnamed acceptLnet/minecraft/nbt/Tag;accept(Lnet/minecraft/nbt/visitor/NbtTagVisitor;)V
-