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