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

Method sizeInBytes

src/main/java/baritone/cache/CachedChunk.java:183–185  ·  view source on GitHub ↗
(int size)

Source from the content-addressed store, hash-verified

181 }
182
183 public static int sizeInBytes(int size) {
184 return size / 8;
185 }
186
187 private final void setSpecial() {
188 for (Map.Entry<String, List<BlockPos>> entry : specialBlockLocations.entrySet()) {

Callers 2

loadMethod · 0.95
CachedChunkMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected