@Override
 public int fetchTypeId(final int x, final int y, final int z) {
   return world.getTypeId(x, y, z);
 }