emn | |
net.minecraft.world.level.levelgen.flat.FlatLevelGeneratorSettings | |
net.minecraft.class_3232 | |
net.minecraft.world.gen.chunk.FlatChunkGeneratorConfig | |
net.minecraft.world.level.levelgen.flat.GeneratorSettingsFlat |
Field summary
Modifier and Type | Field | ||||||||
---|---|---|---|---|---|---|---|---|---|
private static final org.slf4j.Logger |
| ||||||||
public static final com.mojang.serialization.Codec<FlatLevelGeneratorSettings> |
| ||||||||
private final Optional<HolderSet<StructureSet>> |
| ||||||||
private final List<FlatLayerInfo> |
| ||||||||
private final Holder<Biome> |
| ||||||||
private final List<BlockState> |
| ||||||||
private boolean |
| ||||||||
private boolean |
| ||||||||
private boolean |
| ||||||||
private final List<Holder<PlacedFeature>> |
|
Constructor summary
Modifier | Constructor |
---|---|
private | (Optional<HolderSet<StructureSet>> structureOverrides, List<FlatLayerInfo> layers, boolean lakes, boolean features, Optional<Holder<Biome>> biome, Holder$Reference<Biome> fallback, Holder<PlacedFeature> undergroundLavaLakeFeature, Holder<PlacedFeature> surfaceLavaLakeFeature) |
public | (Optional<HolderSet<StructureSet>> structureOverrides, Holder<Biome> biome, List<Holder<PlacedFeature>> features) |
Method summary
Modifier and Type | Method | ||||||||
---|---|---|---|---|---|---|---|---|---|
private static com.mojang.serialization.DataResult<FlatLevelGeneratorSettings> |
| ||||||||
private static Holder<Biome> |
| ||||||||
public FlatLevelGeneratorSettings |
| ||||||||
public void |
| ||||||||
public void |
| ||||||||
public BiomeGenerationSettings |
| ||||||||
public Optional<HolderSet<StructureSet>> |
| ||||||||
public Holder<Biome> |
| ||||||||
public List<FlatLayerInfo> |
| ||||||||
public List<BlockState> |
| ||||||||
public void |
| ||||||||
public static FlatLevelGeneratorSettings |
| ||||||||
public static Holder<Biome> |
| ||||||||
public static List<Holder<PlacedFeature>> |
|