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

Method readLong

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

Source from the content-addressed store, hash-verified

214 }
215
216 public long readLong() throws IOException {
217 return this.stream.readLong();
218 }
219
220}

Callers 2

readBitsMethod · 0.80
skipLongArrayMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected