(BlockPos pos)
| 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 | { |
no test coverage detected