Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Garten/sourcecraft
/ readTitle
Method
readTitle
src/minecraft/reader/nbt/NbtReader.java:212–214 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
210
}
211
212
public
String readTitle() throws IOException {
213
return
this.readString();
214
}
215
216
public
long readLong() throws IOException {
217
return
this.stream.readLong();
Callers
5
skipTag
Method · 0.95
doCompound
Method · 0.95
readChunk
Method · 0.80
read
Method · 0.80
read
Method · 0.80
Calls
1
readString
Method · 0.95
Tested by
no test coverage detected