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

Method getUnitLength

src/minecraft/McaSection.java:48–50  ·  view source on GitHub ↗
(int length)

Source from the content-addressed store, hash-verified

46 }
47
48 private int getUnitLength(int length) {
49 return length / 64;
50 }
51
52 public void translateRawInfo(int[] mapping) {
53 if (mapping == null) {

Callers 1

readBlocksRawMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected