Package net.minecraft.nbt
Interface TagReader<T extends Tag>
public interface TagReader<T extends Tag>
- Mappings:
Namespace Name official nk
intermediary net/minecraft/class_4614
named net/minecraft/nbt/TagReader
-
Method Summary
Modifier and Type Method Description static TagReader<EndTag>
createInvalid(int type)
String
getCommandFeedbackName()
String
getCrashReportName()
default boolean
isImmutable()
T
read(DataInput input, int depth, PositionTracker tracker)
-
Method Details
-
read
- Throws:
IOException
- Mappings:
Namespace Name Mixin selector official b
Lnk;b(Ljava/io/DataInput;ILmz;)Lni;
intermediary method_23262
Lnet/minecraft/class_4614;method_23262(Ljava/io/DataInput;ILnet/minecraft/class_2505;)Lnet/minecraft/class_2520;
named read
Lnet/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 c
Lnk;c()Z
intermediary method_23263
Lnet/minecraft/class_4614;method_23263()Z
named isImmutable
Lnet/minecraft/nbt/TagReader;isImmutable()Z
-
getCrashReportName
String getCrashReportName()- Mappings:
Namespace Name Mixin selector official a
Lnk;a()Ljava/lang/String;
intermediary method_23259
Lnet/minecraft/class_4614;method_23259()Ljava/lang/String;
named getCrashReportName
Lnet/minecraft/nbt/TagReader;getCrashReportName()Ljava/lang/String;
-
getCommandFeedbackName
String getCommandFeedbackName()- Mappings:
Namespace Name Mixin selector official b
Lnk;b()Ljava/lang/String;
intermediary method_23261
Lnet/minecraft/class_4614;method_23261()Ljava/lang/String;
named getCommandFeedbackName
Lnet/minecraft/nbt/TagReader;getCommandFeedbackName()Ljava/lang/String;
-
createInvalid
- Mappings:
Namespace Name Mixin selector official a
Lnk;a(I)Lnk;
intermediary method_23260
Lnet/minecraft/class_4614;method_23260(I)Lnet/minecraft/class_4614;
named createInvalid
Lnet/minecraft/nbt/TagReader;createInvalid(I)Lnet/minecraft/nbt/TagReader;
-