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