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

Method readLength

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

Source from the content-addressed store, hash-verified

124 }
125
126 public int readLength() throws IOException {
127 return this.stream.readInt();
128 }
129
130 public void skipCompound() throws IOException {
131 while (this.skipTag() == true) {

Callers 5

skipByteArrayMethod · 0.95
doListOfCompoundsMethod · 0.95
skipListOfMethod · 0.95
readBlocksRawMethod · 0.80
readPositionMethod · 0.80

Calls 1

readIntMethod · 0.80

Tested by

no test coverage detected