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

Method getOverview

src/main/java/baritone/cache/CachedChunk.java:251–253  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

249 }
250
251 public final BlockState[] getOverview() {
252 return overview;
253 }
254
255 public final Map<String, List<BlockPos>> getRelativeBlocks() {
256 return specialBlockLocations;

Callers 1

saveMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected