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

Method readTag

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

Source from the content-addressed store, hash-verified

20 }
21
22 public int readTag() throws IOException {
23 return this.stream.readUnsignedByte();
24 }
25
26 public int readByte() throws IOException {
27 return this.stream.readUnsignedByte();

Callers 7

doCompoundMethod · 0.95
doListOfCompoundsMethod · 0.95
skipListMethod · 0.95
readChunkMethod · 0.80
readMethod · 0.80
readMethod · 0.80
readPositionMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected