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

Method regionLoaded

src/main/java/baritone/cache/CachedWorld.java:120–122  ·  view source on GitHub ↗
(int blockX, int blockZ)

Source from the content-addressed store, hash-verified

118 }
119
120 public final boolean regionLoaded(int blockX, int blockZ) {
121 return getRegion(blockX >> 9, blockZ >> 9) != null;
122 }
123
124 @Override
125 public final ArrayList<BlockPos> getLocationsOf(String block, int maximum, int centerX, int centerZ, int maxRegionDistanceSq) {

Callers 1

isAlreadyExploredMethod · 0.80

Calls 1

getRegionMethod · 0.95

Tested by

no test coverage detected