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

Method skipCompound

src/minecraft/reader/nbt/NbtReader.java:130–134  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

128 }
129
130 public void skipCompound() throws IOException {
131 while (this.skipTag() == true) {
132 // repeat
133 }
134 }
135
136 /**
137 * Inside compound, ready to read first tag

Callers 1

skipTagAfterTitleMethod · 0.95

Calls 1

skipTagMethod · 0.95

Tested by

no test coverage detected