Package net.minecraft.src
Class WorldType
java.lang.Object
net.minecraft.src.WorldType
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionbooleanGets whether this WorldType can be used to generate a new world.intReturns generatorVersion.Gets the translation key for the name of this world type.getWorldTypeForGeneratorVersion(int par1) intbooleanReturns true if this world Type has a version associated with it.static WorldTypeparseWorldType(String par0Str)
-
Field Details
-
worldTypes
List of world types. -
DEFAULT
Default world type. -
FLAT
Flat world type. -
LARGE_BIOMES
Large Biome world Type. -
DEFAULT_1_1
Default (1.1) world type.
-
-
Method Details
-
getWorldTypeName
-
getTranslateName
Gets the translation key for the name of this world type. -
getGeneratorVersion
public int getGeneratorVersion()Returns generatorVersion. -
getWorldTypeForGeneratorVersion
-
getCanBeCreated
public boolean getCanBeCreated()Gets whether this WorldType can be used to generate a new world. -
isVersioned
public boolean isVersioned()Returns true if this world Type has a version associated with it. -
parseWorldType
-
getWorldTypeID
public int getWorldTypeID()
-