Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Garten/sourcecraft
/ read
Method
read
src/minecraft/reader/nbt/PlayerReader.java:14–21 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
12
}
13
14
public
Position read() throws IOException {
15
int
type = this.readTag();
16
if
(type == NbtTag.COMPOUND) {
17
this.readTitle();
18
return
this.readPlayerData();
19
}
20
return
null;
21
}
22
}
Callers
3
readLevelInformtaion
Method · 0.95
copyFolderIntern
Method · 0.45
getChunkDataInputStream
Method · 0.45
Calls
3
readTag
Method · 0.80
readTitle
Method · 0.80
readPlayerData
Method · 0.80
Tested by
no test coverage detected