예제 #1
0
 @Override
 public int fetchData(final int x, final int y, final int z) {
   return world.getData(x, y, z);
 }