MCPcopy Create free account
hub / github.com/DGVPSH/SlackOpen / isAreaLoaded

Method isAreaLoaded

src/main/java/net/minecraft/world/World.java:270–273  ·  view source on GitHub ↗
(BlockPos center, int radius)

Source from the content-addressed store, hash-verified

268 }
269
270 public boolean isAreaLoaded(BlockPos center, int radius)
271 {
272 return this.isAreaLoaded(center, radius, true);
273 }
274
275 public boolean isAreaLoaded(BlockPos center, int radius, boolean allowEmpty)
276 {

Callers 15

processCommandMethod · 0.95
processCommandMethod · 0.95
isFlammableWithinMethod · 0.95
checkLightForMethod · 0.95
updateBlockTickMethod · 0.80
tickUpdatesMethod · 0.80
recheckGapsMethod · 0.80
func_150809_pMethod · 0.80
checkFallableMethod · 0.80

Calls 4

isChunkLoadedMethod · 0.95
getXMethod · 0.65
getYMethod · 0.65
getZMethod · 0.65

Tested by

no test coverage detected