public interface TagReader<T extends Tag>
Modifier and Type | Method and Description |
---|---|
static TagReader<EndTag> |
createInvalid(int type) |
String |
getCommandFeedbackName() |
String |
getCrashReportName() |
default boolean |
isImmutable() |
T |
read(DataInput input,
int depth,
PositionTracker tracker) |