Class DefaultBiomeCreator

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

public class DefaultBiomeCreator extends Object
Mappings:
Namespace Name
official lo
intermediary net/minecraft/class_5478
named net/minecraft/world/biome/DefaultBiomeCreator
  • Constructor Details

    • DefaultBiomeCreator

      public DefaultBiomeCreator()
  • Method Details

    • getSkyColor

      private static int getSkyColor(float temperature)
      Mappings:
      Namespace Name Mixin selector
      official a Llo;a(F)I
      intermediary method_30932 Lnet/minecraft/class_5478;method_30932(F)I
      named getSkyColor Lnet/minecraft/world/biome/DefaultBiomeCreator;getSkyColor(F)I
    • createGiantTreeTaiga

      public static Biome createGiantTreeTaiga(float depth, boolean spruce)
      Mappings:
      Namespace Name Mixin selector
      official a Llo;a(FZ)Lbzm;
      intermediary method_30687 Lnet/minecraft/class_5478;method_30687(FZ)Lnet/minecraft/class_1959;
      named createGiantTreeTaiga Lnet/minecraft/world/biome/DefaultBiomeCreator;createGiantTreeTaiga(FZ)Lnet/minecraft/world/biome/Biome;
    • createBirchForest

      public static Biome createBirchForest(boolean tall)
      Mappings:
      Namespace Name Mixin selector
      official a Llo;a(Z)Lbzm;
      intermediary method_30691 Lnet/minecraft/class_5478;method_30691(Z)Lnet/minecraft/class_1959;
      named createBirchForest Lnet/minecraft/world/biome/DefaultBiomeCreator;createBirchForest(Z)Lnet/minecraft/world/biome/Biome;
    • createJungle

      public static Biome createJungle()
      Mappings:
      Namespace Name Mixin selector
      official a Llo;a()Lbzm;
      intermediary method_30683 Lnet/minecraft/class_5478;method_30683()Lnet/minecraft/class_1959;
      named createJungle Lnet/minecraft/world/biome/DefaultBiomeCreator;createJungle()Lnet/minecraft/world/biome/Biome;
    • createJungleEdge

      public static Biome createJungleEdge()
      Mappings:
      Namespace Name Mixin selector
      official b Llo;b()Lbzm;
      intermediary method_30703 Lnet/minecraft/class_5478;method_30703()Lnet/minecraft/class_1959;
      named createJungleEdge Lnet/minecraft/world/biome/DefaultBiomeCreator;createJungleEdge()Lnet/minecraft/world/biome/Biome;
    • createModifiedJungleEdge

      public static Biome createModifiedJungleEdge()
      Mappings:
      Namespace Name Mixin selector
      official c Llo;c()Lbzm;
      intermediary method_30707 Lnet/minecraft/class_5478;method_30707()Lnet/minecraft/class_1959;
      named createModifiedJungleEdge Lnet/minecraft/world/biome/DefaultBiomeCreator;createModifiedJungleEdge()Lnet/minecraft/world/biome/Biome;
    • createModifiedJungle

      public static Biome createModifiedJungle()
      Mappings:
      Namespace Name Mixin selector
      official d Llo;d()Lbzm;
      intermediary method_30710 Lnet/minecraft/class_5478;method_30710()Lnet/minecraft/class_1959;
      named createModifiedJungle Lnet/minecraft/world/biome/DefaultBiomeCreator;createModifiedJungle()Lnet/minecraft/world/biome/Biome;
    • createJungleHills

      public static Biome createJungleHills()
      Mappings:
      Namespace Name Mixin selector
      official e Llo;e()Lbzm;
      intermediary method_30713 Lnet/minecraft/class_5478;method_30713()Lnet/minecraft/class_1959;
      named createJungleHills Lnet/minecraft/world/biome/DefaultBiomeCreator;createJungleHills()Lnet/minecraft/world/biome/Biome;
    • createNormalBambooJungle

      public static Biome createNormalBambooJungle()
      Mappings:
      Namespace Name Mixin selector
      official f Llo;f()Lbzm;
      intermediary method_30714 Lnet/minecraft/class_5478;method_30714()Lnet/minecraft/class_1959;
      named createNormalBambooJungle Lnet/minecraft/world/biome/DefaultBiomeCreator;createNormalBambooJungle()Lnet/minecraft/world/biome/Biome;
    • createBambooJungleHills

      public static Biome createBambooJungleHills()
      Mappings:
      Namespace Name Mixin selector
      official g Llo;g()Lbzm;
      intermediary method_30715 Lnet/minecraft/class_5478;method_30715()Lnet/minecraft/class_1959;
      named createBambooJungleHills Lnet/minecraft/world/biome/DefaultBiomeCreator;createBambooJungleHills()Lnet/minecraft/world/biome/Biome;
    • createJungle

      private static Biome createJungle(int parrotWeight, int parrotGroupSize, int ocelotGroupSize)
      Mappings:
      Namespace Name Mixin selector
      official a Llo;a(III)Lbzm;
      intermediary method_30689 Lnet/minecraft/class_5478;method_30689(III)Lnet/minecraft/class_1959;
      named createJungle Lnet/minecraft/world/biome/DefaultBiomeCreator;createJungle(III)Lnet/minecraft/world/biome/Biome;
    • createBambooJungle

      private static Biome createBambooJungle(int parrotWeight, int parrotGroupSize)
      Mappings:
      Namespace Name Mixin selector
      official a Llo;a(II)Lbzm;
      intermediary method_30688 Lnet/minecraft/class_5478;method_30688(II)Lnet/minecraft/class_1959;
      named createBambooJungle Lnet/minecraft/world/biome/DefaultBiomeCreator;createBambooJungle(II)Lnet/minecraft/world/biome/Biome;
    • createJungleFeatures

      private static Biome createJungleFeatures(float depth, boolean bamboo, boolean edge, boolean unmodified, SpawnSettings.Builder builder)
      Mappings:
      Namespace Name Mixin selector
      official a Llo;a(FZZZLbzv$a;)Lbzm;
      intermediary method_30695 Lnet/minecraft/class_5478;method_30695(FZZZLnet/minecraft/class_5483$class_5496;)Lnet/minecraft/class_1959;
      named createJungleFeatures Lnet/minecraft/world/biome/DefaultBiomeCreator;createJungleFeatures(FZZZLnet/minecraft/world/biome/SpawnSettings$Builder;)Lnet/minecraft/world/biome/Biome;
    • createMountains

      public static Biome createMountains(ConfiguredSurfaceBuilder<TernarySurfaceConfig> surfaceBuilder, boolean extraTrees)
      Mappings:
      Namespace Name Mixin selector
      official a Llo;a(Ldfl;Z)Lbzm;
      intermediary method_30690 Lnet/minecraft/class_5478;method_30690(Lnet/minecraft/class_3504;Z)Lnet/minecraft/class_1959;
      named createMountains Lnet/minecraft/world/biome/DefaultBiomeCreator;createMountains(Lnet/minecraft/world/gen/surfacebuilder/ConfiguredSurfaceBuilder;Z)Lnet/minecraft/world/biome/Biome;
    • createDesert

      public static Biome createDesert(boolean villages)
      Mappings:
      Namespace Name Mixin selector
      official b Llo;b(Z)Lbzm;
      intermediary method_30698 Lnet/minecraft/class_5478;method_30698(Z)Lnet/minecraft/class_1959;
      named createDesert Lnet/minecraft/world/biome/DefaultBiomeCreator;createDesert(Z)Lnet/minecraft/world/biome/Biome;
    • createPlains

      public static Biome createPlains(boolean sunflower)
      Mappings:
      Namespace Name Mixin selector
      official c Llo;c(Z)Lbzm;
      intermediary method_30701 Lnet/minecraft/class_5478;method_30701(Z)Lnet/minecraft/class_1959;
      named createPlains Lnet/minecraft/world/biome/DefaultBiomeCreator;createPlains(Z)Lnet/minecraft/world/biome/Biome;
    • composeEndSpawnSettings

      private static Biome composeEndSpawnSettings(GenerationSettings.Builder builder)
      Mappings:
      Namespace Name Mixin selector
      official a Llo;a(Lbzn$a;)Lbzm;
      intermediary method_31065 Lnet/minecraft/class_5478;method_31065(Lnet/minecraft/class_5485$class_5495;)Lnet/minecraft/class_1959;
      named composeEndSpawnSettings Lnet/minecraft/world/biome/DefaultBiomeCreator;composeEndSpawnSettings(Lnet/minecraft/world/biome/GenerationSettings$Builder;)Lnet/minecraft/world/biome/Biome;
    • createEndBarrens

      public static Biome createEndBarrens()
      Mappings:
      Namespace Name Mixin selector
      official h Llo;h()Lbzm;
      intermediary method_30716 Lnet/minecraft/class_5478;method_30716()Lnet/minecraft/class_1959;
      named createEndBarrens Lnet/minecraft/world/biome/DefaultBiomeCreator;createEndBarrens()Lnet/minecraft/world/biome/Biome;
    • createTheEnd

      public static Biome createTheEnd()
      Mappings:
      Namespace Name Mixin selector
      official i Llo;i()Lbzm;
      intermediary method_30717 Lnet/minecraft/class_5478;method_30717()Lnet/minecraft/class_1959;
      named createTheEnd Lnet/minecraft/world/biome/DefaultBiomeCreator;createTheEnd()Lnet/minecraft/world/biome/Biome;
    • createEndMidlands

      public static Biome createEndMidlands()
      Mappings:
      Namespace Name Mixin selector
      official j Llo;j()Lbzm;
      intermediary method_30718 Lnet/minecraft/class_5478;method_30718()Lnet/minecraft/class_1959;
      named createEndMidlands Lnet/minecraft/world/biome/DefaultBiomeCreator;createEndMidlands()Lnet/minecraft/world/biome/Biome;
    • createEndHighlands

      public static Biome createEndHighlands()
      Mappings:
      Namespace Name Mixin selector
      official k Llo;k()Lbzm;
      intermediary method_30719 Lnet/minecraft/class_5478;method_30719()Lnet/minecraft/class_1959;
      named createEndHighlands Lnet/minecraft/world/biome/DefaultBiomeCreator;createEndHighlands()Lnet/minecraft/world/biome/Biome;
    • createSmallEndIslands

      public static Biome createSmallEndIslands()
      Mappings:
      Namespace Name Mixin selector
      official l Llo;l()Lbzm;
      intermediary method_30720 Lnet/minecraft/class_5478;method_30720()Lnet/minecraft/class_1959;
      named createSmallEndIslands Lnet/minecraft/world/biome/DefaultBiomeCreator;createSmallEndIslands()Lnet/minecraft/world/biome/Biome;
    • createMushroomFields

      public static Biome createMushroomFields()
      Mappings:
      Namespace Name Mixin selector
      official m Llo;m()Lbzm;
      intermediary method_30684 Lnet/minecraft/class_5478;method_30684()Lnet/minecraft/class_1959;
      named createMushroomFields Lnet/minecraft/world/biome/DefaultBiomeCreator;createMushroomFields()Lnet/minecraft/world/biome/Biome;
    • composeSavannaGenerationSettings

      private static Biome composeSavannaGenerationSettings(float depth, boolean mountains, SpawnSettings.Builder builder)
      Mappings:
      Namespace Name Mixin selector
      official a Llo;a(FZLbzv$a;)Lbzm;
      intermediary method_31067 Lnet/minecraft/class_5478;method_31067(FZLnet/minecraft/class_5483$class_5496;)Lnet/minecraft/class_1959;
      named composeSavannaGenerationSettings Lnet/minecraft/world/biome/DefaultBiomeCreator;composeSavannaGenerationSettings(FZLnet/minecraft/world/biome/SpawnSettings$Builder;)Lnet/minecraft/world/biome/Biome;
    • createSavanna

      public static Biome createSavanna(float depth, boolean mountains)
      Mappings:
      Namespace Name Mixin selector
      official b Llo;b(FZ)Lbzm;
      intermediary method_30694 Lnet/minecraft/class_5478;method_30694(FZ)Lnet/minecraft/class_1959;
      named createSavanna Lnet/minecraft/world/biome/DefaultBiomeCreator;createSavanna(FZ)Lnet/minecraft/world/biome/Biome;
    • createSavannaSpawnSettings

      private static SpawnSettings.Builder createSavannaSpawnSettings()
      Mappings:
      Namespace Name Mixin selector
      official J Llo;J()Lbzv$a;
      intermediary method_31068 Lnet/minecraft/class_5478;method_31068()Lnet/minecraft/class_5483$class_5496;
      named createSavannaSpawnSettings Lnet/minecraft/world/biome/DefaultBiomeCreator;createSavannaSpawnSettings()Lnet/minecraft/world/biome/SpawnSettings$Builder;
    • createSavannaPlateau

      public static Biome createSavannaPlateau()
      Mappings:
      Namespace Name Mixin selector
      official n Llo;n()Lbzm;
      intermediary method_30721 Lnet/minecraft/class_5478;method_30721()Lnet/minecraft/class_1959;
      named createSavannaPlateau Lnet/minecraft/world/biome/DefaultBiomeCreator;createSavannaPlateau()Lnet/minecraft/world/biome/Biome;
    • createBadlands

      private static Biome createBadlands(ConfiguredSurfaceBuilder<TernarySurfaceConfig> surfaceBuilder, boolean mountains)
      Mappings:
      Namespace Name Mixin selector
      official b Llo;b(Ldfl;Z)Lbzm;
      intermediary method_30700 Lnet/minecraft/class_5478;method_30700(Lnet/minecraft/class_3504;Z)Lnet/minecraft/class_1959;
      named createBadlands Lnet/minecraft/world/biome/DefaultBiomeCreator;createBadlands(Lnet/minecraft/world/gen/surfacebuilder/ConfiguredSurfaceBuilder;Z)Lnet/minecraft/world/biome/Biome;
    • createNormalBadlands

      public static Biome createNormalBadlands()
      Mappings:
      Namespace Name Mixin selector
      official o Llo;o()Lbzm;
      intermediary method_30696 Lnet/minecraft/class_5478;method_30696()Lnet/minecraft/class_1959;
      named createNormalBadlands Lnet/minecraft/world/biome/DefaultBiomeCreator;createNormalBadlands()Lnet/minecraft/world/biome/Biome;
    • createWoodedBadlandsPlateau

      public static Biome createWoodedBadlandsPlateau()
      Mappings:
      Namespace Name Mixin selector
      official p Llo;p()Lbzm;
      intermediary method_30693 Lnet/minecraft/class_5478;method_30693()Lnet/minecraft/class_1959;
      named createWoodedBadlandsPlateau Lnet/minecraft/world/biome/DefaultBiomeCreator;createWoodedBadlandsPlateau()Lnet/minecraft/world/biome/Biome;
    • createErodedBadlands

      public static Biome createErodedBadlands()
      Mappings:
      Namespace Name Mixin selector
      official q Llo;q()Lbzm;
      intermediary method_30722 Lnet/minecraft/class_5478;method_30722()Lnet/minecraft/class_1959;
      named createErodedBadlands Lnet/minecraft/world/biome/DefaultBiomeCreator;createErodedBadlands()Lnet/minecraft/world/biome/Biome;
    • createOcean

      private static Biome createOcean(SpawnSettings.Builder spawnSettings, int waterColor, int waterFogColor, GenerationSettings.Builder builder)
      Mappings:
      Namespace Name Mixin selector
      official a Llo;a(Lbzv$a;IILbzn$a;)Lbzm;
      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/DefaultBiomeCreator;createOcean(Lnet/minecraft/world/biome/SpawnSettings$Builder;IILnet/minecraft/world/biome/GenerationSettings$Builder;)Lnet/minecraft/world/biome/Biome;
    • createOceanGenerationSettings

      private static GenerationSettings.Builder createOceanGenerationSettings(ConfiguredSurfaceBuilder<TernarySurfaceConfig> surfaceBuilder)
      Mappings:
      Namespace Name Mixin selector
      official a Llo;a(Ldfl;)Lbzn$a;
      intermediary method_31066 Lnet/minecraft/class_5478;method_31066(Lnet/minecraft/class_3504;)Lnet/minecraft/class_5485$class_5495;
      named createOceanGenerationSettings Lnet/minecraft/world/biome/DefaultBiomeCreator;createOceanGenerationSettings(Lnet/minecraft/world/gen/surfacebuilder/ConfiguredSurfaceBuilder;)Lnet/minecraft/world/biome/GenerationSettings$Builder;
    • createColdOcean

      public static Biome createColdOcean(boolean deep)
      Mappings:
      Namespace Name Mixin selector
      official d Llo;d(Z)Lbzm;
      intermediary method_30702 Lnet/minecraft/class_5478;method_30702(Z)Lnet/minecraft/class_1959;
      named createColdOcean Lnet/minecraft/world/biome/DefaultBiomeCreator;createColdOcean(Z)Lnet/minecraft/world/biome/Biome;
    • createNormalOcean

      public static Biome createNormalOcean(boolean deep)
      Mappings:
      Namespace Name Mixin selector
      official e Llo;e(Z)Lbzm;
      intermediary method_30706 Lnet/minecraft/class_5478;method_30706(Z)Lnet/minecraft/class_1959;
      named createNormalOcean Lnet/minecraft/world/biome/DefaultBiomeCreator;createNormalOcean(Z)Lnet/minecraft/world/biome/Biome;
    • createLukewarmOcean

      public static Biome createLukewarmOcean(boolean deep)
      Mappings:
      Namespace Name Mixin selector
      official f Llo;f(Z)Lbzm;
      intermediary method_30709 Lnet/minecraft/class_5478;method_30709(Z)Lnet/minecraft/class_1959;
      named createLukewarmOcean Lnet/minecraft/world/biome/DefaultBiomeCreator;createLukewarmOcean(Z)Lnet/minecraft/world/biome/Biome;
    • createWarmOcean

      public static Biome createWarmOcean()
      Mappings:
      Namespace Name Mixin selector
      official r Llo;r()Lbzm;
      intermediary method_30723 Lnet/minecraft/class_5478;method_30723()Lnet/minecraft/class_1959;
      named createWarmOcean Lnet/minecraft/world/biome/DefaultBiomeCreator;createWarmOcean()Lnet/minecraft/world/biome/Biome;
    • createDeepWarmOcean

      public static Biome createDeepWarmOcean()
      Mappings:
      Namespace Name Mixin selector
      official s Llo;s()Lbzm;
      intermediary method_30724 Lnet/minecraft/class_5478;method_30724()Lnet/minecraft/class_1959;
      named createDeepWarmOcean Lnet/minecraft/world/biome/DefaultBiomeCreator;createDeepWarmOcean()Lnet/minecraft/world/biome/Biome;
    • createFrozenOcean

      public static Biome createFrozenOcean(boolean monument)
      Mappings:
      Namespace Name Mixin selector
      official g Llo;g(Z)Lbzm;
      intermediary method_30712 Lnet/minecraft/class_5478;method_30712(Z)Lnet/minecraft/class_1959;
      named createFrozenOcean Lnet/minecraft/world/biome/DefaultBiomeCreator;createFrozenOcean(Z)Lnet/minecraft/world/biome/Biome;
    • createForest

      private static Biome createForest(boolean flower, SpawnSettings.Builder builder)
      Mappings:
      Namespace Name Mixin selector
      official a Llo;a(ZLbzv$a;)Lbzm;
      intermediary method_30711 Lnet/minecraft/class_5478;method_30711(ZLnet/minecraft/class_5483$class_5496;)Lnet/minecraft/class_1959;
      named createForest Lnet/minecraft/world/biome/DefaultBiomeCreator;createForest(ZLnet/minecraft/world/biome/SpawnSettings$Builder;)Lnet/minecraft/world/biome/Biome;
    • createForestSpawnSettings

      private static SpawnSettings.Builder createForestSpawnSettings()
      Mappings:
      Namespace Name Mixin selector
      official K Llo;K()Lbzv$a;
      intermediary method_31069 Lnet/minecraft/class_5478;method_31069()Lnet/minecraft/class_5483$class_5496;
      named createForestSpawnSettings Lnet/minecraft/world/biome/DefaultBiomeCreator;createForestSpawnSettings()Lnet/minecraft/world/biome/SpawnSettings$Builder;
    • createNormalForest

      public static Biome createNormalForest()
      Mappings:
      Namespace Name Mixin selector
      official t Llo;t()Lbzm;
      intermediary method_30704 Lnet/minecraft/class_5478;method_30704()Lnet/minecraft/class_1959;
      named createNormalForest Lnet/minecraft/world/biome/DefaultBiomeCreator;createNormalForest()Lnet/minecraft/world/biome/Biome;
    • createFlowerForest

      public static Biome createFlowerForest()
      Mappings:
      Namespace Name Mixin selector
      official u Llo;u()Lbzm;
      intermediary method_30725 Lnet/minecraft/class_5478;method_30725()Lnet/minecraft/class_1959;
      named createFlowerForest Lnet/minecraft/world/biome/DefaultBiomeCreator;createFlowerForest()Lnet/minecraft/world/biome/Biome;
    • createTaiga

      public static Biome createTaiga(boolean cold, boolean mountains)
      Mappings:
      Namespace Name Mixin selector
      official a Llo;a(ZZ)Lbzm;
      intermediary method_30699 Lnet/minecraft/class_5478;method_30699(ZZ)Lnet/minecraft/class_1959;
      named createTaiga Lnet/minecraft/world/biome/DefaultBiomeCreator;createTaiga(ZZ)Lnet/minecraft/world/biome/Biome;
    • createDarkForest

      public static Biome createDarkForest(boolean red)
      Mappings:
      Namespace Name Mixin selector
      official h Llo;h(Z)Lbzm;
      intermediary method_30705 Lnet/minecraft/class_5478;method_30705(Z)Lnet/minecraft/class_1959;
      named createDarkForest Lnet/minecraft/world/biome/DefaultBiomeCreator;createDarkForest(Z)Lnet/minecraft/world/biome/Biome;
    • createSwamp

      public static Biome createSwamp(boolean hills)
      Mappings:
      Namespace Name Mixin selector
      official i Llo;i(Z)Lbzm;
      intermediary method_30708 Lnet/minecraft/class_5478;method_30708(Z)Lnet/minecraft/class_1959;
      named createSwamp Lnet/minecraft/world/biome/DefaultBiomeCreator;createSwamp(Z)Lnet/minecraft/world/biome/Biome;
    • createSnowyTundra

      public static Biome createSnowyTundra(boolean iceSpikes)
      Mappings:
      Namespace Name Mixin selector
      official j Llo;j(Z)Lbzm;
      intermediary method_30697 Lnet/minecraft/class_5478;method_30697(Z)Lnet/minecraft/class_1959;
      named createSnowyTundra Lnet/minecraft/world/biome/DefaultBiomeCreator;createSnowyTundra(Z)Lnet/minecraft/world/biome/Biome;
    • createRiver

      public static Biome createRiver(float depth, int waterColor, boolean frozen)
      Mappings:
      Namespace Name Mixin selector
      official a Llo;a(FIZ)Lbzm;
      intermediary method_30686 Lnet/minecraft/class_5478;method_30686(FIZ)Lnet/minecraft/class_1959;
      named createRiver Lnet/minecraft/world/biome/DefaultBiomeCreator;createRiver(FIZ)Lnet/minecraft/world/biome/Biome;
    • createBeach

      public static Biome createBeach(float depth, float scale, int waterColor, boolean cold, boolean mountains)
      Mappings:
      Namespace Name Mixin selector
      official a Llo;a(FFIZZ)Lbzm;
      intermediary method_30685 Lnet/minecraft/class_5478;method_30685(FFIZZ)Lnet/minecraft/class_1959;
      named createBeach Lnet/minecraft/world/biome/DefaultBiomeCreator;createBeach(FFIZZ)Lnet/minecraft/world/biome/Biome;
    • createTheVoid

      public static Biome createTheVoid()
      Mappings:
      Namespace Name Mixin selector
      official v Llo;v()Lbzm;
      intermediary method_30726 Lnet/minecraft/class_5478;method_30726()Lnet/minecraft/class_1959;
      named createTheVoid Lnet/minecraft/world/biome/DefaultBiomeCreator;createTheVoid()Lnet/minecraft/world/biome/Biome;
    • createNetherWastes

      public static Biome createNetherWastes()
      Mappings:
      Namespace Name Mixin selector
      official w Llo;w()Lbzm;
      intermediary method_30727 Lnet/minecraft/class_5478;method_30727()Lnet/minecraft/class_1959;
      named createNetherWastes Lnet/minecraft/world/biome/DefaultBiomeCreator;createNetherWastes()Lnet/minecraft/world/biome/Biome;
    • createSoulSandValley

      public static Biome createSoulSandValley()
      Mappings:
      Namespace Name Mixin selector
      official x Llo;x()Lbzm;
      intermediary method_30728 Lnet/minecraft/class_5478;method_30728()Lnet/minecraft/class_1959;
      named createSoulSandValley Lnet/minecraft/world/biome/DefaultBiomeCreator;createSoulSandValley()Lnet/minecraft/world/biome/Biome;
    • createBasaltDeltas

      public static Biome createBasaltDeltas()
      Mappings:
      Namespace Name Mixin selector
      official y Llo;y()Lbzm;
      intermediary method_30729 Lnet/minecraft/class_5478;method_30729()Lnet/minecraft/class_1959;
      named createBasaltDeltas Lnet/minecraft/world/biome/DefaultBiomeCreator;createBasaltDeltas()Lnet/minecraft/world/biome/Biome;
    • createCrimsonForest

      public static Biome createCrimsonForest()
      Mappings:
      Namespace Name Mixin selector
      official z Llo;z()Lbzm;
      intermediary method_30730 Lnet/minecraft/class_5478;method_30730()Lnet/minecraft/class_1959;
      named createCrimsonForest Lnet/minecraft/world/biome/DefaultBiomeCreator;createCrimsonForest()Lnet/minecraft/world/biome/Biome;
    • createWarpedForest

      public static Biome createWarpedForest()
      Mappings:
      Namespace Name Mixin selector
      official A Llo;A()Lbzm;
      intermediary method_30731 Lnet/minecraft/class_5478;method_30731()Lnet/minecraft/class_1959;
      named createWarpedForest Lnet/minecraft/world/biome/DefaultBiomeCreator;createWarpedForest()Lnet/minecraft/world/biome/Biome;
    • composeMeadowSettings

      public static Biome composeMeadowSettings()
      Mappings:
      Namespace Name Mixin selector
      official B Llo;B()Lbzm;
      intermediary method_38574 Lnet/minecraft/class_5478;method_38574()Lnet/minecraft/class_1959;
      named composeMeadowSettings Lnet/minecraft/world/biome/DefaultBiomeCreator;composeMeadowSettings()Lnet/minecraft/world/biome/Biome;
    • composeSnowcappedPeaksSettings

      public static Biome composeSnowcappedPeaksSettings()
      Mappings:
      Namespace Name Mixin selector
      official C Llo;C()Lbzm;
      intermediary method_38575 Lnet/minecraft/class_5478;method_38575()Lnet/minecraft/class_1959;
      named composeSnowcappedPeaksSettings Lnet/minecraft/world/biome/DefaultBiomeCreator;composeSnowcappedPeaksSettings()Lnet/minecraft/world/biome/Biome;
    • composeLoftyPeaksSettings

      public static Biome composeLoftyPeaksSettings()
      Mappings:
      Namespace Name Mixin selector
      official D Llo;D()Lbzm;
      intermediary method_38576 Lnet/minecraft/class_5478;method_38576()Lnet/minecraft/class_1959;
      named composeLoftyPeaksSettings Lnet/minecraft/world/biome/DefaultBiomeCreator;composeLoftyPeaksSettings()Lnet/minecraft/world/biome/Biome;
    • composeStonyPeaksSettings

      public static Biome composeStonyPeaksSettings()
      Mappings:
      Namespace Name Mixin selector
      official E Llo;E()Lbzm;
      intermediary method_38577 Lnet/minecraft/class_5478;method_38577()Lnet/minecraft/class_1959;
      named composeStonyPeaksSettings Lnet/minecraft/world/biome/DefaultBiomeCreator;composeStonyPeaksSettings()Lnet/minecraft/world/biome/Biome;
    • composeSnowySlopesSettings

      public static Biome composeSnowySlopesSettings()
      Mappings:
      Namespace Name Mixin selector
      official F Llo;F()Lbzm;
      intermediary method_38578 Lnet/minecraft/class_5478;method_38578()Lnet/minecraft/class_1959;
      named composeSnowySlopesSettings Lnet/minecraft/world/biome/DefaultBiomeCreator;composeSnowySlopesSettings()Lnet/minecraft/world/biome/Biome;
    • composeGroveSettings

      public static Biome composeGroveSettings()
      Mappings:
      Namespace Name Mixin selector
      official G Llo;G()Lbzm;
      intermediary method_38579 Lnet/minecraft/class_5478;method_38579()Lnet/minecraft/class_1959;
      named composeGroveSettings Lnet/minecraft/world/biome/DefaultBiomeCreator;composeGroveSettings()Lnet/minecraft/world/biome/Biome;
    • createLushCaves

      public static Biome createLushCaves()
      Mappings:
      Namespace Name Mixin selector
      official H Llo;H()Lbzm;
      intermediary method_34674 Lnet/minecraft/class_5478;method_34674()Lnet/minecraft/class_1959;
      named createLushCaves Lnet/minecraft/world/biome/DefaultBiomeCreator;createLushCaves()Lnet/minecraft/world/biome/Biome;
    • createDripstoneCaves

      public static Biome createDripstoneCaves()
      Mappings:
      Namespace Name Mixin selector
      official I Llo;I()Lbzm;
      intermediary method_33132 Lnet/minecraft/class_5478;method_33132()Lnet/minecraft/class_1959;
      named createDripstoneCaves Lnet/minecraft/world/biome/DefaultBiomeCreator;createDripstoneCaves()Lnet/minecraft/world/biome/Biome;