MCPcopy 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

renderShadowMethod · 0.95
getLightBrightnessMethod · 0.95
updateTickMethod · 0.80
updateTickMethod · 0.80
updateTickMethod · 0.80
updateTickMethod · 0.80
updateTickMethod · 0.80
isValidLightLevelMethod · 0.80
getCanSpawnHereMethod · 0.80
attackEntityFromMethod · 0.80
getCanSpawnHereMethod · 0.80

Calls 1

getLightMethod · 0.95

Tested by

no test coverage detected