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

Method isBlockLoaded

src/main/java/net/minecraft/world/World.java:260–263  ·  view source on GitHub ↗
(BlockPos pos)

Source from the content-addressed store, hash-verified

258 }
259
260 public boolean isBlockLoaded(BlockPos pos)
261 {
262 return this.isBlockLoaded(pos, true);
263 }
264
265 public boolean isBlockLoaded(BlockPos pos, boolean allowEmpty)
266 {

Callers 15

processCommandMethod · 0.95
processCommandMethod · 0.95
processCommandMethod · 0.95
processCommandMethod · 0.95
processCommandMethod · 0.95
getBiomeGenForCoordsMethod · 0.95
getLightForMethod · 0.95
setLightForMethod · 0.95
func_147461_aMethod · 0.95
updateEntitiesMethod · 0.95

Calls 4

isValidMethod · 0.95
isChunkLoadedMethod · 0.95
getXMethod · 0.65
getZMethod · 0.65

Tested by 1

processCommandMethod · 0.76