public class FlatGeneratorInfo extends Object
Constructor and Description |
---|
FlatGeneratorInfo() |
Modifier and Type | Method and Description |
---|---|
static FlatGeneratorInfo |
createFlatGeneratorFromString(String par0Str) |
void |
func_82645_d() |
int |
getBiome()
Return the biome used on this preset.
|
static FlatGeneratorInfo |
getDefaultFlatGenerator() |
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() |
public int getBiome()
public void setBiome(int par1)
public Map getWorldFeatures()
public List getFlatLayers()
public void func_82645_d()
public static FlatGeneratorInfo createFlatGeneratorFromString(String par0Str)
public static FlatGeneratorInfo getDefaultFlatGenerator()