Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
doCompound
Method · 0.95
doListOfCompounds
Method · 0.95
skipList
Method · 0.95
readChunk
Method · 0.80
read
Method · 0.80
read
Method · 0.80
readPosition
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected