public int getBlockSkyLight() { try { return snap.getBlockSkyLight(bx, y, bz); } catch (ArrayIndexOutOfBoundsException aioobx) { return 15; } }
public final int getBlockSkyLight(int x, int y, int z) { return chunk.getBlockSkyLight(x, y, z); }