net.minecraft.world.gen.structure
Class MapGenVillage

java.lang.Object
  extended by net.minecraft.world.gen.MapGenBase
      extended by net.minecraft.world.gen.structure.MapGenStructure
          extended by net.minecraft.world.gen.structure.MapGenVillage

public class MapGenVillage
extends MapGenStructure


Field Summary
static List villageSpawnBiomes
          A list of all the biomes villages can spawn in.
 
Constructor Summary
MapGenVillage()
           
MapGenVillage(Map par1Map)
           
 
Method Summary
 
Methods inherited from class net.minecraft.world.gen.structure.MapGenStructure
generateStructuresInChunk, getNearestInstance, hasStructureAt
 
Methods inherited from class net.minecraft.world.gen.MapGenBase
generate
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

villageSpawnBiomes

public static List villageSpawnBiomes
A list of all the biomes villages can spawn in.

Constructor Detail

MapGenVillage

public MapGenVillage()

MapGenVillage

public MapGenVillage(Map par1Map)