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

Method notifyLightSet

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

Source from the content-addressed store, hash-verified

817 }
818
819 public void notifyLightSet(BlockPos pos)
820 {
821 for (int i = 0; i < this.worldAccesses.size(); ++i)
822 {
823 this.worldAccesses.get(i).notifyLightSet(pos);
824 }
825 }
826
827 public int getCombinedLight(BlockPos pos, int lightValue)
828 {

Callers 1

setLightForMethod · 0.95

Calls 3

notifyLightSetMethod · 0.65
getMethod · 0.65
sizeMethod · 0.45

Tested by

no test coverage detected