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 ni
intermediary net/minecraft/class_2520
named net/minecraft/nbt/Tag
-
Method Summary
-
Method Details
-
write
- Throws:
IOException
- Mappings:
Namespace Name Mixin selector official a
Lni;a(Ljava/io/DataOutput;)V
intermediary method_10713
Lnet/minecraft/class_2520;method_10713(Ljava/io/DataOutput;)V
named write
Lnet/minecraft/nbt/Tag;write(Ljava/io/DataOutput;)V
-
toString
String toString() -
getType
byte getType()- Mappings:
Namespace Name Mixin selector official a
Lni;a()B
intermediary method_10711
Lnet/minecraft/class_2520;method_10711()B
named getType
Lnet/minecraft/nbt/Tag;getType()B
-
getReader
TagReader<?> getReader()- Mappings:
Namespace Name Mixin selector official b
Lni;b()Lnk;
intermediary method_23258
Lnet/minecraft/class_2520;method_23258()Lnet/minecraft/class_4614;
named getReader
Lnet/minecraft/nbt/Tag;getReader()Lnet/minecraft/nbt/TagReader;
-
copy
Tag copy()- Mappings:
Namespace Name Mixin selector official c
Lni;c()Lni;
intermediary method_10707
Lnet/minecraft/class_2520;method_10707()Lnet/minecraft/class_2520;
named copy
Lnet/minecraft/nbt/Tag;copy()Lnet/minecraft/nbt/Tag;
-
asString
- Mappings:
Namespace Name Mixin selector official f_
Lni;f_()Ljava/lang/String;
intermediary method_10714
Lnet/minecraft/class_2520;method_10714()Ljava/lang/String;
named asString
Lnet/minecraft/nbt/Tag;asString()Ljava/lang/String;
-
accept
- Mappings:
Namespace Name Mixin selector official a
Lni;a(Lnm;)V
intermediary method_32289
Lnet/minecraft/class_2520;method_32289(Lnet/minecraft/class_5627;)V
named accept
Lnet/minecraft/nbt/Tag;accept(Lnet/minecraft/nbt/visitor/NbtTagVisitor;)V
-