Package net.minecraft.world.gen.chunk
Class FlatChunkGeneratorConfig
java.lang.Object
net.minecraft.world.gen.chunk.FlatChunkGeneratorConfig
- Mappings:
- Namespace - Name - named - net/minecraft/world/gen/chunk/FlatChunkGeneratorConfig- intermediary - net/minecraft/class_3232- official - elq
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprivate final RegistryEntry<Biome> static final com.mojang.serialization.Codec<FlatChunkGeneratorConfig> private final List<RegistryEntry<PlacedFeature>> private booleanprivate booleanprivate booleanprivate final List<BlockState> private final List<FlatChunkGeneratorLayer> private static final Loggerprivate final Optional<RegistryEntryList<StructureSet>> 
- 
Constructor SummaryConstructorsModifierConstructorDescriptionprivateFlatChunkGeneratorConfig(Optional<RegistryEntryList<StructureSet>> structureOverrides, List<FlatChunkGeneratorLayer> layers, boolean lakes, boolean features, Optional<RegistryEntry<Biome>> biome, RegistryEntry.Reference<Biome> fallback, RegistryEntry<PlacedFeature> undergroundLavaLakeFeature, RegistryEntry<PlacedFeature> surfaceLavaLakeFeature) FlatChunkGeneratorConfig(Optional<RegistryEntryList<StructureSet>> structureOverrides, RegistryEntry<Biome> biome, List<RegistryEntry<PlacedFeature>> features) 
- 
Method SummaryModifier and TypeMethodDescriptionprivate static com.mojang.serialization.DataResult<FlatChunkGeneratorConfig> checkHeight(FlatChunkGeneratorConfig config) createGenerationSettings(RegistryEntry<Biome> biomeEntry) voidvoidgetBiome()private static RegistryEntry<Biome> getBiome(Optional<? extends RegistryEntry<Biome>> biome, RegistryEntry<Biome> fallback) static FlatChunkGeneratorConfiggetDefaultConfig(RegistryEntryLookup<Biome> biomeLookup, RegistryEntryLookup<StructureSet> structureSetLookup, RegistryEntryLookup<PlacedFeature> featureLookup) static List<RegistryEntry<PlacedFeature>> getLavaLakes(RegistryEntryLookup<PlacedFeature> featureLookup) static RegistryEntry<Biome> getPlains(RegistryEntryLookup<Biome> biomeLookup) voidwith(List<FlatChunkGeneratorLayer> layers, Optional<RegistryEntryList<StructureSet>> structureOverrides, RegistryEntry<Biome> biome) 
- 
Field Details- 
LOGGER- Mappings:
- Namespace - Name - Mixin selector - named - LOGGER- Lnet/minecraft/world/gen/chunk/FlatChunkGeneratorConfig;LOGGER:Lorg/slf4j/Logger;- intermediary - field_14064- Lnet/minecraft/class_3232;field_14064:Lorg/slf4j/Logger;- official - b- Lelq;b:Lorg/slf4j/Logger;
 
- 
CODEC- Mappings:
- Namespace - Name - Mixin selector - named - CODEC- Lnet/minecraft/world/gen/chunk/FlatChunkGeneratorConfig;CODEC:Lcom/mojang/serialization/Codec;- intermediary - field_24975- Lnet/minecraft/class_3232;field_24975:Lcom/mojang/serialization/Codec;- official - a- Lelq;a:Lcom/mojang/serialization/Codec;
 
- 
structureOverrides- Mappings:
- Namespace - Name - Mixin selector - named - structureOverrides- Lnet/minecraft/world/gen/chunk/FlatChunkGeneratorConfig;structureOverrides:Ljava/util/Optional;- intermediary - field_37145- Lnet/minecraft/class_3232;field_37145:Ljava/util/Optional;- official - c- Lelq;c:Ljava/util/Optional;
 
- 
layers- Mappings:
- Namespace - Name - Mixin selector - named - layers- Lnet/minecraft/world/gen/chunk/FlatChunkGeneratorConfig;layers:Ljava/util/List;- intermediary - field_14072- Lnet/minecraft/class_3232;field_14072:Ljava/util/List;- official - d- Lelq;d:Ljava/util/List;
 
- 
biome- Mappings:
- Namespace - Name - Mixin selector - named - biome- Lnet/minecraft/world/gen/chunk/FlatChunkGeneratorConfig;biome:Lnet/minecraft/registry/entry/RegistryEntry;- intermediary - field_14081- Lnet/minecraft/class_3232;field_14081:Lnet/minecraft/class_6880;- official - e- Lelq;e:Ljr;
 
- 
layerBlocks- Mappings:
- Namespace - Name - Mixin selector - named - layerBlocks- Lnet/minecraft/world/gen/chunk/FlatChunkGeneratorConfig;layerBlocks:Ljava/util/List;- intermediary - field_14082- Lnet/minecraft/class_3232;field_14082:Ljava/util/List;- official - f- Lelq;f:Ljava/util/List;
 
- 
hasNoTerrainprivate boolean hasNoTerrain- Mappings:
- Namespace - Name - Mixin selector - named - hasNoTerrain- Lnet/minecraft/world/gen/chunk/FlatChunkGeneratorConfig;hasNoTerrain:Z- intermediary - field_14077- Lnet/minecraft/class_3232;field_14077:Z- official - g- Lelq;g:Z
 
- 
hasFeaturesprivate boolean hasFeatures- Mappings:
- Namespace - Name - Mixin selector - named - hasFeatures- Lnet/minecraft/world/gen/chunk/FlatChunkGeneratorConfig;hasFeatures:Z- intermediary - field_24976- Lnet/minecraft/class_3232;field_24976:Z- official - h- Lelq;h:Z
 
- 
hasLakesprivate boolean hasLakes- Mappings:
- Namespace - Name - Mixin selector - named - hasLakes- Lnet/minecraft/world/gen/chunk/FlatChunkGeneratorConfig;hasLakes:Z- intermediary - field_24977- Lnet/minecraft/class_3232;field_24977:Z- official - i- Lelq;i:Z
 
- 
features- Mappings:
- Namespace - Name - Mixin selector - named - features- Lnet/minecraft/world/gen/chunk/FlatChunkGeneratorConfig;features:Ljava/util/List;- intermediary - field_40918- Lnet/minecraft/class_3232;field_40918:Ljava/util/List;- official - j- Lelq;j:Ljava/util/List;
 
 
- 
- 
Constructor Details- 
FlatChunkGeneratorConfigprivate FlatChunkGeneratorConfig(Optional<RegistryEntryList<StructureSet>> structureOverrides, List<FlatChunkGeneratorLayer> layers, boolean lakes, boolean features, Optional<RegistryEntry<Biome>> biome, RegistryEntry.Reference<Biome> fallback, RegistryEntry<PlacedFeature> undergroundLavaLakeFeature, RegistryEntry<PlacedFeature> surfaceLavaLakeFeature) - Mappings:
- Namespace - Name - Mixin selector - named - <init>- Lnet/minecraft/world/gen/chunk/FlatChunkGeneratorConfig;<init>(Ljava/util/Optional;Ljava/util/List;ZZLjava/util/Optional;Lnet/minecraft/registry/entry/RegistryEntry$Reference;Lnet/minecraft/registry/entry/RegistryEntry;Lnet/minecraft/registry/entry/RegistryEntry;)V- intermediary - <init>- Lnet/minecraft/class_3232;<init>(Ljava/util/Optional;Ljava/util/List;ZZLjava/util/Optional;Lnet/minecraft/class_6880$class_6883;Lnet/minecraft/class_6880;Lnet/minecraft/class_6880;)V- official - <init>- Lelq;<init>(Ljava/util/Optional;Ljava/util/List;ZZLjava/util/Optional;Ljr$c;Ljr;Ljr;)V
 
- 
FlatChunkGeneratorConfigpublic FlatChunkGeneratorConfig(Optional<RegistryEntryList<StructureSet>> structureOverrides, RegistryEntry<Biome> biome, List<RegistryEntry<PlacedFeature>> features) - Mappings:
- Namespace - Name - Mixin selector - named - <init>- Lnet/minecraft/world/gen/chunk/FlatChunkGeneratorConfig;<init>(Ljava/util/Optional;Lnet/minecraft/registry/entry/RegistryEntry;Ljava/util/List;)V- intermediary - <init>- Lnet/minecraft/class_3232;<init>(Ljava/util/Optional;Lnet/minecraft/class_6880;Ljava/util/List;)V- official - <init>- Lelq;<init>(Ljava/util/Optional;Ljr;Ljava/util/List;)V
 
 
- 
- 
Method Details- 
checkHeightprivate static com.mojang.serialization.DataResult<FlatChunkGeneratorConfig> checkHeight(FlatChunkGeneratorConfig config) - Mappings:
- Namespace - Name - Mixin selector - named - checkHeight- Lnet/minecraft/world/gen/chunk/FlatChunkGeneratorConfig;checkHeight(Lnet/minecraft/world/gen/chunk/FlatChunkGeneratorConfig;)Lcom/mojang/serialization/DataResult;- intermediary - method_33067- Lnet/minecraft/class_3232;method_33067(Lnet/minecraft/class_3232;)Lcom/mojang/serialization/DataResult;- official - a- Lelq;a(Lelq;)Lcom/mojang/serialization/DataResult;
 
- 
getBiomeprivate static RegistryEntry<Biome> getBiome(Optional<? extends RegistryEntry<Biome>> biome, RegistryEntry<Biome> fallback) - Mappings:
- Namespace - Name - Mixin selector - named - getBiome- Lnet/minecraft/world/gen/chunk/FlatChunkGeneratorConfig;getBiome(Ljava/util/Optional;Lnet/minecraft/registry/entry/RegistryEntry;)Lnet/minecraft/registry/entry/RegistryEntry;- intermediary - method_46728- Lnet/minecraft/class_3232;method_46728(Ljava/util/Optional;Lnet/minecraft/class_6880;)Lnet/minecraft/class_6880;- official - a- Lelq;a(Ljava/util/Optional;Ljr;)Ljr;
 
- 
withpublic FlatChunkGeneratorConfig with(List<FlatChunkGeneratorLayer> layers, Optional<RegistryEntryList<StructureSet>> structureOverrides, RegistryEntry<Biome> biome) - Mappings:
- Namespace - Name - Mixin selector - named - with- Lnet/minecraft/world/gen/chunk/FlatChunkGeneratorConfig;with(Ljava/util/List;Ljava/util/Optional;Lnet/minecraft/registry/entry/RegistryEntry;)Lnet/minecraft/world/gen/chunk/FlatChunkGeneratorConfig;- intermediary - method_46727- Lnet/minecraft/class_3232;method_46727(Ljava/util/List;Ljava/util/Optional;Lnet/minecraft/class_6880;)Lnet/minecraft/class_3232;- official - a- Lelq;a(Ljava/util/List;Ljava/util/Optional;Ljr;)Lelq;
 
- 
enableFeaturespublic void enableFeatures()- Mappings:
- Namespace - Name - Mixin selector - named - enableFeatures- Lnet/minecraft/world/gen/chunk/FlatChunkGeneratorConfig;enableFeatures()V- intermediary - method_28911- Lnet/minecraft/class_3232;method_28911()V- official - a- Lelq;a()V
 
- 
enableLakespublic void enableLakes()- Mappings:
- Namespace - Name - Mixin selector - named - enableLakes- Lnet/minecraft/world/gen/chunk/FlatChunkGeneratorConfig;enableLakes()V- intermediary - method_28916- Lnet/minecraft/class_3232;method_28916()V- official - b- Lelq;b()V
 
- 
createGenerationSettings- Mappings:
- Namespace - Name - Mixin selector - named - createGenerationSettings- Lnet/minecraft/world/gen/chunk/FlatChunkGeneratorConfig;createGenerationSettings(Lnet/minecraft/registry/entry/RegistryEntry;)Lnet/minecraft/world/biome/GenerationSettings;- intermediary - method_44225- Lnet/minecraft/class_3232;method_44225(Lnet/minecraft/class_6880;)Lnet/minecraft/class_5485;- official - a- Lelq;a(Ljr;)Ldhm;
 
- 
getStructureOverrides- Mappings:
- Namespace - Name - Mixin selector - named - getStructureOverrides- Lnet/minecraft/world/gen/chunk/FlatChunkGeneratorConfig;getStructureOverrides()Ljava/util/Optional;- intermediary - method_41139- Lnet/minecraft/class_3232;method_41139()Ljava/util/Optional;- official - c- Lelq;c()Ljava/util/Optional;
 
- 
getBiome- Mappings:
- Namespace - Name - Mixin selector - named - getBiome- Lnet/minecraft/world/gen/chunk/FlatChunkGeneratorConfig;getBiome()Lnet/minecraft/registry/entry/RegistryEntry;- intermediary - method_14326- Lnet/minecraft/class_3232;method_14326()Lnet/minecraft/class_6880;- official - d- Lelq;d()Ljr;
 
- 
getLayers- Mappings:
- Namespace - Name - Mixin selector - named - getLayers- Lnet/minecraft/world/gen/chunk/FlatChunkGeneratorConfig;getLayers()Ljava/util/List;- intermediary - method_14327- Lnet/minecraft/class_3232;method_14327()Ljava/util/List;- official - e- Lelq;e()Ljava/util/List;
 
- 
getLayerBlocks- Mappings:
- Namespace - Name - Mixin selector - named - getLayerBlocks- Lnet/minecraft/world/gen/chunk/FlatChunkGeneratorConfig;getLayerBlocks()Ljava/util/List;- intermediary - method_14312- Lnet/minecraft/class_3232;method_14312()Ljava/util/List;- official - f- Lelq;f()Ljava/util/List;
 
- 
updateLayerBlockspublic void updateLayerBlocks()- Mappings:
- Namespace - Name - Mixin selector - named - updateLayerBlocks- Lnet/minecraft/world/gen/chunk/FlatChunkGeneratorConfig;updateLayerBlocks()V- intermediary - method_14330- Lnet/minecraft/class_3232;method_14330()V- official - g- Lelq;g()V
 
- 
getDefaultConfigpublic static FlatChunkGeneratorConfig getDefaultConfig(RegistryEntryLookup<Biome> biomeLookup, RegistryEntryLookup<StructureSet> structureSetLookup, RegistryEntryLookup<PlacedFeature> featureLookup) - Mappings:
- Namespace - Name - Mixin selector - named - getDefaultConfig- Lnet/minecraft/world/gen/chunk/FlatChunkGeneratorConfig;getDefaultConfig(Lnet/minecraft/registry/RegistryEntryLookup;Lnet/minecraft/registry/RegistryEntryLookup;Lnet/minecraft/registry/RegistryEntryLookup;)Lnet/minecraft/world/gen/chunk/FlatChunkGeneratorConfig;- intermediary - method_14309- Lnet/minecraft/class_3232;method_14309(Lnet/minecraft/class_7871;Lnet/minecraft/class_7871;Lnet/minecraft/class_7871;)Lnet/minecraft/class_3232;- official - a- Lelq;a(Ljs;Ljs;Ljs;)Lelq;
 
- 
getPlains- Mappings:
- Namespace - Name - Mixin selector - named - getPlains- Lnet/minecraft/world/gen/chunk/FlatChunkGeneratorConfig;getPlains(Lnet/minecraft/registry/RegistryEntryLookup;)Lnet/minecraft/registry/entry/RegistryEntry;- intermediary - method_46726- Lnet/minecraft/class_3232;method_46726(Lnet/minecraft/class_7871;)Lnet/minecraft/class_6880;- official - a- Lelq;a(Ljs;)Ljr;
 
- 
getLavaLakespublic static List<RegistryEntry<PlacedFeature>> getLavaLakes(RegistryEntryLookup<PlacedFeature> featureLookup) - Mappings:
- Namespace - Name - Mixin selector - named - getLavaLakes- Lnet/minecraft/world/gen/chunk/FlatChunkGeneratorConfig;getLavaLakes(Lnet/minecraft/registry/RegistryEntryLookup;)Ljava/util/List;- intermediary - method_46729- Lnet/minecraft/class_3232;method_46729(Lnet/minecraft/class_7871;)Ljava/util/List;- official - b- Lelq;b(Ljs;)Ljava/util/List;
 
 
-