Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
processCommand
Method · 0.95
processCommand
Method · 0.95
processCommand
Method · 0.95
processCommand
Method · 0.95
processCommand
Method · 0.95
getBiomeGenForCoords
Method · 0.95
getLightFromNeighborsFor
Method · 0.95
getLightFor
Method · 0.95
setLightFor
Method · 0.95
getCollidingBoundingBoxes
Method · 0.95
func_147461_a
Method · 0.95
updateEntities
Method · 0.95
Calls
4
isValid
Method · 0.95
isChunkLoaded
Method · 0.95
getX
Method · 0.65
getZ
Method · 0.65
Tested by
1
processCommand
Method · 0.76