Package net.minecraft.src
Class FlatGeneratorInfo
java.lang.Object
net.minecraft.src.FlatGeneratorInfo
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic FlatGeneratorInfocreateFlatGeneratorFromString(String par0Str) voidintgetBiome()Return the biome used on this preset.static FlatGeneratorInfoReturn the list of layers on this preset.Return the list of world features enabled on this preset.voidsetBiome(int par1) Set the biome used on this preset.toString()
-
Constructor Details
-
FlatGeneratorInfo
public FlatGeneratorInfo()
-
-
Method Details
-
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
Return the list of world features enabled on this preset. -
getFlatLayers
Return the list of layers on this preset. -
func_82645_d
public void func_82645_d() -
toString
-
createFlatGeneratorFromString
-
getDefaultFlatGenerator
-