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

Method getRegion

src/main/java/baritone/cache/CachedWorld.java:250–253  ·  view source on GitHub ↗
(int regionX, int regionZ)

Source from the content-addressed store, hash-verified

248 }
249
250 @Override
251 public final synchronized CachedRegion getRegion(int regionX, int regionZ) {
252 return cachedRegions.get(getRegionID(regionX, regionZ));
253 }
254
255 /**
256 * Returns the region at the specified region coordinates. If a

Callers 2

isCachedMethod · 0.95
regionLoadedMethod · 0.95

Calls 2

getRegionIDMethod · 0.95
getMethod · 0.65

Tested by

no test coverage detected