MCPcopy 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

readLevelInformtaionMethod · 0.95
copyFolderInternMethod · 0.45

Calls 3

readTagMethod · 0.80
readTitleMethod · 0.80
readPlayerDataMethod · 0.80

Tested by

no test coverage detected