Package net.minecraft.world.biome
Class DefaultBiomeCreator
java.lang.Object
net.minecraft.world.biome.DefaultBiomeCreator
public class DefaultBiomeCreator extends Object
- Mappings:
Namespace Name official ld
intermediary net/minecraft/class_5478
named net/minecraft/world/biome/DefaultBiomeCreator
-
Constructor Summary
Constructors Constructor Description DefaultBiomeCreator()
-
Method Summary
Modifier and Type Method Description private static Biome
composeEndSpawnSettings(GenerationSettings.Builder builder)
private static Biome
composeSavannaGenerationSettings(float depth, float scale, float temperature, boolean bool, boolean bool2, SpawnSettings.Builder builder)
private static Biome
createBadlands(ConfiguredSurfaceBuilder<TernarySurfaceConfig> configuredSurfaceBuilder, float depth, float scale, boolean bool, boolean bool2)
private static Biome
createBambooJungle(float depth, float scale, int parrotWeight, int parrotMaxGroupSize)
static Biome
createBambooJungleHills()
static Biome
createBasaltDeltas()
static Biome
createBeach(float depth, float scale, float temperature, float downfall, int waterColor, boolean snowy, boolean stony)
static Biome
createBirchForest(float depth, float scale, boolean tallTrees)
static Biome
createColdOcean(boolean deep)
static Biome
createCrimsonForest()
static Biome
createDarkForest(float depth, float scale, boolean bool)
static Biome
createDeepWarmOcean()
static Biome
createDesert(float depth, float scale, boolean bool, boolean bool2, boolean bool3)
static Biome
createDripstoneCaves()
static Biome
createEndBarrens()
static Biome
createEndHighlands()
static Biome
createEndMidlands()
static Biome
createErodedBadlands()
static Biome
createFlowerForest()
private static Biome
createForest(float depth, float scale, boolean bool, SpawnSettings.Builder builder)
private static SpawnSettings.Builder
createForestSpawnSettings()
static Biome
createFrozenOcean(boolean monument)
static Biome
createGiantTreeTaiga(float depth, float scale, float temperature, boolean spruce)
static Biome
createJungle()
private static Biome
createJungle(float depth, float scale, int parrotWeight, int parrotMaxGroupSize, int ocelotMaxGroupSize)
static Biome
createJungleEdge()
private static Biome
createJungleFeatures(float depth, float scale, float downfall, boolean bool, boolean bool2, boolean bool3, SpawnSettings.Builder builder)
static Biome
createJungleHills()
static Biome
createLukewarmOcean(boolean deep)
static Biome
createModifiedJungle()
static Biome
createModifiedJungleEdge()
static Biome
createMountains(float depth, float scale, ConfiguredSurfaceBuilder<TernarySurfaceConfig> surfaceBuilder, boolean extraTrees)
static Biome
createMushroomFields(float depth, float scale)
static Biome
createNetherWastes()
static Biome
createNormalBadlands(float depth, float scale, boolean bool)
static Biome
createNormalBambooJungle()
static Biome
createNormalForest(float depth, float scale)
static Biome
createNormalOcean(boolean deep)
private static Biome
createOcean(SpawnSettings.Builder builder, int waterColor, int waterFogColor, boolean deep, GenerationSettings.Builder builder2)
private static GenerationSettings.Builder
createOceanGenerationSettings(ConfiguredSurfaceBuilder<TernarySurfaceConfig> configuredSurfaceBuilder, boolean bool, boolean bool2, boolean bool3)
static Biome
createPlains(boolean bool)
static Biome
createRiver(float depth, float scale, float temperature, int waterColor, boolean bool)
static Biome
createSavanna(float depth, float scale, float temperature, boolean bool, boolean bool2)
static Biome
createSavannaPlateau()
private static SpawnSettings.Builder
createSavannaSpawnSettings()
static Biome
createSmallEndIslands()
static Biome
createSnowyTundra(float depth, float scale, boolean bool, boolean bool2)
static Biome
createSoulSandValley()
static Biome
createSwamp(float depth, float scale, boolean bool)
static Biome
createTaiga(float depth, float scale, boolean bool, boolean bool2, boolean bool3, boolean bool4)
static Biome
createTheEnd()
static Biome
createTheVoid()
static Biome
createWarmOcean()
static Biome
createWarpedForest()
static Biome
createWoodedBadlandsPlateau(float depth, float scale)
private static int
getSkyColor(float temperature)
-
Constructor Details
-
DefaultBiomeCreator
public DefaultBiomeCreator()
-
-
Method Details
-
getSkyColor
private static int getSkyColor(float temperature)- Mappings:
Namespace Name Mixin selector official a
Lld;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, float scale, float temperature, boolean spruce)- Mappings:
Namespace Name Mixin selector official a
Lld;a(FFFZ)Lbuu;
intermediary method_30687
Lnet/minecraft/class_5478;method_30687(FFFZ)Lnet/minecraft/class_1959;
named createGiantTreeTaiga
Lnet/minecraft/world/biome/DefaultBiomeCreator;createGiantTreeTaiga(FFFZ)Lnet/minecraft/world/biome/Biome;
-
createBirchForest
- Mappings:
Namespace Name Mixin selector official a
Lld;a(FFZ)Lbuu;
intermediary method_30691
Lnet/minecraft/class_5478;method_30691(FFZ)Lnet/minecraft/class_1959;
named createBirchForest
Lnet/minecraft/world/biome/DefaultBiomeCreator;createBirchForest(FFZ)Lnet/minecraft/world/biome/Biome;
-
createJungle
- Mappings:
Namespace Name Mixin selector official a
Lld;a()Lbuu;
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
- Mappings:
Namespace Name Mixin selector official b
Lld;b()Lbuu;
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
- Mappings:
Namespace Name Mixin selector official c
Lld;c()Lbuu;
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
- Mappings:
Namespace Name Mixin selector official d
Lld;d()Lbuu;
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
- Mappings:
Namespace Name Mixin selector official e
Lld;e()Lbuu;
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
- Mappings:
Namespace Name Mixin selector official f
Lld;f()Lbuu;
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
- Mappings:
Namespace Name Mixin selector official g
Lld;g()Lbuu;
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(float depth, float scale, int parrotWeight, int parrotMaxGroupSize, int ocelotMaxGroupSize)- Mappings:
Namespace Name Mixin selector official a
Lld;a(FFIII)Lbuu;
intermediary method_30689
Lnet/minecraft/class_5478;method_30689(FFIII)Lnet/minecraft/class_1959;
named createJungle
Lnet/minecraft/world/biome/DefaultBiomeCreator;createJungle(FFIII)Lnet/minecraft/world/biome/Biome;
-
createBambooJungle
private static Biome createBambooJungle(float depth, float scale, int parrotWeight, int parrotMaxGroupSize)- Mappings:
Namespace Name Mixin selector official a
Lld;a(FFII)Lbuu;
intermediary method_30688
Lnet/minecraft/class_5478;method_30688(FFII)Lnet/minecraft/class_1959;
named createBambooJungle
Lnet/minecraft/world/biome/DefaultBiomeCreator;createBambooJungle(FFII)Lnet/minecraft/world/biome/Biome;
-
createJungleFeatures
private static Biome createJungleFeatures(float depth, float scale, float downfall, boolean bool, boolean bool2, boolean bool3, SpawnSettings.Builder builder)- Mappings:
Namespace Name Mixin selector official a
Lld;a(FFFZZZLbvf$a;)Lbuu;
intermediary method_30695
Lnet/minecraft/class_5478;method_30695(FFFZZZLnet/minecraft/class_5483$class_5496;)Lnet/minecraft/class_1959;
named createJungleFeatures
Lnet/minecraft/world/biome/DefaultBiomeCreator;createJungleFeatures(FFFZZZLnet/minecraft/world/biome/SpawnSettings$Builder;)Lnet/minecraft/world/biome/Biome;
-
createMountains
public static Biome createMountains(float depth, float scale, ConfiguredSurfaceBuilder<TernarySurfaceConfig> surfaceBuilder, boolean extraTrees)- Mappings:
Namespace Name Mixin selector official a
Lld;a(FFLcyt;Z)Lbuu;
intermediary method_30690
Lnet/minecraft/class_5478;method_30690(FFLnet/minecraft/class_3504;Z)Lnet/minecraft/class_1959;
named createMountains
Lnet/minecraft/world/biome/DefaultBiomeCreator;createMountains(FFLnet/minecraft/world/gen/surfacebuilder/ConfiguredSurfaceBuilder;Z)Lnet/minecraft/world/biome/Biome;
-
createDesert
public static Biome createDesert(float depth, float scale, boolean bool, boolean bool2, boolean bool3)- Mappings:
Namespace Name Mixin selector official a
Lld;a(FFZZZ)Lbuu;
intermediary method_30698
Lnet/minecraft/class_5478;method_30698(FFZZZ)Lnet/minecraft/class_1959;
named createDesert
Lnet/minecraft/world/biome/DefaultBiomeCreator;createDesert(FFZZZ)Lnet/minecraft/world/biome/Biome;
-
createPlains
- Mappings:
Namespace Name Mixin selector official a
Lld;a(Z)Lbuu;
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
- Mappings:
Namespace Name Mixin selector official a
Lld;a(Lbuv$a;)Lbuu;
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
- Mappings:
Namespace Name Mixin selector official h
Lld;h()Lbuu;
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
- Mappings:
Namespace Name Mixin selector official i
Lld;i()Lbuu;
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
- Mappings:
Namespace Name Mixin selector official j
Lld;j()Lbuu;
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
- Mappings:
Namespace Name Mixin selector official k
Lld;k()Lbuu;
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
- Mappings:
Namespace Name Mixin selector official l
Lld;l()Lbuu;
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
- Mappings:
Namespace Name Mixin selector official a
Lld;a(FF)Lbuu;
intermediary method_30684
Lnet/minecraft/class_5478;method_30684(FF)Lnet/minecraft/class_1959;
named createMushroomFields
Lnet/minecraft/world/biome/DefaultBiomeCreator;createMushroomFields(FF)Lnet/minecraft/world/biome/Biome;
-
composeSavannaGenerationSettings
private static Biome composeSavannaGenerationSettings(float depth, float scale, float temperature, boolean bool, boolean bool2, SpawnSettings.Builder builder)- Mappings:
Namespace Name Mixin selector official a
Lld;a(FFFZZLbvf$a;)Lbuu;
intermediary method_31067
Lnet/minecraft/class_5478;method_31067(FFFZZLnet/minecraft/class_5483$class_5496;)Lnet/minecraft/class_1959;
named composeSavannaGenerationSettings
Lnet/minecraft/world/biome/DefaultBiomeCreator;composeSavannaGenerationSettings(FFFZZLnet/minecraft/world/biome/SpawnSettings$Builder;)Lnet/minecraft/world/biome/Biome;
-
createSavanna
public static Biome createSavanna(float depth, float scale, float temperature, boolean bool, boolean bool2)- Mappings:
Namespace Name Mixin selector official a
Lld;a(FFFZZ)Lbuu;
intermediary method_30694
Lnet/minecraft/class_5478;method_30694(FFFZZ)Lnet/minecraft/class_1959;
named createSavanna
Lnet/minecraft/world/biome/DefaultBiomeCreator;createSavanna(FFFZZ)Lnet/minecraft/world/biome/Biome;
-
createSavannaSpawnSettings
- Mappings:
Namespace Name Mixin selector official y
Lld;y()Lbvf$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
- Mappings:
Namespace Name Mixin selector official m
Lld;m()Lbuu;
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> configuredSurfaceBuilder, float depth, float scale, boolean bool, boolean bool2)- Mappings:
Namespace Name Mixin selector official a
Lld;a(Lcyt;FFZZ)Lbuu;
intermediary method_30700
Lnet/minecraft/class_5478;method_30700(Lnet/minecraft/class_3504;FFZZ)Lnet/minecraft/class_1959;
named createBadlands
Lnet/minecraft/world/biome/DefaultBiomeCreator;createBadlands(Lnet/minecraft/world/gen/surfacebuilder/ConfiguredSurfaceBuilder;FFZZ)Lnet/minecraft/world/biome/Biome;
-
createNormalBadlands
- Mappings:
Namespace Name Mixin selector official b
Lld;b(FFZ)Lbuu;
intermediary method_30696
Lnet/minecraft/class_5478;method_30696(FFZ)Lnet/minecraft/class_1959;
named createNormalBadlands
Lnet/minecraft/world/biome/DefaultBiomeCreator;createNormalBadlands(FFZ)Lnet/minecraft/world/biome/Biome;
-
createWoodedBadlandsPlateau
- Mappings:
Namespace Name Mixin selector official b
Lld;b(FF)Lbuu;
intermediary method_30693
Lnet/minecraft/class_5478;method_30693(FF)Lnet/minecraft/class_1959;
named createWoodedBadlandsPlateau
Lnet/minecraft/world/biome/DefaultBiomeCreator;createWoodedBadlandsPlateau(FF)Lnet/minecraft/world/biome/Biome;
-
createErodedBadlands
- Mappings:
Namespace Name Mixin selector official n
Lld;n()Lbuu;
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 builder, int waterColor, int waterFogColor, boolean deep, GenerationSettings.Builder builder2)- Mappings:
Namespace Name Mixin selector official a
Lld;a(Lbvf$a;IIZLbuv$a;)Lbuu;
intermediary method_30692
Lnet/minecraft/class_5478;method_30692(Lnet/minecraft/class_5483$class_5496;IIZLnet/minecraft/class_5485$class_5495;)Lnet/minecraft/class_1959;
named createOcean
Lnet/minecraft/world/biome/DefaultBiomeCreator;createOcean(Lnet/minecraft/world/biome/SpawnSettings$Builder;IIZLnet/minecraft/world/biome/GenerationSettings$Builder;)Lnet/minecraft/world/biome/Biome;
-
createOceanGenerationSettings
private static GenerationSettings.Builder createOceanGenerationSettings(ConfiguredSurfaceBuilder<TernarySurfaceConfig> configuredSurfaceBuilder, boolean bool, boolean bool2, boolean bool3)- Mappings:
Namespace Name Mixin selector official a
Lld;a(Lcyt;ZZZ)Lbuv$a;
intermediary method_31066
Lnet/minecraft/class_5478;method_31066(Lnet/minecraft/class_3504;ZZZ)Lnet/minecraft/class_5485$class_5495;
named createOceanGenerationSettings
Lnet/minecraft/world/biome/DefaultBiomeCreator;createOceanGenerationSettings(Lnet/minecraft/world/gen/surfacebuilder/ConfiguredSurfaceBuilder;ZZZ)Lnet/minecraft/world/biome/GenerationSettings$Builder;
-
createColdOcean
- Mappings:
Namespace Name Mixin selector official b
Lld;b(Z)Lbuu;
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
- Mappings:
Namespace Name Mixin selector official c
Lld;c(Z)Lbuu;
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
- Mappings:
Namespace Name Mixin selector official d
Lld;d(Z)Lbuu;
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
- Mappings:
Namespace Name Mixin selector official o
Lld;o()Lbuu;
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
- Mappings:
Namespace Name Mixin selector official p
Lld;p()Lbuu;
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
- Mappings:
Namespace Name Mixin selector official e
Lld;e(Z)Lbuu;
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(float depth, float scale, boolean bool, SpawnSettings.Builder builder)- Mappings:
Namespace Name Mixin selector official a
Lld;a(FFZLbvf$a;)Lbuu;
intermediary method_30711
Lnet/minecraft/class_5478;method_30711(FFZLnet/minecraft/class_5483$class_5496;)Lnet/minecraft/class_1959;
named createForest
Lnet/minecraft/world/biome/DefaultBiomeCreator;createForest(FFZLnet/minecraft/world/biome/SpawnSettings$Builder;)Lnet/minecraft/world/biome/Biome;
-
createForestSpawnSettings
- Mappings:
Namespace Name Mixin selector official z
Lld;z()Lbvf$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
- Mappings:
Namespace Name Mixin selector official c
Lld;c(FF)Lbuu;
intermediary method_30704
Lnet/minecraft/class_5478;method_30704(FF)Lnet/minecraft/class_1959;
named createNormalForest
Lnet/minecraft/world/biome/DefaultBiomeCreator;createNormalForest(FF)Lnet/minecraft/world/biome/Biome;
-
createFlowerForest
- Mappings:
Namespace Name Mixin selector official q
Lld;q()Lbuu;
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(float depth, float scale, boolean bool, boolean bool2, boolean bool3, boolean bool4)- Mappings:
Namespace Name Mixin selector official a
Lld;a(FFZZZZ)Lbuu;
intermediary method_30699
Lnet/minecraft/class_5478;method_30699(FFZZZZ)Lnet/minecraft/class_1959;
named createTaiga
Lnet/minecraft/world/biome/DefaultBiomeCreator;createTaiga(FFZZZZ)Lnet/minecraft/world/biome/Biome;
-
createDarkForest
- Mappings:
Namespace Name Mixin selector official c
Lld;c(FFZ)Lbuu;
intermediary method_30705
Lnet/minecraft/class_5478;method_30705(FFZ)Lnet/minecraft/class_1959;
named createDarkForest
Lnet/minecraft/world/biome/DefaultBiomeCreator;createDarkForest(FFZ)Lnet/minecraft/world/biome/Biome;
-
createSwamp
- Mappings:
Namespace Name Mixin selector official d
Lld;d(FFZ)Lbuu;
intermediary method_30708
Lnet/minecraft/class_5478;method_30708(FFZ)Lnet/minecraft/class_1959;
named createSwamp
Lnet/minecraft/world/biome/DefaultBiomeCreator;createSwamp(FFZ)Lnet/minecraft/world/biome/Biome;
-
createSnowyTundra
- Mappings:
Namespace Name Mixin selector official a
Lld;a(FFZZ)Lbuu;
intermediary method_30697
Lnet/minecraft/class_5478;method_30697(FFZZ)Lnet/minecraft/class_1959;
named createSnowyTundra
Lnet/minecraft/world/biome/DefaultBiomeCreator;createSnowyTundra(FFZZ)Lnet/minecraft/world/biome/Biome;
-
createRiver
public static Biome createRiver(float depth, float scale, float temperature, int waterColor, boolean bool)- Mappings:
Namespace Name Mixin selector official a
Lld;a(FFFIZ)Lbuu;
intermediary method_30686
Lnet/minecraft/class_5478;method_30686(FFFIZ)Lnet/minecraft/class_1959;
named createRiver
Lnet/minecraft/world/biome/DefaultBiomeCreator;createRiver(FFFIZ)Lnet/minecraft/world/biome/Biome;
-
createBeach
public static Biome createBeach(float depth, float scale, float temperature, float downfall, int waterColor, boolean snowy, boolean stony)- Mappings:
Namespace Name Mixin selector official a
Lld;a(FFFFIZZ)Lbuu;
intermediary method_30685
Lnet/minecraft/class_5478;method_30685(FFFFIZZ)Lnet/minecraft/class_1959;
named createBeach
Lnet/minecraft/world/biome/DefaultBiomeCreator;createBeach(FFFFIZZ)Lnet/minecraft/world/biome/Biome;
-
createTheVoid
- Mappings:
Namespace Name Mixin selector official r
Lld;r()Lbuu;
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
- Mappings:
Namespace Name Mixin selector official s
Lld;s()Lbuu;
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
- Mappings:
Namespace Name Mixin selector official t
Lld;t()Lbuu;
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
- Mappings:
Namespace Name Mixin selector official u
Lld;u()Lbuu;
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
- Mappings:
Namespace Name Mixin selector official v
Lld;v()Lbuu;
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
- Mappings:
Namespace Name Mixin selector official w
Lld;w()Lbuu;
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;
-
createDripstoneCaves
- Mappings:
Namespace Name Mixin selector official x
Lld;x()Lbuu;
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;
-