public class WorldType extends java.lang.Object implements IForgeWorldType
Modifier and Type | Field and Description |
---|---|
static WorldType |
AMPLIFIED |
static WorldType |
BUFFET |
static WorldType |
CUSTOMIZED |
static WorldType |
DEBUG_ALL_BLOCK_STATES |
static WorldType |
DEFAULT |
static WorldType |
DEFAULT_1_1 |
static WorldType |
FLAT |
static WorldType |
LARGE_BIOMES |
static WorldType[] |
WORLD_TYPES |
Constructor and Description |
---|
WorldType(java.lang.String name) |
Modifier and Type | Method and Description |
---|---|
static WorldType |
byName(java.lang.String type) |
boolean |
canBeCreated() |
int |
getId() |
java.lang.String |
getInfoTranslationKey() |
java.lang.String |
getName() |
java.lang.String |
getSerialization() |
java.lang.String |
getTranslationKey() |
int |
getVersion() |
WorldType |
getWorldTypeForGeneratorVersion(int version) |
boolean |
hasCustomOptions() |
boolean |
hasInfoNotice() |
boolean |
isVersioned() |
WorldType |
setCustomOptions(boolean p_205392_1_) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
createChunkGenerator, getBiomeLayer, getCloudHeight, getHorizon, getWorldType, handleSlimeSpawnReduction, onCustomizeButton, onGUICreateWorldPress, voidFadeMagnitude
public static WorldType[] WORLD_TYPES
public static final WorldType DEFAULT
public static final WorldType FLAT
public static final WorldType LARGE_BIOMES
public static final WorldType AMPLIFIED
public static final WorldType CUSTOMIZED
public static final WorldType BUFFET
public static final WorldType DEBUG_ALL_BLOCK_STATES
public static final WorldType DEFAULT_1_1
public java.lang.String getName()
public java.lang.String getSerialization()
public java.lang.String getTranslationKey()
public java.lang.String getInfoTranslationKey()
public int getVersion()
public WorldType getWorldTypeForGeneratorVersion(int version)
public boolean hasCustomOptions()
public WorldType setCustomOptions(boolean p_205392_1_)
public boolean canBeCreated()
public boolean isVersioned()
public static WorldType byName(java.lang.String type)
public int getId()
public boolean hasInfoNotice()