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

Method get

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

Source from the content-addressed store, hash-verified

51 int[] mapping;
52
53 public int[] get() {
54 return this.mapping;
55 }
56
57 public void set(int[] mapping) {
58 this.mapping = mapping;

Callers 1

readSectionMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected