Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
RegionFile
Method · 0.80
getChunkDataInputStream
Method · 0.80
skipLongArray
Method · 0.80
skipIntArray
Method · 0.80
readLength
Method · 0.80
PlayerInLevelReader
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected