public boolean canSpawn(org.bukkit.World world, int x, int z) {
   return generator.canSpawn(world, x, z);
 }