public class FlatChunkGeneratorConfig extends Object
| Modifier and Type | Field and Description |
|---|---|
private Biome |
biome |
static com.mojang.serialization.Codec<FlatChunkGeneratorConfig> |
CODEC |
private StructuresConfig |
config |
private boolean |
field_24976 |
private boolean |
field_24977 |
private boolean |
hasNoTerrain |
private static ConfiguredFeature<?,?> |
LAVA_LAKE |
private BlockState[] |
layerBlocks |
private List<FlatChunkGeneratorLayer> |
layers |
private static Logger |
LOGGER |
private static Map<StructureFeature<?>,ConfiguredStructureFeature<?,?>> |
STRUCTURE_TO_FEATURES |
private static ConfiguredFeature<?,?> |
WATER_LAKE |
| Constructor and Description |
|---|
FlatChunkGeneratorConfig(StructuresConfig config) |
FlatChunkGeneratorConfig(StructuresConfig structuresConfig,
List<FlatChunkGeneratorLayer> list,
boolean bool,
boolean bool2,
Biome biome) |
| Modifier and Type | Method and Description |
|---|---|
Biome |
getBiome() |
StructuresConfig |
getConfig() |
static FlatChunkGeneratorConfig |
getDefaultConfig() |
BlockState[] |
getLayerBlocks() |
List<FlatChunkGeneratorLayer> |
getLayers() |
void |
method_28911() |
FlatChunkGeneratorConfig |
method_28912(StructuresConfig structuresConfig) |
void |
method_28916() |
Biome |
method_28917() |
FlatChunkGeneratorConfig |
method_29965(List<FlatChunkGeneratorLayer> list,
StructuresConfig structuresConfig) |
void |
setBiome(Biome biome) |
void |
updateLayerBlocks() |
private static final Logger LOGGER
public static final com.mojang.serialization.Codec<FlatChunkGeneratorConfig> CODEC
private static final ConfiguredFeature<?,?> WATER_LAKE
private static final ConfiguredFeature<?,?> LAVA_LAKE
private static final Map<StructureFeature<?>,ConfiguredStructureFeature<?,?>> STRUCTURE_TO_FEATURES
private final StructuresConfig config
private final List<FlatChunkGeneratorLayer> layers
private Biome biome
private final BlockState[] layerBlocks
private boolean hasNoTerrain
private boolean field_24976
private boolean field_24977
public FlatChunkGeneratorConfig(StructuresConfig structuresConfig, List<FlatChunkGeneratorLayer> list, boolean bool, boolean bool2, Biome biome)
public FlatChunkGeneratorConfig(StructuresConfig config)
@Environment(value=CLIENT) public FlatChunkGeneratorConfig method_28912(StructuresConfig structuresConfig)
@Environment(value=CLIENT) public FlatChunkGeneratorConfig method_29965(List<FlatChunkGeneratorLayer> list, StructuresConfig structuresConfig)
public void method_28911()
public void method_28916()
public Biome method_28917()
public StructuresConfig getConfig()
public Biome getBiome()
public void setBiome(Biome biome)
public List<FlatChunkGeneratorLayer> getLayers()
public BlockState[] getLayerBlocks()
public void updateLayerBlocks()
public static FlatChunkGeneratorConfig getDefaultConfig()