Пример #1
0
 public final int getBlockEmittedLight() {
   try {
     return snap.getBlockEmittedLight(bx, y, bz);
   } catch (ArrayIndexOutOfBoundsException aioobx) {
     return 0;
   }
 }
Пример #2
0
 public final int getBlockEmittedLight(int x, int y, int z) {
   return chunk.getBlockEmittedLight(x, y, z);
 }