MCPcopy Create free account
hub / github.com/cabaletta/baritone / size

Method size

src/main/java/baritone/cache/CachedChunk.java:179–181  ·  view source on GitHub ↗
(int dimension_height)

Source from the content-addressed store, hash-verified

177 }
178
179 public static int size(int dimension_height) {
180 return 2 * 16 * 16 * dimension_height;
181 }
182
183 public static int sizeInBytes(int size) {
184 return size / 8;

Callers 3

loadMethod · 0.95
CachedChunkMethod · 0.95
packMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected