@Environment(value=CLIENT) public abstract class GeneratorType extends Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
GeneratorType.ScreenProvider |
| Modifier and Type | Field and Description |
|---|---|
static GeneratorType |
AMPLIFIED |
private static GeneratorType |
DEBUG_ALL_BLOCK_STATES |
static GeneratorType |
DEFAULT |
protected static Map<Optional<GeneratorType>,GeneratorType.ScreenProvider> |
field_25053 |
private static GeneratorType |
FLAT |
private static GeneratorType |
LARGE_BIOMES |
private static GeneratorType |
SINGLE_BIOME_CAVES |
private static GeneratorType |
SINGLE_BIOME_FLOATING_ISLANDS |
private static GeneratorType |
SINGLE_BIOME_SURFACE |
private Text |
translationKey |
protected static List<GeneratorType> |
VALUES |
| Modifier | Constructor and Description |
|---|---|
private |
GeneratorType(String translationKey) |
| Modifier and Type | Method and Description |
|---|---|
Text |
getTranslationKey() |
protected abstract ChunkGenerator |
method_29076(long long2) |
GeneratorOptions |
method_29077(RegistryTracker.Modifiable modifiable,
long long2,
boolean bool,
boolean bool2) |
static Optional<GeneratorType> |
method_29078(GeneratorOptions generatorOptions) |
private static GeneratorOptions |
method_29079(GeneratorOptions generatorOptions,
GeneratorType generatorType,
Biome biome) |
private static Biome |
method_29083(GeneratorOptions generatorOptions) |
public static final GeneratorType DEFAULT
private static final GeneratorType FLAT
private static final GeneratorType LARGE_BIOMES
public static final GeneratorType AMPLIFIED
private static final GeneratorType SINGLE_BIOME_SURFACE
private static final GeneratorType SINGLE_BIOME_CAVES
private static final GeneratorType SINGLE_BIOME_FLOATING_ISLANDS
private static final GeneratorType DEBUG_ALL_BLOCK_STATES
protected static final List<GeneratorType> VALUES
protected static final Map<Optional<GeneratorType>,GeneratorType.ScreenProvider> field_25053
private final Text translationKey
private GeneratorType(String translationKey)
private static GeneratorOptions method_29079(GeneratorOptions generatorOptions, GeneratorType generatorType, Biome biome)
private static Biome method_29083(GeneratorOptions generatorOptions)
public static Optional<GeneratorType> method_29078(GeneratorOptions generatorOptions)
public Text getTranslationKey()
public GeneratorOptions method_29077(RegistryTracker.Modifiable modifiable, long long2, boolean bool, boolean bool2)
protected abstract ChunkGenerator method_29076(long long2)