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

Method readInt

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

Source from the content-addressed store, hash-verified

28 }
29
30 public int readInt() throws IOException {
31 return this.stream.readInt();
32 }
33
34 public double readDouble() throws IOException {
35 return this.stream.readDouble();

Callers 6

RegionFileMethod · 0.80
skipLongArrayMethod · 0.80
skipIntArrayMethod · 0.80
readLengthMethod · 0.80
PlayerInLevelReaderMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected