MCPcopy Create free account
hub / github.com/Garten/sourcecraft / readSections

Method readSections

src/minecraft/reader/nbt/McaReader.java:42–47  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

40 }
41
42 private void readSections() throws IOException {
43 this.doListOfCompounds(() -> {
44 McaSection section = this.readSection();
45 this.map.addMcaSection(section);
46 });
47 }
48
49 private class Mapping {
50

Callers

nothing calls this directly

Calls 3

readSectionMethod · 0.95
doListOfCompoundsMethod · 0.80
addMcaSectionMethod · 0.80

Tested by

no test coverage detected