Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DGVPSH/SlackOpen
/ getLightFromNeighbors
Method
getLightFromNeighbors
src/main/java/net/minecraft/world/World.java:616–619 ·
view source on GitHub ↗
(BlockPos pos)
Source
from the content-addressed store, hash-verified
614
}
615
616
public
int
getLightFromNeighbors(BlockPos pos)
617
{
618
return
this.getLight(pos, true);
619
}
620
621
public
int
getLight(BlockPos pos, boolean checkNeighbors)
622
{
Callers
11
renderShadow
Method · 0.95
getLightBrightness
Method · 0.95
updateTick
Method · 0.80
updateTick
Method · 0.80
updateTick
Method · 0.80
updateTick
Method · 0.80
updateTick
Method · 0.80
isValidLightLevel
Method · 0.80
getCanSpawnHere
Method · 0.80
attackEntityFrom
Method · 0.80
getCanSpawnHere
Method · 0.80
Calls
1
getLight
Method · 0.95
Tested by
no test coverage detected