Package net.minecraft.nbt
Interface TagReader<T extends Tag>
public interface TagReader<T extends Tag>
- Mappings:
Namespace Name official nkintermediary net/minecraft/class_4614named net/minecraft/nbt/TagReader
-
Method Summary
Modifier and Type Method Description static TagReader<EndTag>createInvalid(int type)StringgetCommandFeedbackName()StringgetCrashReportName()default booleanisImmutable()Tread(DataInput input, int depth, PositionTracker tracker)
-
Method Details
-
read
- Throws:
IOException- Mappings:
Namespace Name Mixin selector official bLnk;b(Ljava/io/DataInput;ILmz;)Lni;intermediary method_23262Lnet/minecraft/class_4614;method_23262(Ljava/io/DataInput;ILnet/minecraft/class_2505;)Lnet/minecraft/class_2520;named readLnet/minecraft/nbt/TagReader;read(Ljava/io/DataInput;ILnet/minecraft/nbt/PositionTracker;)Lnet/minecraft/nbt/Tag;
-
isImmutable
default boolean isImmutable()- Mappings:
Namespace Name Mixin selector official cLnk;c()Zintermediary method_23263Lnet/minecraft/class_4614;method_23263()Znamed isImmutableLnet/minecraft/nbt/TagReader;isImmutable()Z
-
getCrashReportName
String getCrashReportName()- Mappings:
Namespace Name Mixin selector official aLnk;a()Ljava/lang/String;intermediary method_23259Lnet/minecraft/class_4614;method_23259()Ljava/lang/String;named getCrashReportNameLnet/minecraft/nbt/TagReader;getCrashReportName()Ljava/lang/String;
-
getCommandFeedbackName
String getCommandFeedbackName()- Mappings:
Namespace Name Mixin selector official bLnk;b()Ljava/lang/String;intermediary method_23261Lnet/minecraft/class_4614;method_23261()Ljava/lang/String;named getCommandFeedbackNameLnet/minecraft/nbt/TagReader;getCommandFeedbackName()Ljava/lang/String;
-
createInvalid
- Mappings:
Namespace Name Mixin selector official aLnk;a(I)Lnk;intermediary method_23260Lnet/minecraft/class_4614;method_23260(I)Lnet/minecraft/class_4614;named createInvalidLnet/minecraft/nbt/TagReader;createInvalid(I)Lnet/minecraft/nbt/TagReader;
-