Class OverworldBiomeCreator

java.lang.Object
net.minecraft.world.biome.OverworldBiomeCreator

public class OverworldBiomeCreator extends Object
Mappings:
Namespace Name
official of
intermediary net/minecraft/class_5478
named net/minecraft/world/biome/OverworldBiomeCreator
  • Field Details

    • DEFAULT_WATER_COLOR

      protected static final int DEFAULT_WATER_COLOR
      See Also:
      Mappings:
      Namespace Name Mixin selector
      official a Lof;a:I
      intermediary field_35340 Lnet/minecraft/class_5478;field_35340:I
      named DEFAULT_WATER_COLOR Lnet/minecraft/world/biome/OverworldBiomeCreator;DEFAULT_WATER_COLOR:I
    • DEFAULT_WATER_FOG_COLOR

      protected static final int DEFAULT_WATER_FOG_COLOR
      See Also:
      Mappings:
      Namespace Name Mixin selector
      official b Lof;b:I
      intermediary field_35341 Lnet/minecraft/class_5478;field_35341:I
      named DEFAULT_WATER_FOG_COLOR Lnet/minecraft/world/biome/OverworldBiomeCreator;DEFAULT_WATER_FOG_COLOR:I
    • DEFAULT_FOG_COLOR

      private static final int DEFAULT_FOG_COLOR
      See Also:
      Mappings:
      Namespace Name Mixin selector
      official c Lof;c:I
      intermediary field_35342 Lnet/minecraft/class_5478;field_35342:I
      named DEFAULT_FOG_COLOR Lnet/minecraft/world/biome/OverworldBiomeCreator;DEFAULT_FOG_COLOR:I
    • DEFAULT_MUSIC

      @Nullable private static final @Nullable MusicSound DEFAULT_MUSIC
      Mappings:
      Namespace Name Mixin selector
      official d Lof;d:Lall;
      intermediary field_35436 Lnet/minecraft/class_5478;field_35436:Lnet/minecraft/class_5195;
      named DEFAULT_MUSIC Lnet/minecraft/world/biome/OverworldBiomeCreator;DEFAULT_MUSIC:Lnet/minecraft/sound/MusicSound;
  • Constructor Details

    • OverworldBiomeCreator

      public OverworldBiomeCreator()
  • Method Details

    • getSkyColor

      protected static int getSkyColor(float temperature)
      Mappings:
      Namespace Name Mixin selector
      official a Lof;a(F)I
      intermediary method_30932 Lnet/minecraft/class_5478;method_30932(F)I
      named getSkyColor Lnet/minecraft/world/biome/OverworldBiomeCreator;getSkyColor(F)I
    • createBiome

      private static Biome createBiome(Biome.Precipitation precipitation, float temperature, float downfall, SpawnSettings.Builder spawnSettings, GenerationSettings.LookupBackedBuilder generationSettings, @Nullable @Nullable MusicSound music)
      Mappings:
      Namespace Name Mixin selector
      official a Lof;a(Lckt$c;FFLclf$a;Lcku$a;Lall;)Lckt;
      intermediary method_39152 Lnet/minecraft/class_5478;method_39152(Lnet/minecraft/class_1959$class_1963;FFLnet/minecraft/class_5483$class_5496;Lnet/minecraft/class_5485$class_5495;Lnet/minecraft/class_5195;)Lnet/minecraft/class_1959;
      named createBiome Lnet/minecraft/world/biome/OverworldBiomeCreator;createBiome(Lnet/minecraft/world/biome/Biome$Precipitation;FFLnet/minecraft/world/biome/SpawnSettings$Builder;Lnet/minecraft/world/biome/GenerationSettings$LookupBackedBuilder;Lnet/minecraft/sound/MusicSound;)Lnet/minecraft/world/biome/Biome;
    • createBiome

      private static Biome createBiome(Biome.Precipitation precipitation, float temperature, float downfall, int waterColor, int waterFogColor, SpawnSettings.Builder spawnSettings, GenerationSettings.LookupBackedBuilder generationSettings, @Nullable @Nullable MusicSound music)
      Mappings:
      Namespace Name Mixin selector
      official a Lof;a(Lckt$c;FFIILclf$a;Lcku$a;Lall;)Lckt;
      intermediary method_39151 Lnet/minecraft/class_5478;method_39151(Lnet/minecraft/class_1959$class_1963;FFIILnet/minecraft/class_5483$class_5496;Lnet/minecraft/class_5485$class_5495;Lnet/minecraft/class_5195;)Lnet/minecraft/class_1959;
      named createBiome Lnet/minecraft/world/biome/OverworldBiomeCreator;createBiome(Lnet/minecraft/world/biome/Biome$Precipitation;FFIILnet/minecraft/world/biome/SpawnSettings$Builder;Lnet/minecraft/world/biome/GenerationSettings$LookupBackedBuilder;Lnet/minecraft/sound/MusicSound;)Lnet/minecraft/world/biome/Biome;
    • addBasicFeatures

      private static void addBasicFeatures(GenerationSettings.LookupBackedBuilder generationSettings)
      Mappings:
      Namespace Name Mixin selector
      official a Lof;a(Lcku$a;)V
      intermediary method_39153 Lnet/minecraft/class_5478;method_39153(Lnet/minecraft/class_5485$class_5495;)V
      named addBasicFeatures Lnet/minecraft/world/biome/OverworldBiomeCreator;addBasicFeatures(Lnet/minecraft/world/biome/GenerationSettings$LookupBackedBuilder;)V
    • createOldGrowthTaiga

      public static Biome createOldGrowthTaiga(RegistryEntryLookup<PlacedFeature> featureLookup, RegistryEntryLookup<ConfiguredCarver<?>> carverLookup, boolean spruce)
      Mappings:
      Namespace Name Mixin selector
      official a Lof;a(Lha;Lha;Z)Lckt;
      intermediary method_30687 Lnet/minecraft/class_5478;method_30687(Lnet/minecraft/class_7871;Lnet/minecraft/class_7871;Z)Lnet/minecraft/class_1959;
      named createOldGrowthTaiga Lnet/minecraft/world/biome/OverworldBiomeCreator;createOldGrowthTaiga(Lnet/minecraft/registry/RegistryEntryLookup;Lnet/minecraft/registry/RegistryEntryLookup;Z)Lnet/minecraft/world/biome/Biome;
    • createSparseJungle

      public static Biome createSparseJungle(RegistryEntryLookup<PlacedFeature> featureLookup, RegistryEntryLookup<ConfiguredCarver<?>> carverLookup)
      Mappings:
      Namespace Name Mixin selector
      official a Lof;a(Lha;Lha;)Lckt;
      intermediary method_30703 Lnet/minecraft/class_5478;method_30703(Lnet/minecraft/class_7871;Lnet/minecraft/class_7871;)Lnet/minecraft/class_1959;
      named createSparseJungle Lnet/minecraft/world/biome/OverworldBiomeCreator;createSparseJungle(Lnet/minecraft/registry/RegistryEntryLookup;Lnet/minecraft/registry/RegistryEntryLookup;)Lnet/minecraft/world/biome/Biome;
    • createJungle

      public static Biome createJungle(RegistryEntryLookup<PlacedFeature> featureLookup, RegistryEntryLookup<ConfiguredCarver<?>> carverLookup)
      Mappings:
      Namespace Name Mixin selector
      official b Lof;b(Lha;Lha;)Lckt;
      intermediary method_30683 Lnet/minecraft/class_5478;method_30683(Lnet/minecraft/class_7871;Lnet/minecraft/class_7871;)Lnet/minecraft/class_1959;
      named createJungle Lnet/minecraft/world/biome/OverworldBiomeCreator;createJungle(Lnet/minecraft/registry/RegistryEntryLookup;Lnet/minecraft/registry/RegistryEntryLookup;)Lnet/minecraft/world/biome/Biome;
    • createNormalBambooJungle

      public static Biome createNormalBambooJungle(RegistryEntryLookup<PlacedFeature> featureLookup, RegistryEntryLookup<ConfiguredCarver<?>> carverLookup)
      Mappings:
      Namespace Name Mixin selector
      official c Lof;c(Lha;Lha;)Lckt;
      intermediary method_30714 Lnet/minecraft/class_5478;method_30714(Lnet/minecraft/class_7871;Lnet/minecraft/class_7871;)Lnet/minecraft/class_1959;
      named createNormalBambooJungle Lnet/minecraft/world/biome/OverworldBiomeCreator;createNormalBambooJungle(Lnet/minecraft/registry/RegistryEntryLookup;Lnet/minecraft/registry/RegistryEntryLookup;)Lnet/minecraft/world/biome/Biome;
    • createJungleFeatures

      private static Biome createJungleFeatures(RegistryEntryLookup<PlacedFeature> featureLookup, RegistryEntryLookup<ConfiguredCarver<?>> carverLookup, float depth, boolean bamboo, boolean sparse, boolean unmodified, SpawnSettings.Builder spawnSettings)
      Mappings:
      Namespace Name Mixin selector
      official a Lof;a(Lha;Lha;FZZZLclf$a;)Lckt;
      intermediary method_30695 Lnet/minecraft/class_5478;method_30695(Lnet/minecraft/class_7871;Lnet/minecraft/class_7871;FZZZLnet/minecraft/class_5483$class_5496;)Lnet/minecraft/class_1959;
      named createJungleFeatures Lnet/minecraft/world/biome/OverworldBiomeCreator;createJungleFeatures(Lnet/minecraft/registry/RegistryEntryLookup;Lnet/minecraft/registry/RegistryEntryLookup;FZZZLnet/minecraft/world/biome/SpawnSettings$Builder;)Lnet/minecraft/world/biome/Biome;
    • createWindsweptHills

      public static Biome createWindsweptHills(RegistryEntryLookup<PlacedFeature> featureLookup, RegistryEntryLookup<ConfiguredCarver<?>> carverLookup, boolean forest)
      Mappings:
      Namespace Name Mixin selector
      official b Lof;b(Lha;Lha;Z)Lckt;
      intermediary method_30690 Lnet/minecraft/class_5478;method_30690(Lnet/minecraft/class_7871;Lnet/minecraft/class_7871;Z)Lnet/minecraft/class_1959;
      named createWindsweptHills Lnet/minecraft/world/biome/OverworldBiomeCreator;createWindsweptHills(Lnet/minecraft/registry/RegistryEntryLookup;Lnet/minecraft/registry/RegistryEntryLookup;Z)Lnet/minecraft/world/biome/Biome;
    • createDesert

      public static Biome createDesert(RegistryEntryLookup<PlacedFeature> featureLookup, RegistryEntryLookup<ConfiguredCarver<?>> carverLookup)
      Mappings:
      Namespace Name Mixin selector
      official d Lof;d(Lha;Lha;)Lckt;
      intermediary method_30698 Lnet/minecraft/class_5478;method_30698(Lnet/minecraft/class_7871;Lnet/minecraft/class_7871;)Lnet/minecraft/class_1959;
      named createDesert Lnet/minecraft/world/biome/OverworldBiomeCreator;createDesert(Lnet/minecraft/registry/RegistryEntryLookup;Lnet/minecraft/registry/RegistryEntryLookup;)Lnet/minecraft/world/biome/Biome;
    • createPlains

      public static Biome createPlains(RegistryEntryLookup<PlacedFeature> featureLookup, RegistryEntryLookup<ConfiguredCarver<?>> carverLookup, boolean sunflower, boolean snowy, boolean iceSpikes)
      Mappings:
      Namespace Name Mixin selector
      official a Lof;a(Lha;Lha;ZZZ)Lckt;
      intermediary method_30701 Lnet/minecraft/class_5478;method_30701(Lnet/minecraft/class_7871;Lnet/minecraft/class_7871;ZZZ)Lnet/minecraft/class_1959;
      named createPlains Lnet/minecraft/world/biome/OverworldBiomeCreator;createPlains(Lnet/minecraft/registry/RegistryEntryLookup;Lnet/minecraft/registry/RegistryEntryLookup;ZZZ)Lnet/minecraft/world/biome/Biome;
    • createMushroomFields

      public static Biome createMushroomFields(RegistryEntryLookup<PlacedFeature> featureLookup, RegistryEntryLookup<ConfiguredCarver<?>> carverLookup)
      Mappings:
      Namespace Name Mixin selector
      official e Lof;e(Lha;Lha;)Lckt;
      intermediary method_30684 Lnet/minecraft/class_5478;method_30684(Lnet/minecraft/class_7871;Lnet/minecraft/class_7871;)Lnet/minecraft/class_1959;
      named createMushroomFields Lnet/minecraft/world/biome/OverworldBiomeCreator;createMushroomFields(Lnet/minecraft/registry/RegistryEntryLookup;Lnet/minecraft/registry/RegistryEntryLookup;)Lnet/minecraft/world/biome/Biome;
    • createSavanna

      public static Biome createSavanna(RegistryEntryLookup<PlacedFeature> featureLookup, RegistryEntryLookup<ConfiguredCarver<?>> carverLookup, boolean windswept, boolean plateau)
      Mappings:
      Namespace Name Mixin selector
      official a Lof;a(Lha;Lha;ZZ)Lckt;
      intermediary method_30694 Lnet/minecraft/class_5478;method_30694(Lnet/minecraft/class_7871;Lnet/minecraft/class_7871;ZZ)Lnet/minecraft/class_1959;
      named createSavanna Lnet/minecraft/world/biome/OverworldBiomeCreator;createSavanna(Lnet/minecraft/registry/RegistryEntryLookup;Lnet/minecraft/registry/RegistryEntryLookup;ZZ)Lnet/minecraft/world/biome/Biome;
    • createBadlands

      public static Biome createBadlands(RegistryEntryLookup<PlacedFeature> featureLookup, RegistryEntryLookup<ConfiguredCarver<?>> carverLookup, boolean plateau)
      Mappings:
      Namespace Name Mixin selector
      official c Lof;c(Lha;Lha;Z)Lckt;
      intermediary method_30696 Lnet/minecraft/class_5478;method_30696(Lnet/minecraft/class_7871;Lnet/minecraft/class_7871;Z)Lnet/minecraft/class_1959;
      named createBadlands Lnet/minecraft/world/biome/OverworldBiomeCreator;createBadlands(Lnet/minecraft/registry/RegistryEntryLookup;Lnet/minecraft/registry/RegistryEntryLookup;Z)Lnet/minecraft/world/biome/Biome;
    • createOcean

      private static Biome createOcean(SpawnSettings.Builder spawnSettings, int waterColor, int waterFogColor, GenerationSettings.LookupBackedBuilder generationSettings)
      Mappings:
      Namespace Name Mixin selector
      official a Lof;a(Lclf$a;IILcku$a;)Lckt;
      intermediary method_30692 Lnet/minecraft/class_5478;method_30692(Lnet/minecraft/class_5483$class_5496;IILnet/minecraft/class_5485$class_5495;)Lnet/minecraft/class_1959;
      named createOcean Lnet/minecraft/world/biome/OverworldBiomeCreator;createOcean(Lnet/minecraft/world/biome/SpawnSettings$Builder;IILnet/minecraft/world/biome/GenerationSettings$LookupBackedBuilder;)Lnet/minecraft/world/biome/Biome;
    • createOceanGenerationSettings

      private static GenerationSettings.LookupBackedBuilder createOceanGenerationSettings(RegistryEntryLookup<PlacedFeature> featureLookup, RegistryEntryLookup<ConfiguredCarver<?>> carverLookup)
      Mappings:
      Namespace Name Mixin selector
      official t Lof;t(Lha;Lha;)Lcku$a;
      intermediary method_31066 Lnet/minecraft/class_5478;method_31066(Lnet/minecraft/class_7871;Lnet/minecraft/class_7871;)Lnet/minecraft/class_5485$class_5495;
      named createOceanGenerationSettings Lnet/minecraft/world/biome/OverworldBiomeCreator;createOceanGenerationSettings(Lnet/minecraft/registry/RegistryEntryLookup;Lnet/minecraft/registry/RegistryEntryLookup;)Lnet/minecraft/world/biome/GenerationSettings$LookupBackedBuilder;
    • createColdOcean

      public static Biome createColdOcean(RegistryEntryLookup<PlacedFeature> featureLookup, RegistryEntryLookup<ConfiguredCarver<?>> carverLookup, boolean deep)
      Mappings:
      Namespace Name Mixin selector
      official d Lof;d(Lha;Lha;Z)Lckt;
      intermediary method_30702 Lnet/minecraft/class_5478;method_30702(Lnet/minecraft/class_7871;Lnet/minecraft/class_7871;Z)Lnet/minecraft/class_1959;
      named createColdOcean Lnet/minecraft/world/biome/OverworldBiomeCreator;createColdOcean(Lnet/minecraft/registry/RegistryEntryLookup;Lnet/minecraft/registry/RegistryEntryLookup;Z)Lnet/minecraft/world/biome/Biome;
    • createNormalOcean

      public static Biome createNormalOcean(RegistryEntryLookup<PlacedFeature> featureLookup, RegistryEntryLookup<ConfiguredCarver<?>> carverLookup, boolean deep)
      Mappings:
      Namespace Name Mixin selector
      official e Lof;e(Lha;Lha;Z)Lckt;
      intermediary method_30706 Lnet/minecraft/class_5478;method_30706(Lnet/minecraft/class_7871;Lnet/minecraft/class_7871;Z)Lnet/minecraft/class_1959;
      named createNormalOcean Lnet/minecraft/world/biome/OverworldBiomeCreator;createNormalOcean(Lnet/minecraft/registry/RegistryEntryLookup;Lnet/minecraft/registry/RegistryEntryLookup;Z)Lnet/minecraft/world/biome/Biome;
    • createLukewarmOcean

      public static Biome createLukewarmOcean(RegistryEntryLookup<PlacedFeature> featureLookup, RegistryEntryLookup<ConfiguredCarver<?>> carverLookup, boolean deep)
      Mappings:
      Namespace Name Mixin selector
      official f Lof;f(Lha;Lha;Z)Lckt;
      intermediary method_30709 Lnet/minecraft/class_5478;method_30709(Lnet/minecraft/class_7871;Lnet/minecraft/class_7871;Z)Lnet/minecraft/class_1959;
      named createLukewarmOcean Lnet/minecraft/world/biome/OverworldBiomeCreator;createLukewarmOcean(Lnet/minecraft/registry/RegistryEntryLookup;Lnet/minecraft/registry/RegistryEntryLookup;Z)Lnet/minecraft/world/biome/Biome;
    • createWarmOcean

      public static Biome createWarmOcean(RegistryEntryLookup<PlacedFeature> featureLookup, RegistryEntryLookup<ConfiguredCarver<?>> carverLookup)
      Mappings:
      Namespace Name Mixin selector
      official f Lof;f(Lha;Lha;)Lckt;
      intermediary method_30723 Lnet/minecraft/class_5478;method_30723(Lnet/minecraft/class_7871;Lnet/minecraft/class_7871;)Lnet/minecraft/class_1959;
      named createWarmOcean Lnet/minecraft/world/biome/OverworldBiomeCreator;createWarmOcean(Lnet/minecraft/registry/RegistryEntryLookup;Lnet/minecraft/registry/RegistryEntryLookup;)Lnet/minecraft/world/biome/Biome;
    • createFrozenOcean

      public static Biome createFrozenOcean(RegistryEntryLookup<PlacedFeature> featureLookup, RegistryEntryLookup<ConfiguredCarver<?>> carverLookup, boolean deep)
      Mappings:
      Namespace Name Mixin selector
      official g Lof;g(Lha;Lha;Z)Lckt;
      intermediary method_30712 Lnet/minecraft/class_5478;method_30712(Lnet/minecraft/class_7871;Lnet/minecraft/class_7871;Z)Lnet/minecraft/class_1959;
      named createFrozenOcean Lnet/minecraft/world/biome/OverworldBiomeCreator;createFrozenOcean(Lnet/minecraft/registry/RegistryEntryLookup;Lnet/minecraft/registry/RegistryEntryLookup;Z)Lnet/minecraft/world/biome/Biome;
    • createNormalForest

      public static Biome createNormalForest(RegistryEntryLookup<PlacedFeature> featureLookup, RegistryEntryLookup<ConfiguredCarver<?>> carverLookup, boolean birch, boolean oldGrowth, boolean flower)
      Mappings:
      Namespace Name Mixin selector
      official b Lof;b(Lha;Lha;ZZZ)Lckt;
      intermediary method_30704 Lnet/minecraft/class_5478;method_30704(Lnet/minecraft/class_7871;Lnet/minecraft/class_7871;ZZZ)Lnet/minecraft/class_1959;
      named createNormalForest Lnet/minecraft/world/biome/OverworldBiomeCreator;createNormalForest(Lnet/minecraft/registry/RegistryEntryLookup;Lnet/minecraft/registry/RegistryEntryLookup;ZZZ)Lnet/minecraft/world/biome/Biome;
    • createTaiga

      public static Biome createTaiga(RegistryEntryLookup<PlacedFeature> featureLookup, RegistryEntryLookup<ConfiguredCarver<?>> carverLookup, boolean snowy)
      Mappings:
      Namespace Name Mixin selector
      official h Lof;h(Lha;Lha;Z)Lckt;
      intermediary method_30699 Lnet/minecraft/class_5478;method_30699(Lnet/minecraft/class_7871;Lnet/minecraft/class_7871;Z)Lnet/minecraft/class_1959;
      named createTaiga Lnet/minecraft/world/biome/OverworldBiomeCreator;createTaiga(Lnet/minecraft/registry/RegistryEntryLookup;Lnet/minecraft/registry/RegistryEntryLookup;Z)Lnet/minecraft/world/biome/Biome;
    • createDarkForest

      public static Biome createDarkForest(RegistryEntryLookup<PlacedFeature> featureLookup, RegistryEntryLookup<ConfiguredCarver<?>> carverLookup)
      Mappings:
      Namespace Name Mixin selector
      official g Lof;g(Lha;Lha;)Lckt;
      intermediary method_30705 Lnet/minecraft/class_5478;method_30705(Lnet/minecraft/class_7871;Lnet/minecraft/class_7871;)Lnet/minecraft/class_1959;
      named createDarkForest Lnet/minecraft/world/biome/OverworldBiomeCreator;createDarkForest(Lnet/minecraft/registry/RegistryEntryLookup;Lnet/minecraft/registry/RegistryEntryLookup;)Lnet/minecraft/world/biome/Biome;
    • createSwamp

      public static Biome createSwamp(RegistryEntryLookup<PlacedFeature> featureLookup, RegistryEntryLookup<ConfiguredCarver<?>> carverLookup)
      Mappings:
      Namespace Name Mixin selector
      official h Lof;h(Lha;Lha;)Lckt;
      intermediary method_30708 Lnet/minecraft/class_5478;method_30708(Lnet/minecraft/class_7871;Lnet/minecraft/class_7871;)Lnet/minecraft/class_1959;
      named createSwamp Lnet/minecraft/world/biome/OverworldBiomeCreator;createSwamp(Lnet/minecraft/registry/RegistryEntryLookup;Lnet/minecraft/registry/RegistryEntryLookup;)Lnet/minecraft/world/biome/Biome;
    • createMangroveSwamp

      public static Biome createMangroveSwamp(RegistryEntryLookup<PlacedFeature> featureLookup, RegistryEntryLookup<ConfiguredCarver<?>> carverLookup)
      Mappings:
      Namespace Name Mixin selector
      official i Lof;i(Lha;Lha;)Lckt;
      intermediary method_43232 Lnet/minecraft/class_5478;method_43232(Lnet/minecraft/class_7871;Lnet/minecraft/class_7871;)Lnet/minecraft/class_1959;
      named createMangroveSwamp Lnet/minecraft/world/biome/OverworldBiomeCreator;createMangroveSwamp(Lnet/minecraft/registry/RegistryEntryLookup;Lnet/minecraft/registry/RegistryEntryLookup;)Lnet/minecraft/world/biome/Biome;
    • createRiver

      public static Biome createRiver(RegistryEntryLookup<PlacedFeature> featureLookup, RegistryEntryLookup<ConfiguredCarver<?>> carverLookup, boolean frozen)
      Mappings:
      Namespace Name Mixin selector
      official i Lof;i(Lha;Lha;Z)Lckt;
      intermediary method_30686 Lnet/minecraft/class_5478;method_30686(Lnet/minecraft/class_7871;Lnet/minecraft/class_7871;Z)Lnet/minecraft/class_1959;
      named createRiver Lnet/minecraft/world/biome/OverworldBiomeCreator;createRiver(Lnet/minecraft/registry/RegistryEntryLookup;Lnet/minecraft/registry/RegistryEntryLookup;Z)Lnet/minecraft/world/biome/Biome;
    • createBeach

      public static Biome createBeach(RegistryEntryLookup<PlacedFeature> featureLookup, RegistryEntryLookup<ConfiguredCarver<?>> carverLookup, boolean snowy, boolean stony)
      Mappings:
      Namespace Name Mixin selector
      official b Lof;b(Lha;Lha;ZZ)Lckt;
      intermediary method_30685 Lnet/minecraft/class_5478;method_30685(Lnet/minecraft/class_7871;Lnet/minecraft/class_7871;ZZ)Lnet/minecraft/class_1959;
      named createBeach Lnet/minecraft/world/biome/OverworldBiomeCreator;createBeach(Lnet/minecraft/registry/RegistryEntryLookup;Lnet/minecraft/registry/RegistryEntryLookup;ZZ)Lnet/minecraft/world/biome/Biome;
    • createTheVoid

      public static Biome createTheVoid(RegistryEntryLookup<PlacedFeature> featureLookup, RegistryEntryLookup<ConfiguredCarver<?>> carverLookup)
      Mappings:
      Namespace Name Mixin selector
      official j Lof;j(Lha;Lha;)Lckt;
      intermediary method_30726 Lnet/minecraft/class_5478;method_30726(Lnet/minecraft/class_7871;Lnet/minecraft/class_7871;)Lnet/minecraft/class_1959;
      named createTheVoid Lnet/minecraft/world/biome/OverworldBiomeCreator;createTheVoid(Lnet/minecraft/registry/RegistryEntryLookup;Lnet/minecraft/registry/RegistryEntryLookup;)Lnet/minecraft/world/biome/Biome;
    • createMeadow

      public static Biome createMeadow(RegistryEntryLookup<PlacedFeature> featureLookup, RegistryEntryLookup<ConfiguredCarver<?>> carverLookup)
      Mappings:
      Namespace Name Mixin selector
      official k Lof;k(Lha;Lha;)Lckt;
      intermediary method_38574 Lnet/minecraft/class_5478;method_38574(Lnet/minecraft/class_7871;Lnet/minecraft/class_7871;)Lnet/minecraft/class_1959;
      named createMeadow Lnet/minecraft/world/biome/OverworldBiomeCreator;createMeadow(Lnet/minecraft/registry/RegistryEntryLookup;Lnet/minecraft/registry/RegistryEntryLookup;)Lnet/minecraft/world/biome/Biome;
    • createFrozenPeaks

      public static Biome createFrozenPeaks(RegistryEntryLookup<PlacedFeature> featureLookup, RegistryEntryLookup<ConfiguredCarver<?>> carverLookup)
      Mappings:
      Namespace Name Mixin selector
      official l Lof;l(Lha;Lha;)Lckt;
      intermediary method_38575 Lnet/minecraft/class_5478;method_38575(Lnet/minecraft/class_7871;Lnet/minecraft/class_7871;)Lnet/minecraft/class_1959;
      named createFrozenPeaks Lnet/minecraft/world/biome/OverworldBiomeCreator;createFrozenPeaks(Lnet/minecraft/registry/RegistryEntryLookup;Lnet/minecraft/registry/RegistryEntryLookup;)Lnet/minecraft/world/biome/Biome;
    • createJaggedPeaks

      public static Biome createJaggedPeaks(RegistryEntryLookup<PlacedFeature> featureLookup, RegistryEntryLookup<ConfiguredCarver<?>> carverLookup)
      Mappings:
      Namespace Name Mixin selector
      official m Lof;m(Lha;Lha;)Lckt;
      intermediary method_38576 Lnet/minecraft/class_5478;method_38576(Lnet/minecraft/class_7871;Lnet/minecraft/class_7871;)Lnet/minecraft/class_1959;
      named createJaggedPeaks Lnet/minecraft/world/biome/OverworldBiomeCreator;createJaggedPeaks(Lnet/minecraft/registry/RegistryEntryLookup;Lnet/minecraft/registry/RegistryEntryLookup;)Lnet/minecraft/world/biome/Biome;
    • createStonyPeaks

      public static Biome createStonyPeaks(RegistryEntryLookup<PlacedFeature> featureLookup, RegistryEntryLookup<ConfiguredCarver<?>> carverLookup)
      Mappings:
      Namespace Name Mixin selector
      official n Lof;n(Lha;Lha;)Lckt;
      intermediary method_38577 Lnet/minecraft/class_5478;method_38577(Lnet/minecraft/class_7871;Lnet/minecraft/class_7871;)Lnet/minecraft/class_1959;
      named createStonyPeaks Lnet/minecraft/world/biome/OverworldBiomeCreator;createStonyPeaks(Lnet/minecraft/registry/RegistryEntryLookup;Lnet/minecraft/registry/RegistryEntryLookup;)Lnet/minecraft/world/biome/Biome;
    • createSnowySlopes

      public static Biome createSnowySlopes(RegistryEntryLookup<PlacedFeature> featureLookup, RegistryEntryLookup<ConfiguredCarver<?>> carverLookup)
      Mappings:
      Namespace Name Mixin selector
      official o Lof;o(Lha;Lha;)Lckt;
      intermediary method_38578 Lnet/minecraft/class_5478;method_38578(Lnet/minecraft/class_7871;Lnet/minecraft/class_7871;)Lnet/minecraft/class_1959;
      named createSnowySlopes Lnet/minecraft/world/biome/OverworldBiomeCreator;createSnowySlopes(Lnet/minecraft/registry/RegistryEntryLookup;Lnet/minecraft/registry/RegistryEntryLookup;)Lnet/minecraft/world/biome/Biome;
    • createGrove

      public static Biome createGrove(RegistryEntryLookup<PlacedFeature> featureLookup, RegistryEntryLookup<ConfiguredCarver<?>> carverLookup)
      Mappings:
      Namespace Name Mixin selector
      official p Lof;p(Lha;Lha;)Lckt;
      intermediary method_38579 Lnet/minecraft/class_5478;method_38579(Lnet/minecraft/class_7871;Lnet/minecraft/class_7871;)Lnet/minecraft/class_1959;
      named createGrove Lnet/minecraft/world/biome/OverworldBiomeCreator;createGrove(Lnet/minecraft/registry/RegistryEntryLookup;Lnet/minecraft/registry/RegistryEntryLookup;)Lnet/minecraft/world/biome/Biome;
    • createLushCaves

      public static Biome createLushCaves(RegistryEntryLookup<PlacedFeature> featureLookup, RegistryEntryLookup<ConfiguredCarver<?>> carverLookup)
      Mappings:
      Namespace Name Mixin selector
      official q Lof;q(Lha;Lha;)Lckt;
      intermediary method_34674 Lnet/minecraft/class_5478;method_34674(Lnet/minecraft/class_7871;Lnet/minecraft/class_7871;)Lnet/minecraft/class_1959;
      named createLushCaves Lnet/minecraft/world/biome/OverworldBiomeCreator;createLushCaves(Lnet/minecraft/registry/RegistryEntryLookup;Lnet/minecraft/registry/RegistryEntryLookup;)Lnet/minecraft/world/biome/Biome;
    • createDripstoneCaves

      public static Biome createDripstoneCaves(RegistryEntryLookup<PlacedFeature> featureLookup, RegistryEntryLookup<ConfiguredCarver<?>> carverLookup)
      Mappings:
      Namespace Name Mixin selector
      official r Lof;r(Lha;Lha;)Lckt;
      intermediary method_33132 Lnet/minecraft/class_5478;method_33132(Lnet/minecraft/class_7871;Lnet/minecraft/class_7871;)Lnet/minecraft/class_1959;
      named createDripstoneCaves Lnet/minecraft/world/biome/OverworldBiomeCreator;createDripstoneCaves(Lnet/minecraft/registry/RegistryEntryLookup;Lnet/minecraft/registry/RegistryEntryLookup;)Lnet/minecraft/world/biome/Biome;
    • createDeepDark

      public static Biome createDeepDark(RegistryEntryLookup<PlacedFeature> featureLookup, RegistryEntryLookup<ConfiguredCarver<?>> carverLookup)
      Mappings:
      Namespace Name Mixin selector
      official s Lof;s(Lha;Lha;)Lckt;
      intermediary method_42061 Lnet/minecraft/class_5478;method_42061(Lnet/minecraft/class_7871;Lnet/minecraft/class_7871;)Lnet/minecraft/class_1959;
      named createDeepDark Lnet/minecraft/world/biome/OverworldBiomeCreator;createDeepDark(Lnet/minecraft/registry/RegistryEntryLookup;Lnet/minecraft/registry/RegistryEntryLookup;)Lnet/minecraft/world/biome/Biome;