net.minecraft.src
Class FlatGeneratorInfo

java.lang.Object
  extended by net.minecraft.src.FlatGeneratorInfo

public class FlatGeneratorInfo
extends Object


Constructor Summary
FlatGeneratorInfo()
           
 
Method Summary
 void func_82645_d()
           
static FlatGeneratorInfo func_82649_e()
           
static FlatGeneratorInfo func_82651_a(String par0Str)
           
 int getBiome()
          Return the biome used on this preset.
 List getFlatLayers()
          Return the list of layers on this preset.
 Map getWorldFeatures()
          Return the list of world features enabled on this preset.
 void setBiome(int par1)
          Set the biome used on this preset.
 String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FlatGeneratorInfo

public FlatGeneratorInfo()
Method Detail

getBiome

public int getBiome()
Return the biome used on this preset.


setBiome

public void setBiome(int par1)
Set the biome used on this preset.


getWorldFeatures

public Map getWorldFeatures()
Return the list of world features enabled on this preset.


getFlatLayers

public List getFlatLayers()
Return the list of layers on this preset.


func_82645_d

public void func_82645_d()

toString

public String toString()
Overrides:
toString in class Object

func_82651_a

public static FlatGeneratorInfo func_82651_a(String par0Str)

func_82649_e

public static FlatGeneratorInfo func_82649_e()