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

Method getLightBrightness

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

Source from the content-addressed store, hash-verified

838 }
839
840 public float getLightBrightness(BlockPos pos)
841 {
842 return this.provider.getLightBrightnessTable()[this.getLightFromNeighbors(pos)];
843 }
844
845 public IBlockState getBlockState(BlockPos pos)
846 {

Callers 8

updateRendererMethod · 0.80
func_180549_aMethod · 0.80
renderParticleMethod · 0.80
getBrightnessMethod · 0.80
getBlockPathWeightMethod · 0.80
getBlockPathWeightMethod · 0.80
getBlockPathWeightMethod · 0.80
getBlockPathWeightMethod · 0.80

Calls 2

getLightFromNeighborsMethod · 0.95

Tested by

no test coverage detected