net.minecraft.src
Class MapGenVillage

java.lang.Object
  extended by net.minecraft.src.MapGenBase
      extended by net.minecraft.src.MapGenStructure
          extended by net.minecraft.src.MapGenVillage

public class MapGenVillage
extends MapGenStructure


Field Summary
static List villageSpawnBiomes
          A list of all the biomes villages can spawn in.
 
Constructor Summary
MapGenVillage(int par1)
           
 
Method Summary
 
Methods inherited from class net.minecraft.src.MapGenStructure
func_75048_a, generateStructuresInChunk, getNearestInstance
 
Methods inherited from class net.minecraft.src.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(int par1)