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

Method readByte

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

Source from the content-addressed store, hash-verified

24 }
25
26 public int readByte() throws IOException {
27 return this.stream.readUnsignedByte();
28 }
29
30 public int readInt() throws IOException {
31 return this.stream.readInt();

Callers 5

skipTagAfterTitleMethod · 0.95
readSectionMethod · 0.80
readForLengthMethod · 0.80
readStringMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected