Class WorldType

java.lang.Object
net.minecraft.src.WorldType

public class WorldType extends Object
  • Field Details

    • worldTypes

      public static final WorldType[] worldTypes
      List of world types.
    • DEFAULT

      public static final WorldType DEFAULT
      Default world type.
    • FLAT

      public static final WorldType FLAT
      Flat world type.
    • LARGE_BIOMES

      public static final WorldType LARGE_BIOMES
      Large Biome world Type.
    • DEFAULT_1_1

      public static final WorldType DEFAULT_1_1
      Default (1.1) world type.
  • Method Details

    • getWorldTypeName

      public String getWorldTypeName()
    • getTranslateName

      public String getTranslateName()
      Gets the translation key for the name of this world type.
    • getGeneratorVersion

      public int getGeneratorVersion()
      Returns generatorVersion.
    • getWorldTypeForGeneratorVersion

      public WorldType getWorldTypeForGeneratorVersion(int par1)
    • 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

      public static WorldType parseWorldType(String par0Str)
    • getWorldTypeID

      public int getWorldTypeID()