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

Method readTitle

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

Source from the content-addressed store, hash-verified

210 }
211
212 public String readTitle() throws IOException {
213 return this.readString();
214 }
215
216 public long readLong() throws IOException {
217 return this.stream.readLong();

Callers 5

skipTagMethod · 0.95
doCompoundMethod · 0.95
readChunkMethod · 0.80
readMethod · 0.80
readMethod · 0.80

Calls 1

readStringMethod · 0.95

Tested by

no test coverage detected