MCPcopy Create free account
hub / github.com/Garten/sourcecraft / skipTag

Method skipTag

src/minecraft/reader/nbt/NbtReader.java:50–53  ·  view source on GitHub ↗

Reads tags without saving. Returns false if a TAG_END occurs. @return false if TAG_END occurred. @throws IOException

()

Source from the content-addressed store, hash-verified

48 * @throws IOException
49 */
50 public boolean skipTag() throws IOException {
51 int tag = this.stream.readUnsignedByte();
52 return this.skipTag(tag);
53 }
54
55 /**
56 * Reads tags without saving. Returns false if a TAG_END occurs

Callers 1

skipCompoundMethod · 0.95

Calls 2

readTitleMethod · 0.95
skipTagAfterTitleMethod · 0.95

Tested by

no test coverage detected