Uses of Class
net.minecraft.world.biome.Biome
Packages that use Biome
Package
Description
The base package for all Minecraft classes.
-
Uses of Biome in net.minecraft
Fields in net.minecraft with type parameters of type BiomeModifier and TypeFieldDescriptionclass_6622.class_6623.comp_128
The field for thecomp_128
record component.Methods in net.minecraft that return types with arguments of type BiomeModifier and TypeMethodDescriptionclass_6622.class_6623.comp_128()
Returns the value of thecomp_128
record component.Constructor parameters in net.minecraft with type arguments of type BiomeModifierConstructorDescriptionclass_6623
(DynamicRegistryManager dynamicRegistryManager, ChunkGenerator chunkGenerator, StructureManager structureManager, ChunkPos chunkPos, Predicate<Biome> predicate, HeightLimitView heightLimitView, ChunkRandom chunkRandom, long long2) -
Uses of Biome in net.minecraft.client.gui.screen
Fields in net.minecraft.client.gui.screen declared as BiomeModifier and TypeFieldDescription(package private) Biome
CustomizeBuffetLevelScreen.biome
(package private) final Biome
CustomizeBuffetLevelScreen.BuffetBiomesListWidget.BuffetBiomeItem.biome
Fields in net.minecraft.client.gui.screen with type parameters of type BiomeModifier and TypeFieldDescriptionprivate static final RegistryKey<Biome>
PresetsScreen.BIOME_KEY
CustomizeBuffetLevelScreen.biomeRegistry
PresetsScreen.SuperflatPreset.generatorConfigProvider
CustomizeBuffetLevelScreen.onDone
Method parameters in net.minecraft.client.gui.screen with type arguments of type BiomeModifier and TypeMethodDescriptionprivate static void
PresetsScreen.addPreset
(Text presetName, ItemConvertible icon, RegistryKey<Biome> presetBiome, List<StructureFeature<?>> structures, boolean generateStronghold, boolean generateFeatures, boolean generateLakes, FlatChunkGeneratorLayer[] layers) (package private) static String
PresetsScreen.getGeneratorConfigString
(Registry<Biome> biomeRegistry, FlatChunkGeneratorConfig generatorConfig) static FlatChunkGeneratorConfig
PresetsScreen.parsePresetString
(Registry<Biome> biomeRegistry, String preset, FlatChunkGeneratorConfig generatorConfig) Constructors in net.minecraft.client.gui.screen with parameters of type BiomeModifierConstructorDescriptionBuffetBiomeItem
(Biome biome) CustomizeBuffetLevelScreen
(Screen parent, DynamicRegistryManager registryManager, Consumer<Biome> onDone, Biome biome) Constructor parameters in net.minecraft.client.gui.screen with type arguments of type BiomeModifierConstructorDescriptionCustomizeBuffetLevelScreen
(Screen parent, DynamicRegistryManager registryManager, Consumer<Biome> onDone, Biome biome) SuperflatPreset
(Item icon, Text name, Function<Registry<Biome>, FlatChunkGeneratorConfig> generatorConfigProvider) -
Uses of Biome in net.minecraft.client.sound
Fields in net.minecraft.client.sound declared as BiomeFields in net.minecraft.client.sound with type parameters of type BiomeModifier and TypeFieldDescriptionprivate final Object2ObjectArrayMap<Biome,
BiomeEffectSoundPlayer.MusicLoop> BiomeEffectSoundPlayer.soundLoops
-
Uses of Biome in net.minecraft.client.world
Methods in net.minecraft.client.world that return BiomeModifier and TypeMethodDescriptionprivate static Biome
GeneratorType.getFirstBiome
(DynamicRegistryManager registryManager, GeneratorOptions options) ClientWorld.getGeneratorStoredBiome
(int biomeX, int biomeY, int biomeZ) Methods in net.minecraft.client.world with parameters of type BiomeModifier and TypeMethodDescriptionprivate static GeneratorOptions
GeneratorType.createFixedBiomeOptions
(DynamicRegistryManager registryManager, GeneratorOptions generatorOptions, GeneratorType type, Biome biome) Method parameters in net.minecraft.client.world with type arguments of type BiomeModifier and TypeMethodDescriptionprotected abstract ChunkGenerator
GeneratorType.getChunkGenerator
(Registry<Biome> biomeRegistry, Registry<ChunkGeneratorSettings> chunkGeneratorSettingsRegistry, long seed) -
Uses of Biome in net.minecraft.data.server
Fields in net.minecraft.data.server with type parameters of type BiomeModifier and TypeFieldDescriptionprivate static final List<RegistryKey<Biome>>
AdventureTabAdvancementGenerator.BIOMES
private static final List<RegistryKey<Biome>>
NetherTabAdvancementGenerator.NETHER_BIOMES
Method parameters in net.minecraft.data.server with type arguments of type BiomeModifier and TypeMethodDescriptionprotected static Advancement.Task
AdventureTabAdvancementGenerator.requireListedBiomesVisited
(Advancement.Task task, List<RegistryKey<Biome>> biomes) -
Uses of Biome in net.minecraft.entity.passive
Fields in net.minecraft.entity.passive with type parameters of type BiomeMethod parameters in net.minecraft.entity.passive with type arguments of type BiomeModifier and TypeMethodDescriptionstatic FoxEntity.Type
FoxEntity.Type.fromBiome
(Optional<RegistryKey<Biome>> biome) -
Uses of Biome in net.minecraft.item
Methods in net.minecraft.item with parameters of type BiomeModifier and TypeMethodDescriptionprivate static boolean
FilledMapItem.hasPositiveDepth
(Biome[] biomes, int scale, int x, int z) -
Uses of Biome in net.minecraft.predicate.entity
Fields in net.minecraft.predicate.entity with type parameters of type BiomeModifier and TypeFieldDescriptionprivate final @Nullable RegistryKey<Biome>
LocationPredicate.biome
private @Nullable RegistryKey<Biome>
LocationPredicate.Builder.biome
Method parameters in net.minecraft.predicate.entity with type arguments of type BiomeModifier and TypeMethodDescriptionstatic LocationPredicate
LocationPredicate.biome
(RegistryKey<Biome> biome) LocationPredicate.Builder.biome
(@Nullable RegistryKey<Biome> biome) Constructor parameters in net.minecraft.predicate.entity with type arguments of type BiomeModifierConstructorDescriptionLocationPredicate
(NumberRange.FloatRange x, NumberRange.FloatRange y, NumberRange.FloatRange z, @Nullable RegistryKey<Biome> biome, @Nullable StructureFeature<?> feature, @Nullable RegistryKey<World> dimension, @Nullable Boolean smokey, LightPredicate light, BlockPredicate block, FluidPredicate fluid) -
Uses of Biome in net.minecraft.server.world
Methods in net.minecraft.server.world that return BiomeModifier and TypeMethodDescriptionServerWorld.getGeneratorStoredBiome
(int biomeX, int biomeY, int biomeZ) Methods in net.minecraft.server.world with parameters of type BiomeModifier and TypeMethodDescriptionServerWorld.locateBiome
(Biome biome, BlockPos pos, int radius, int int2) -
Uses of Biome in net.minecraft.structure.pool
Method parameters in net.minecraft.structure.pool with type arguments of type BiomeModifier and TypeMethodDescriptionstatic void
StructurePoolBasedGenerator.generate
(DynamicRegistryManager dynamicRegistries, StructurePoolFeatureConfig config, StructurePoolBasedGenerator.PieceFactory pieceFactory, ChunkGenerator chunkGenerator, StructureManager structureManager, BlockPos pos, StructurePiecesHolder children, Random random, boolean modifyBoundingBox, boolean surface, HeightLimitView world, Predicate<Biome> predicate) -
Uses of Biome in net.minecraft.test
Constructor parameters in net.minecraft.test with type arguments of type BiomeModifierConstructorDescriptionprivate
TestServer
(Thread serverThread, LevelStorage.Session session, ResourcePackManager dataPackManager, ServerResourceManager serverResourceManager, Collection<GameTestBatch> batches, BlockPos pos, DynamicRegistryManager.Impl registryManager, Registry<Biome> biomeRegistry, Registry<DimensionType> dimensionTypeRegistry) -
Uses of Biome in net.minecraft.util.registry
Fields in net.minecraft.util.registry with type parameters of type Biome -
Uses of Biome in net.minecraft.village
Fields in net.minecraft.village with type parameters of type BiomeModifier and TypeFieldDescriptionprivate static final Map<RegistryKey<Biome>,
VillagerType> VillagerType.BIOME_TO_TYPE
Method parameters in net.minecraft.village with type arguments of type BiomeModifier and TypeMethodDescriptionstatic VillagerType
VillagerType.forBiome
(Optional<RegistryKey<Biome>> biomeKey) -
Uses of Biome in net.minecraft.world
Methods in net.minecraft.world that return BiomeModifier and TypeMethodDescriptiondefault Biome
(package private) static Biome
SpawnHelper.getBiomeDirectly
(BlockPos pos, Chunk chunk) default Biome
WorldView.getBiomeForNoiseGen
(int biomeX, int biomeY, int biomeZ) ChunkRegion.getGeneratorStoredBiome
(int biomeX, int biomeY, int biomeZ) WorldView.getGeneratorStoredBiome
(int biomeX, int biomeY, int biomeZ) Methods in net.minecraft.world that return types with arguments of type BiomeModifier and TypeMethodDescriptiondefault Optional<RegistryKey<Biome>>
RegistryWorldView.getBiomeKey
(BlockPos pos) Methods in net.minecraft.world with parameters of type BiomeModifier and TypeMethodDescriptionprivate static Pool<SpawnSettings.SpawnEntry>
SpawnHelper.getSpawnEntries
(ServerWorld world, StructureAccessor structureAccessor, ChunkGenerator chunkGenerator, SpawnGroup spawnGroup, BlockPos pos, @Nullable Biome biome) static void
SpawnHelper.populateEntities
(ServerWorldAccess world, Biome biome, ChunkPos chunkPos, Random random) -
Uses of Biome in net.minecraft.world.biome
Fields in net.minecraft.world.biome declared as BiomeModifier and TypeFieldDescriptionstatic final Biome
BuiltinBiomes.PLAINS
static final Biome
BuiltinBiomes.THE_VOID
Fields in net.minecraft.world.biome with type parameters of type BiomeModifier and TypeFieldDescriptionstatic final RegistryKey<Biome>
BiomeKeys.BADLANDS
static final RegistryKey<Biome>
BiomeKeys.BADLANDS_PLATEAU
static final RegistryKey<Biome>
BiomeKeys.BAMBOO_JUNGLE
static final RegistryKey<Biome>
BiomeKeys.BAMBOO_JUNGLE_HILLS
static final RegistryKey<Biome>
BiomeKeys.BASALT_DELTAS
static final RegistryKey<Biome>
BiomeKeys.BEACH
static final RegistryKey<Biome>
BiomeKeys.BIRCH_FOREST
static final RegistryKey<Biome>
BiomeKeys.BIRCH_FOREST_HILLS
static final com.mojang.serialization.Codec<Biome>
Biome.CODEC
static final RegistryKey<Biome>
BiomeKeys.COLD_OCEAN
static final RegistryKey<Biome>
BiomeKeys.CRIMSON_FOREST
static final RegistryKey<Biome>
BiomeKeys.DARK_FOREST
static final RegistryKey<Biome>
BiomeKeys.DARK_FOREST_HILLS
static final RegistryKey<Biome>
BiomeKeys.DEEP_COLD_OCEAN
static final RegistryKey<Biome>
BiomeKeys.DEEP_FROZEN_OCEAN
static final RegistryKey<Biome>
BiomeKeys.DEEP_LUKEWARM_OCEAN
static final RegistryKey<Biome>
BiomeKeys.DEEP_OCEAN
static final RegistryKey<Biome>
BiomeKeys.DEEP_WARM_OCEAN
static final RegistryKey<Biome>
BiomeKeys.DESERT
static final RegistryKey<Biome>
BiomeKeys.DESERT_HILLS
static final RegistryKey<Biome>
BiomeKeys.DESERT_LAKES
static final RegistryKey<Biome>
BiomeKeys.DRIPSTONE_CAVES
static final RegistryKey<Biome>
BiomeKeys.END_BARRENS
static final RegistryKey<Biome>
BiomeKeys.END_HIGHLANDS
static final RegistryKey<Biome>
BiomeKeys.END_MIDLANDS
static final RegistryKey<Biome>
BiomeKeys.ERODED_BADLANDS
static final com.mojang.serialization.Codec<Biome>
Biome.field_26633
Biome.field_26750
static final RegistryKey<Biome>
BiomeKeys.FLOWER_FOREST
static final RegistryKey<Biome>
BiomeKeys.FOREST
static final RegistryKey<Biome>
BiomeKeys.FROZEN_OCEAN
static final RegistryKey<Biome>
BiomeKeys.FROZEN_RIVER
static final RegistryKey<Biome>
BiomeKeys.GIANT_SPRUCE_TAIGA
static final RegistryKey<Biome>
BiomeKeys.GIANT_SPRUCE_TAIGA_HILLS
static final RegistryKey<Biome>
BiomeKeys.GIANT_TREE_TAIGA
static final RegistryKey<Biome>
BiomeKeys.GIANT_TREE_TAIGA_HILLS
static final RegistryKey<Biome>
BiomeKeys.GRAVELLY_MOUNTAINS
static final RegistryKey<Biome>
BiomeKeys.GROVE
static final RegistryKey<Biome>
BiomeKeys.ICE_SPIKES
static final RegistryKey<Biome>
BiomeKeys.JUNGLE
static final RegistryKey<Biome>
BiomeKeys.JUNGLE_EDGE
static final RegistryKey<Biome>
BiomeKeys.JUNGLE_HILLS
static final RegistryKey<Biome>
BiomeKeys.LOFTY_PEAKS
static final RegistryKey<Biome>
BiomeKeys.LUKEWARM_OCEAN
static final RegistryKey<Biome>
BiomeKeys.LUSH_CAVES
static final RegistryKey<Biome>
BiomeKeys.MEADOW
static final RegistryKey<Biome>
BiomeKeys.MODIFIED_BADLANDS_PLATEAU
static final RegistryKey<Biome>
BiomeKeys.MODIFIED_GRAVELLY_MOUNTAINS
static final RegistryKey<Biome>
BiomeKeys.MODIFIED_JUNGLE
static final RegistryKey<Biome>
BiomeKeys.MODIFIED_JUNGLE_EDGE
static final RegistryKey<Biome>
BiomeKeys.MODIFIED_WOODED_BADLANDS_PLATEAU
static final RegistryKey<Biome>
BiomeKeys.MOUNTAIN_EDGE
static final RegistryKey<Biome>
BiomeKeys.MOUNTAINS
static final RegistryKey<Biome>
BiomeKeys.MUSHROOM_FIELD_SHORE
static final RegistryKey<Biome>
BiomeKeys.MUSHROOM_FIELDS
static final RegistryKey<Biome>
BiomeKeys.NETHER_WASTES
static final RegistryKey<Biome>
BiomeKeys.OCEAN
static final RegistryKey<Biome>
BiomeKeys.PLAINS
Biome.REGISTRY_CODEC
static final RegistryKey<Biome>
BiomeKeys.RIVER
static final RegistryKey<Biome>
BiomeKeys.SAVANNA
static final RegistryKey<Biome>
BiomeKeys.SAVANNA_PLATEAU
static final RegistryKey<Biome>
BiomeKeys.SHATTERED_SAVANNA
static final RegistryKey<Biome>
BiomeKeys.SHATTERED_SAVANNA_PLATEAU
static final RegistryKey<Biome>
BiomeKeys.SMALL_END_ISLANDS
static final RegistryKey<Biome>
BiomeKeys.SNOWCAPPED_PEAKS
static final RegistryKey<Biome>
BiomeKeys.SNOWY_BEACH
static final RegistryKey<Biome>
BiomeKeys.SNOWY_MOUNTAINS
static final RegistryKey<Biome>
BiomeKeys.SNOWY_SLOPES
static final RegistryKey<Biome>
BiomeKeys.SNOWY_TAIGA
static final RegistryKey<Biome>
BiomeKeys.SNOWY_TAIGA_HILLS
static final RegistryKey<Biome>
BiomeKeys.SNOWY_TAIGA_MOUNTAINS
static final RegistryKey<Biome>
BiomeKeys.SNOWY_TUNDRA
static final RegistryKey<Biome>
BiomeKeys.SOUL_SAND_VALLEY
static final RegistryKey<Biome>
BiomeKeys.STONE_SHORE
static final RegistryKey<Biome>
BiomeKeys.STONY_PEAKS
static final RegistryKey<Biome>
BiomeKeys.SUNFLOWER_PLAINS
static final RegistryKey<Biome>
BiomeKeys.SWAMP
static final RegistryKey<Biome>
BiomeKeys.SWAMP_HILLS
static final RegistryKey<Biome>
BiomeKeys.TAIGA
static final RegistryKey<Biome>
BiomeKeys.TAIGA_HILLS
static final RegistryKey<Biome>
BiomeKeys.TAIGA_MOUNTAINS
static final RegistryKey<Biome>
BiomeKeys.TALL_BIRCH_FOREST
static final RegistryKey<Biome>
BiomeKeys.TALL_BIRCH_HILLS
static final RegistryKey<Biome>
BiomeKeys.THE_END
static final RegistryKey<Biome>
BiomeKeys.THE_VOID
static final RegistryKey<Biome>
BiomeKeys.WARM_OCEAN
static final RegistryKey<Biome>
BiomeKeys.WARPED_FOREST
static final RegistryKey<Biome>
BiomeKeys.WOODED_BADLANDS_PLATEAU
static final RegistryKey<Biome>
BiomeKeys.WOODED_HILLS
static final RegistryKey<Biome>
BiomeKeys.WOODED_MOUNTAINS
Methods in net.minecraft.world.biome that return BiomeModifier and TypeMethodDescriptionBiome.Builder.build()
private static Biome
DefaultBiomeCreator.composeEndSpawnSettings
(GenerationSettings.Builder builder) static Biome
DefaultBiomeCreator.composeGroveSettings()
static Biome
DefaultBiomeCreator.composeLoftyPeaksSettings()
static Biome
DefaultBiomeCreator.composeMeadowSettings()
private static Biome
DefaultBiomeCreator.composeSavannaGenerationSettings
(float depth, boolean mountains, SpawnSettings.Builder builder) static Biome
DefaultBiomeCreator.composeSnowcappedPeaksSettings()
static Biome
DefaultBiomeCreator.composeSnowySlopesSettings()
static Biome
DefaultBiomeCreator.composeStonyPeaksSettings()
private static Biome
DefaultBiomeCreator.createBadlands
(ConfiguredSurfaceBuilder<TernarySurfaceConfig> surfaceBuilder, boolean mountains) private static Biome
DefaultBiomeCreator.createBambooJungle
(int parrotWeight, int parrotGroupSize) static Biome
DefaultBiomeCreator.createBambooJungleHills()
static Biome
DefaultBiomeCreator.createBasaltDeltas()
static Biome
DefaultBiomeCreator.createBeach
(float depth, float scale, int waterColor, boolean cold, boolean mountains) static Biome
DefaultBiomeCreator.createBirchForest
(boolean tall) static Biome
DefaultBiomeCreator.createColdOcean
(boolean deep) static Biome
DefaultBiomeCreator.createCrimsonForest()
static Biome
DefaultBiomeCreator.createDarkForest
(boolean red) static Biome
DefaultBiomeCreator.createDeepWarmOcean()
static Biome
DefaultBiomeCreator.createDesert
(boolean villages) static Biome
DefaultBiomeCreator.createDripstoneCaves()
static Biome
DefaultBiomeCreator.createEndBarrens()
static Biome
DefaultBiomeCreator.createEndHighlands()
static Biome
DefaultBiomeCreator.createEndMidlands()
static Biome
DefaultBiomeCreator.createErodedBadlands()
static Biome
DefaultBiomeCreator.createFlowerForest()
private static Biome
DefaultBiomeCreator.createForest
(boolean flower, SpawnSettings.Builder builder) static Biome
DefaultBiomeCreator.createFrozenOcean
(boolean monument) static Biome
DefaultBiomeCreator.createGiantTreeTaiga
(float depth, boolean spruce) static Biome
DefaultBiomeCreator.createJungle()
private static Biome
DefaultBiomeCreator.createJungle
(int parrotWeight, int parrotGroupSize, int ocelotGroupSize) static Biome
DefaultBiomeCreator.createJungleEdge()
private static Biome
DefaultBiomeCreator.createJungleFeatures
(float depth, boolean bamboo, boolean edge, boolean unmodified, SpawnSettings.Builder builder) static Biome
DefaultBiomeCreator.createJungleHills()
static Biome
DefaultBiomeCreator.createLukewarmOcean
(boolean deep) static Biome
DefaultBiomeCreator.createLushCaves()
static Biome
DefaultBiomeCreator.createModifiedJungle()
static Biome
DefaultBiomeCreator.createModifiedJungleEdge()
static Biome
DefaultBiomeCreator.createMountains
(ConfiguredSurfaceBuilder<TernarySurfaceConfig> surfaceBuilder, boolean extraTrees) static Biome
DefaultBiomeCreator.createMushroomFields()
static Biome
DefaultBiomeCreator.createNetherWastes()
static Biome
DefaultBiomeCreator.createNormalBadlands()
static Biome
DefaultBiomeCreator.createNormalBambooJungle()
static Biome
DefaultBiomeCreator.createNormalForest()
static Biome
DefaultBiomeCreator.createNormalOcean
(boolean deep) private static Biome
DefaultBiomeCreator.createOcean
(SpawnSettings.Builder spawnSettings, int waterColor, int waterFogColor, GenerationSettings.Builder builder) static Biome
DefaultBiomeCreator.createPlains
(boolean sunflower) static Biome
DefaultBiomeCreator.createRiver
(float depth, int waterColor, boolean frozen) static Biome
DefaultBiomeCreator.createSavanna
(float depth, boolean mountains) static Biome
DefaultBiomeCreator.createSavannaPlateau()
static Biome
DefaultBiomeCreator.createSmallEndIslands()
static Biome
DefaultBiomeCreator.createSnowyTundra
(boolean iceSpikes) static Biome
DefaultBiomeCreator.createSoulSandValley()
static Biome
DefaultBiomeCreator.createSwamp
(boolean hills) static Biome
DefaultBiomeCreator.createTaiga
(boolean cold, boolean mountains) static Biome
DefaultBiomeCreator.createTheEnd()
static Biome
DefaultBiomeCreator.createTheVoid()
static Biome
DefaultBiomeCreator.createWarmOcean()
static Biome
DefaultBiomeCreator.createWarpedForest()
static Biome
DefaultBiomeCreator.createWoodedBadlandsPlateau()
private static Biome
BuiltinBiomes.register
(RegistryKey<Biome> registryKey, Biome biome) Methods in net.minecraft.world.biome that return types with arguments of type BiomeMethods in net.minecraft.world.biome with parameters of type BiomeModifier and TypeMethodDescriptionprivate static Biome
BuiltinBiomes.register
(RegistryKey<Biome> registryKey, Biome biome) Method parameters in net.minecraft.world.biome with type arguments of type BiomeModifier and TypeMethodDescriptionprivate static Biome
BuiltinBiomes.register
(RegistryKey<Biome> registryKey, Biome biome) -
Uses of Biome in net.minecraft.world.biome.source
Fields in net.minecraft.world.biome.source declared as BiomeModifier and TypeFieldDescriptionprivate final Biome
TheEndBiomeSource.barrensBiome
private final Biome
TheEndBiomeSource.centerBiome
private final Biome
TheEndBiomeSource.highlandsBiome
private final Biome
TheEndBiomeSource.midlandsBiome
private final Biome
TheEndBiomeSource.smallIslandsBiome
Fields in net.minecraft.world.biome.source with type parameters of type BiomeModifier and TypeFieldDescriptionFixedBiomeSource.biome
CheckerboardBiomeSource.biomeArray
private final MultiNoiseUtil.Entries<Biome>
MultiNoiseBiomeSource.biomeEntries
MultiNoiseBiomeSource.Instance.biomeRegistry
TheEndBiomeSource.biomeRegistry
BiomeSource.biomes
private final BiFunction<MultiNoiseBiomeSource.Preset,
Registry<Biome>, MultiNoiseBiomeSource> MultiNoiseBiomeSource.Preset.biomeSourceFunction
private final Optional<com.mojang.datafixers.util.Pair<Registry<Biome>,
MultiNoiseBiomeSource.Preset>> MultiNoiseBiomeSource.instance
Methods in net.minecraft.world.biome.source that return BiomeModifier and TypeMethodDescriptionabstract Biome
BiomeSource.getBiome
(int x, int y, int z, MultiNoiseUtil.MultiNoiseSampler noiseSampler) CheckerboardBiomeSource.getBiome
(int x, int y, int z, MultiNoiseUtil.MultiNoiseSampler noiseSampler) FixedBiomeSource.getBiome
(int x, int y, int z, MultiNoiseUtil.MultiNoiseSampler noiseSampler) MultiNoiseBiomeSource.getBiome
(int x, int y, int z, MultiNoiseUtil.MultiNoiseSampler noiseSampler) TheEndBiomeSource.getBiome
(int x, int y, int z, MultiNoiseUtil.MultiNoiseSampler noiseSampler) MultiNoiseBiomeSource.getBiomeAtPoint
(MultiNoiseUtil.NoiseValuePoint point) BiomeAccess.getBiomeForNoiseGen
(double x, double y, double z) BiomeAccess.getBiomeForNoiseGen
(int biomeX, int biomeY, int biomeZ) BiomeAccess.getBiomeForNoiseGen
(BlockPos pos) BiomeAccess.Storage.getBiomeForNoiseGen
(int biomeX, int biomeY, int biomeZ) FixedBiomeSource.getBiomeForNoiseGen
(int biomeX, int biomeY, int biomeZ) Methods in net.minecraft.world.biome.source that return types with arguments of type BiomeModifier and TypeMethodDescriptionMultiNoiseBiomeSource.Instance.getBiomeRegistry()
BiomeSource.getBiomes()
BiomeSource.getBiomesInArea
(int x, int y, int z, int radius, MultiNoiseUtil.MultiNoiseSampler multiNoiseSampler) FixedBiomeSource.getBiomesInArea
(int x, int y, int z, int radius, MultiNoiseUtil.MultiNoiseSampler multiNoiseSampler) Method parameters in net.minecraft.world.biome.source with type arguments of type BiomeModifier and TypeMethodDescriptionMultiNoiseBiomeSource.Preset.getBiomeSource
(Registry<Biome> biomeRegistry) BiomeSource.locateBiome
(int x, int y, int z, int radius, int int2, Predicate<Biome> predicate, Random random, boolean bool, MultiNoiseUtil.MultiNoiseSampler noiseSampler) BiomeSource.locateBiome
(int x, int y, int z, int radius, Predicate<Biome> predicate, Random random, MultiNoiseUtil.MultiNoiseSampler noiseSampler) FixedBiomeSource.locateBiome
(int x, int y, int z, int radius, int int2, Predicate<Biome> predicate, Random random, boolean bool, MultiNoiseUtil.MultiNoiseSampler noiseSampler) Constructors in net.minecraft.world.biome.source with parameters of type BiomeModifierConstructorDescriptionFixedBiomeSource
(Biome biome) private
TheEndBiomeSource
(Registry<Biome> biomeRegistry, long seed, Biome centerBiome, Biome highlandsBiome, Biome midlandsBiome, Biome smallIslandsBiome, Biome barrensBiome) Constructor parameters in net.minecraft.world.biome.source with type arguments of type BiomeModifierConstructorDescriptionprotected
BiomeSource
(List<Biome> list) protected
BiomeSource
(Stream<Supplier<Biome>> stream) CheckerboardBiomeSource
(List<Supplier<Biome>> biomeArray, int size) FixedBiomeSource
(Supplier<Biome> biome) (package private)
Instance
(MultiNoiseBiomeSource.Preset preset, Registry<Biome> biomeRegistry) private
MultiNoiseBiomeSource
(MultiNoiseUtil.Entries<Biome> entries) (package private)
MultiNoiseBiomeSource
(MultiNoiseUtil.Entries<Biome> biomeEntries, Optional<com.mojang.datafixers.util.Pair<Registry<Biome>, MultiNoiseBiomeSource.Preset>> instance) (package private)
MultiNoiseBiomeSource
(MultiNoiseUtil.Entries<Biome> biomeEntries, Optional<com.mojang.datafixers.util.Pair<Registry<Biome>, MultiNoiseBiomeSource.Preset>> instance) Preset
(Identifier id, BiFunction<MultiNoiseBiomeSource.Preset, Registry<Biome>, MultiNoiseBiomeSource> biomeSourceFunction) TheEndBiomeSource
(Registry<Biome> biomeRegistry, long seed) private
TheEndBiomeSource
(Registry<Biome> biomeRegistry, long seed, Biome centerBiome, Biome highlandsBiome, Biome midlandsBiome, Biome smallIslandsBiome, Biome barrensBiome) -
Uses of Biome in net.minecraft.world.biome.source.util
Methods in net.minecraft.world.biome.source.util that return types with arguments of type BiomeModifier and TypeMethodDescriptionprivate RegistryKey<Biome>
VanillaBiomeParameters.getBadlandsBiome
(int humidity, MultiNoiseUtil.ParameterRange weirdness) private RegistryKey<Biome>
VanillaBiomeParameters.getBadlandsOrRegularBiome
(int temperature, int humidity, MultiNoiseUtil.ParameterRange weirdness) private RegistryKey<Biome>
VanillaBiomeParameters.getBiomeOrShatteredSavanna
(int temperature, int humidity, MultiNoiseUtil.ParameterRange weirdness, RegistryKey<Biome> biome) private RegistryKey<Biome>
VanillaBiomeParameters.getFlatShoreBiome
(int temperature, int humidity, MultiNoiseUtil.ParameterRange weirdness) private RegistryKey<Biome>
VanillaBiomeParameters.getHillBiome
(int temperature, int humidity, MultiNoiseUtil.ParameterRange weirdness) private RegistryKey<Biome>
VanillaBiomeParameters.getMountainSlopeBiome
(int temperature, int humidity, MultiNoiseUtil.ParameterRange weirdness) private RegistryKey<Biome>
VanillaBiomeParameters.getMountainStartBiome
(int temperature, int humidity, MultiNoiseUtil.ParameterRange weirdness) private RegistryKey<Biome>
VanillaBiomeParameters.getNearMountainBiome
(int temperature, int humidity, MultiNoiseUtil.ParameterRange weirdness) private RegistryKey<Biome>
VanillaBiomeParameters.getPeakBiome
(int temperature, int humidity, MultiNoiseUtil.ParameterRange weirdness) private RegistryKey<Biome>
VanillaBiomeParameters.getRegularBiome
(int temperature, int humidity, MultiNoiseUtil.ParameterRange weirdness) private RegistryKey<Biome>
VanillaBiomeParameters.getShoreBiome
(int temperature, int humidity) Method parameters in net.minecraft.world.biome.source.util with type arguments of type BiomeModifier and TypeMethodDescriptionprivate RegistryKey<Biome>
VanillaBiomeParameters.getBiomeOrShatteredSavanna
(int temperature, int humidity, MultiNoiseUtil.ParameterRange weirdness, RegistryKey<Biome> biome) private void
VanillaBiomeParameters.writeBiomeParameters
(Consumer<com.mojang.datafixers.util.Pair<MultiNoiseUtil.NoiseHypercube, RegistryKey<Biome>>> parameters, MultiNoiseUtil.ParameterRange temperature, MultiNoiseUtil.ParameterRange humidity, MultiNoiseUtil.ParameterRange continentalness, MultiNoiseUtil.ParameterRange erosion, MultiNoiseUtil.ParameterRange weirdness, float offset, RegistryKey<Biome> biome) private void
VanillaBiomeParameters.writeBiomeParameters
(Consumer<com.mojang.datafixers.util.Pair<MultiNoiseUtil.NoiseHypercube, RegistryKey<Biome>>> parameters, MultiNoiseUtil.ParameterRange temperature, MultiNoiseUtil.ParameterRange humidity, MultiNoiseUtil.ParameterRange continentalness, MultiNoiseUtil.ParameterRange erosion, MultiNoiseUtil.ParameterRange weirdness, float offset, RegistryKey<Biome> biome) private void
VanillaBiomeParameters.writeBiomesNearRivers
(Consumer<com.mojang.datafixers.util.Pair<MultiNoiseUtil.NoiseHypercube, RegistryKey<Biome>>> parameters, MultiNoiseUtil.ParameterRange weirdness) private void
VanillaBiomeParameters.writeCaveBiomeParameters
(Consumer<com.mojang.datafixers.util.Pair<MultiNoiseUtil.NoiseHypercube, RegistryKey<Biome>>> parameters, MultiNoiseUtil.ParameterRange temperature, MultiNoiseUtil.ParameterRange humidity, MultiNoiseUtil.ParameterRange continentalness, MultiNoiseUtil.ParameterRange erosion, MultiNoiseUtil.ParameterRange weirdness, float offset, RegistryKey<Biome> biome) private void
VanillaBiomeParameters.writeCaveBiomeParameters
(Consumer<com.mojang.datafixers.util.Pair<MultiNoiseUtil.NoiseHypercube, RegistryKey<Biome>>> parameters, MultiNoiseUtil.ParameterRange temperature, MultiNoiseUtil.ParameterRange humidity, MultiNoiseUtil.ParameterRange continentalness, MultiNoiseUtil.ParameterRange erosion, MultiNoiseUtil.ParameterRange weirdness, float offset, RegistryKey<Biome> biome) private void
VanillaBiomeParameters.writeCaveBiomes
(Consumer<com.mojang.datafixers.util.Pair<MultiNoiseUtil.NoiseHypercube, RegistryKey<Biome>>> parameters) void
VanillaTerrainParameters.writeDebugBiomes
(Consumer<com.mojang.datafixers.util.Pair<MultiNoiseUtil.NoiseHypercube, RegistryKey<Biome>>> parameters) private void
VanillaBiomeParameters.writeLandBiomes
(Consumer<com.mojang.datafixers.util.Pair<MultiNoiseUtil.NoiseHypercube, RegistryKey<Biome>>> parameters) private void
VanillaBiomeParameters.writeMixedBiomes
(Consumer<com.mojang.datafixers.util.Pair<MultiNoiseUtil.NoiseHypercube, RegistryKey<Biome>>> parameters, MultiNoiseUtil.ParameterRange weirdness) private void
VanillaBiomeParameters.writeMountainousBiomes
(Consumer<com.mojang.datafixers.util.Pair<MultiNoiseUtil.NoiseHypercube, RegistryKey<Biome>>> parameters, MultiNoiseUtil.ParameterRange weirdness) private void
VanillaBiomeParameters.writeOceanBiomes
(Consumer<com.mojang.datafixers.util.Pair<MultiNoiseUtil.NoiseHypercube, RegistryKey<Biome>>> parameters) private void
VanillaBiomeParameters.writePlainBiomes
(Consumer<com.mojang.datafixers.util.Pair<MultiNoiseUtil.NoiseHypercube, RegistryKey<Biome>>> parameters, MultiNoiseUtil.ParameterRange weirdness) private void
VanillaBiomeParameters.writeRiverBiomes
(Consumer<com.mojang.datafixers.util.Pair<MultiNoiseUtil.NoiseHypercube, RegistryKey<Biome>>> parameters, MultiNoiseUtil.ParameterRange weirdness) protected void
VanillaBiomeParameters.writeVanillaBiomeParameters
(Consumer<com.mojang.datafixers.util.Pair<MultiNoiseUtil.NoiseHypercube, RegistryKey<Biome>>> parameters) -
Uses of Biome in net.minecraft.world.chunk
Fields in net.minecraft.world.chunk declared as BiomeFields in net.minecraft.world.chunk with type parameters of type BiomeMethods in net.minecraft.world.chunk that return BiomeModifier and TypeMethodDescriptionChunk.getBiomeForNoiseGen
(int biomeX, int biomeY, int biomeZ) EmptyChunk.getBiomeForNoiseGen
(int biomeX, int biomeY, int biomeZ) ProtoChunk.getBiomeForNoiseGen
(int biomeX, int biomeY, int biomeZ) ReadOnlyChunk.getBiomeForNoiseGen
(int biomeX, int biomeY, int biomeZ) Chunk.method_38258
(Supplier<Biome> supplier) Deprecated.ChunkSection.method_38293
(int int2, int int3, int int4) Methods in net.minecraft.world.chunk that return types with arguments of type BiomeMethod parameters in net.minecraft.world.chunk with type arguments of type BiomeModifier and TypeMethodDescriptionprivate static void
Chunk.method_38256
(HeightLimitView heightLimitView, Registry<Biome> registry, ChunkSection[] chunkSection) Chunk.method_38258
(Supplier<Biome> supplier) Deprecated.Constructor parameters in net.minecraft.world.chunk with type arguments of type BiomeModifierConstructorDescriptionChunk
(ChunkPos chunkPos, UpgradeData upgradeData, HeightLimitView heightLimitView, Registry<Biome> registry, long long2, @Nullable ChunkSection[] chunkSection, TickScheduler<Block> tickScheduler, TickScheduler<Fluid> tickScheduler2) ChunkSection
(int int2, Registry<Biome> registry) ProtoChunk
(ChunkPos pos, UpgradeData upgradeData, @Nullable ChunkSection[] chunkSection, ChunkTickScheduler<Block> blockTickScheduler, ChunkTickScheduler<Fluid> fluidTickScheduler, HeightLimitView world, Registry<Biome> registry) ProtoChunk
(ChunkPos pos, UpgradeData upgradeData, HeightLimitView world, Registry<Biome> registry) -
Uses of Biome in net.minecraft.world.dimension
Method parameters in net.minecraft.world.dimension with type arguments of type BiomeModifier and TypeMethodDescriptionprivate static ChunkGenerator
DimensionType.createEndGenerator
(Registry<Biome> biomeRegistry, Registry<ChunkGeneratorSettings> chunkGeneratorSettingsRegistry, long seed) private static ChunkGenerator
DimensionType.createNetherGenerator
(Registry<Biome> biomeRegistry, Registry<ChunkGeneratorSettings> chunkGeneratorSettingsRegistry, long seed) -
Uses of Biome in net.minecraft.world.gen
Method parameters in net.minecraft.world.gen with type arguments of type BiomeModifier and TypeMethodDescriptionstatic NoiseChunkGenerator
GeneratorOptions.createOverworldGenerator
(Registry<Biome> biomeRegistry, Registry<ChunkGeneratorSettings> chunkGeneratorSettingsRegistry, long seed) -
Uses of Biome in net.minecraft.world.gen.carver
Method parameters in net.minecraft.world.gen.carver with type arguments of type BiomeModifier and TypeMethodDescriptionabstract boolean
Carver.carve
(CarverContext context, C config, Chunk chunk, Function<BlockPos, Biome> posToBiome, Random random, AquiferSampler aquiferSampler, ChunkPos pos, BitSet carvingMask) boolean
CaveCarver.carve
(CarverContext carverContext, CaveCarverConfig caveCarverConfig, Chunk chunk, Function<BlockPos, Biome> function, Random random, AquiferSampler aquiferSampler, ChunkPos chunkPos, BitSet bitSet) boolean
ConfiguredCarver.carve
(CarverContext context, Chunk chunk, Function<BlockPos, Biome> posToBiome, Random random, AquiferSampler aquiferSampler, ChunkPos pos, BitSet carvingMask) boolean
RavineCarver.carve
(CarverContext carverContext, RavineCarverConfig ravineCarverConfig, Chunk chunk, Function<BlockPos, Biome> function, Random random, AquiferSampler aquiferSampler, ChunkPos chunkPos, BitSet bitSet) protected boolean
Carver.carveAtPoint
(CarverContext context, C config, Chunk chunk, Function<BlockPos, Biome> posToBiome, BitSet carvingMask, Random random, BlockPos.Mutable pos, BlockPos.Mutable downPos, AquiferSampler sampler, MutableBoolean foundSurface) protected boolean
NetherCaveCarver.carveAtPoint
(CarverContext carverContext, CaveCarverConfig caveCarverConfig, Chunk chunk, Function<BlockPos, Biome> function, BitSet bitSet, Random random, BlockPos.Mutable mutable, BlockPos.Mutable mutable2, AquiferSampler aquiferSampler, MutableBoolean mutableBoolean) protected boolean
UnderwaterCanyonCarver.carveAtPoint
(CarverContext carverContext, RavineCarverConfig ravineCarverConfig, Chunk chunk, Function<BlockPos, Biome> function, BitSet bitSet, Random random, BlockPos.Mutable mutable, BlockPos.Mutable mutable2, AquiferSampler aquiferSampler, MutableBoolean mutableBoolean) protected boolean
UnderwaterCaveCarver.carveAtPoint
(CarverContext carverContext, CaveCarverConfig caveCarverConfig, Chunk chunk, Function<BlockPos, Biome> function, BitSet bitSet, Random random, BlockPos.Mutable mutable, BlockPos.Mutable mutable2, AquiferSampler aquiferSampler, MutableBoolean mutableBoolean) protected void
CaveCarver.carveCave
(CarverContext context, CaveCarverConfig config, Chunk chunk, Function<BlockPos, Biome> posToBiome, long seed, AquiferSampler aquiferSampler, double x, double y, double z, float yaw, double yawPitchRatio, BitSet carvingMask, Carver.SkipPredicate skipPredicate) private void
RavineCarver.carveRavine
(CarverContext context, RavineCarverConfig config, Chunk chunk, Function<BlockPos, Biome> posToBiome, long seed, AquiferSampler aquiferSampler, double x, double y, double z, float width, float yaw, float pitch, int branchStartIndex, int branchCount, double yawPitchRatio, BitSet carvingMask) protected boolean
Carver.carveRegion
(CarverContext context, C config, Chunk chunk, Function<BlockPos, Biome> posToBiome, long seed, AquiferSampler sampler, double x, double y, double z, double horizontalScale, double verticalScale, BitSet carvingMask, Carver.SkipPredicate skipPredicate) protected void
CaveCarver.carveTunnels
(CarverContext context, CaveCarverConfig config, Chunk chunk, Function<BlockPos, Biome> posToBiome, long seed, AquiferSampler aquiferSampler, double x, double y, double z, double horizontalScale, double verticalScale, float width, float yaw, float pitch, int branchStartIndex, int branchCount, double yawPitchRatio, BitSet carvingMask, Carver.SkipPredicate skipPredicate) -
Uses of Biome in net.minecraft.world.gen.chunk
Fields in net.minecraft.world.gen.chunk with type parameters of type BiomeModifier and TypeFieldDescriptionFlatChunkGeneratorConfig.biome
DebugChunkGenerator.biomeRegistry
FlatChunkGeneratorConfig.biomeRegistry
private final ImmutableMap<StructureFeature<?>,
ImmutableMultimap<ConfiguredStructureFeature<?, ?>, RegistryKey<Biome>>> StructuresConfig.configuredStructures
Methods in net.minecraft.world.gen.chunk that return BiomeModifier and TypeMethodDescriptionFlatChunkGeneratorConfig.createBiome()
FlatChunkGeneratorConfig.getBiome()
ChunkGenerator.getBiomeForNoiseGen
(int biomeX, int biomeY, int biomeZ) Methods in net.minecraft.world.gen.chunk that return types with arguments of type BiomeModifier and TypeMethodDescriptionDebugChunkGenerator.getBiomeRegistry()
StructuresConfig.getConfiguredStructureFeature
(StructureFeature<?> feature) Methods in net.minecraft.world.gen.chunk with parameters of type BiomeModifier and TypeMethodDescriptionChunkGenerator.getEntitySpawnList
(Biome biome, StructureAccessor accessor, SpawnGroup group, BlockPos pos) NoiseChunkGenerator.getEntitySpawnList
(Biome biome, StructureAccessor accessor, SpawnGroup group, BlockPos pos) private static boolean
ChunkGenerator.method_38266
(Biome biome) protected boolean
ChunkGenerator.method_38274
(Registry<Biome> registry, Predicate<RegistryKey<Biome>> predicate, Biome biome) protected boolean
FlatChunkGenerator.method_38274
(Registry<Biome> registry, Predicate<RegistryKey<Biome>> predicate, Biome biome) Method parameters in net.minecraft.world.gen.chunk with type arguments of type BiomeModifier and TypeMethodDescriptionstatic FlatChunkGeneratorConfig
FlatChunkGeneratorConfig.getDefaultConfig
(Registry<Biome> biomeRegistry) protected boolean
ChunkGenerator.method_38274
(Registry<Biome> registry, Predicate<RegistryKey<Biome>> predicate, Biome biome) protected boolean
ChunkGenerator.method_38274
(Registry<Biome> registry, Predicate<RegistryKey<Biome>> predicate, Biome biome) protected boolean
FlatChunkGenerator.method_38274
(Registry<Biome> registry, Predicate<RegistryKey<Biome>> predicate, Biome biome) protected boolean
FlatChunkGenerator.method_38274
(Registry<Biome> registry, Predicate<RegistryKey<Biome>> predicate, Biome biome) private void
NoiseChunkGenerator.method_38327
(Registry<Biome> registry, StructureAccessor structureAccessor, Chunk chunk) ChunkGenerator.populateBiomes
(Executor executor, Registry<Biome> registry, StructureAccessor structureAccessor, Chunk chunk) NoiseChunkGenerator.populateBiomes
(Executor executor, Registry<Biome> registry, StructureAccessor structureAccessor, Chunk chunk) void
Constructor parameters in net.minecraft.world.gen.chunk with type arguments of type BiomeModifierConstructorDescriptionDebugChunkGenerator
(Registry<Biome> biomeRegistry) private
FlatChunkGeneratorConfig
(Registry<Biome> biomeRegistry, StructuresConfig structuresConfig, List<FlatChunkGeneratorLayer> layers, boolean hasLakes, boolean hasFeatures, Optional<Supplier<Biome>> biome) private
FlatChunkGeneratorConfig
(Registry<Biome> biomeRegistry, StructuresConfig structuresConfig, List<FlatChunkGeneratorLayer> layers, boolean hasLakes, boolean hasFeatures, Optional<Supplier<Biome>> biome) FlatChunkGeneratorConfig
(StructuresConfig structuresConfig, Registry<Biome> biomeRegistry) -
Uses of Biome in net.minecraft.world.gen.feature
Methods in net.minecraft.world.gen.feature with parameters of type BiomeModifier and TypeMethodDescriptionprivate static boolean
Method parameters in net.minecraft.world.gen.feature with type arguments of type BiomeModifier and TypeMethodDescriptionprivate static void
ConfiguredStructureFeatures.register
(BiConsumer<ConfiguredStructureFeature<?, ?>, RegistryKey<Biome>> registrar, ConfiguredStructureFeature<?, ?> feature, Set<RegistryKey<Biome>> biomes) private static void
ConfiguredStructureFeatures.register
(BiConsumer<ConfiguredStructureFeature<?, ?>, RegistryKey<Biome>> registrar, ConfiguredStructureFeature<?, ?> feature, Set<RegistryKey<Biome>> biomes) private static void
ConfiguredStructureFeatures.register
(BiConsumer<ConfiguredStructureFeature<?, ?>, RegistryKey<Biome>> registrar, ConfiguredStructureFeature<?, ?> feature, RegistryKey<Biome> biome) private static void
ConfiguredStructureFeatures.register
(BiConsumer<ConfiguredStructureFeature<?, ?>, RegistryKey<Biome>> registrar, ConfiguredStructureFeature<?, ?> feature, RegistryKey<Biome> biome) static void
ConfiguredStructureFeatures.registerAll
(BiConsumer<ConfiguredStructureFeature<?, ?>, RegistryKey<Biome>> registrar) ConfiguredStructureFeature.tryPlaceStart
(DynamicRegistryManager registryManager, ChunkGenerator chunkGenerator, BiomeSource biomeSource, StructureManager structureManager, long worldSeed, ChunkPos chunkPos, int int2, StructureConfig structureConfig, HeightLimitView heightLimitView, Predicate<Biome> predicate) StructureFeature.tryPlaceStart
(DynamicRegistryManager dynamicRegistryManager, ChunkGenerator generator, BiomeSource biomeSource, StructureManager manager, long worldSeed, ChunkPos pos, int int2, ChunkRandom chunkRandom, StructureConfig structureConfig, C c, HeightLimitView heightLimitView, Predicate<Biome> predicate) Tries to place a starting point for this type of structure in the given chunk. -
Uses of Biome in net.minecraft.world.gen.surfacebuilder
Methods in net.minecraft.world.gen.surfacebuilder with parameters of type BiomeModifier and TypeMethodDescriptionvoid
AbstractMountainSurfaceBuilder.generate
(Random random, class_6557 class_6557, Biome biome, int int2, int int3, int int4, double double2, BlockState blockState, BlockState blockState2, int int5, int int6, long long2, TernarySurfaceConfig ternarySurfaceConfig) void
AbstractNetherSurfaceBuilder.generate
(Random random, class_6557 class_6557, Biome biome, int int2, int int3, int int4, double double2, BlockState blockState, BlockState blockState2, int int5, int int6, long long2, TernarySurfaceConfig ternarySurfaceConfig) void
BadlandsSurfaceBuilder.generate
(Random random, class_6557 class_6557, Biome biome, int int2, int int3, int int4, double double2, BlockState blockState, BlockState blockState2, int int5, int int6, long long2, TernarySurfaceConfig ternarySurfaceConfig) void
ConfiguredSurfaceBuilder.generate
(Random random, class_6557 chunk, Biome biome, int x, int z, int height, double noise, BlockState defaultBlock, BlockState defaultFluid, int seaLevel, int int2, long seed) void
DefaultSurfaceBuilder.generate
(Random random, class_6557 class_6557, Biome biome, int int2, int int3, int int4, double double2, BlockState blockState, BlockState blockState2, int int5, int int6, long long2, TernarySurfaceConfig ternarySurfaceConfig) protected void
DefaultSurfaceBuilder.generate
(Random random, class_6557 class_6557, Biome biome, int z, int int2, int height, double noise, BlockState defaultFluid, BlockState fluidBlock, BlockState topBlock, BlockState underBlock, BlockState underwaterBlock, int seaLevel, int int3) void
ErodedBadlandsSurfaceBuilder.generate
(Random random, class_6557 class_6557, Biome biome, int int2, int int3, int int4, double double2, BlockState blockState, BlockState blockState2, int int5, int int6, long long2, TernarySurfaceConfig ternarySurfaceConfig) void
FrozenOceanSurfaceBuilder.generate
(Random random, class_6557 class_6557, Biome biome, int int2, int int3, int int4, double double2, BlockState blockState, BlockState blockState2, int int5, int int6, long long2, TernarySurfaceConfig ternarySurfaceConfig) void
GiantTreeTaigaSurfaceBuilder.generate
(Random random, class_6557 class_6557, Biome biome, int int2, int int3, int int4, double double2, BlockState blockState, BlockState blockState2, int int5, int int6, long long2, TernarySurfaceConfig ternarySurfaceConfig) void
GravellyMountainSurfaceBuilder.generate
(Random random, class_6557 class_6557, Biome biome, int int2, int int3, int int4, double double2, BlockState blockState, BlockState blockState2, int int5, int int6, long long2, TernarySurfaceConfig ternarySurfaceConfig) void
MountainSurfaceBuilder.generate
(Random random, class_6557 class_6557, Biome biome, int int2, int int3, int int4, double double2, BlockState blockState, BlockState blockState2, int int5, int int6, long long2, TernarySurfaceConfig ternarySurfaceConfig) void
NetherForestSurfaceBuilder.generate
(Random random, class_6557 class_6557, Biome biome, int int2, int int3, int int4, double double2, BlockState blockState, BlockState blockState2, int int5, int int6, long long2, TernarySurfaceConfig ternarySurfaceConfig) void
NetherSurfaceBuilder.generate
(Random random, class_6557 class_6557, Biome biome, int int2, int int3, int int4, double double2, BlockState blockState, BlockState blockState2, int int5, int int6, long long2, TernarySurfaceConfig ternarySurfaceConfig) void
NopeSurfaceBuilder.generate
(Random random, class_6557 class_6557, Biome biome, int int2, int int3, int int4, double double2, BlockState blockState, BlockState blockState2, int int5, int int6, long long2, TernarySurfaceConfig ternarySurfaceConfig) void
ShatteredSavannaSurfaceBuilder.generate
(Random random, class_6557 class_6557, Biome biome, int int2, int int3, int int4, double double2, BlockState blockState, BlockState blockState2, int int5, int int6, long long2, TernarySurfaceConfig ternarySurfaceConfig) abstract void
SurfaceBuilder.generate
(Random random, class_6557 chunk, Biome biome, int x, int z, int height, double noise, BlockState defaultBlock, BlockState defaultFluid, int seaLevel, int int2, long seed, C config) Places the surface blocks for the given column.void
SwampSurfaceBuilder.generate
(Random random, class_6557 class_6557, Biome biome, int int2, int int3, int int4, double double2, BlockState blockState, BlockState blockState2, int int5, int int6, long long2, TernarySurfaceConfig ternarySurfaceConfig) void
WoodedBadlandsSurfaceBuilder.generate
(Random random, class_6557 class_6557, Biome biome, int int2, int int3, int int4, double double2, BlockState blockState, BlockState blockState2, int int5, int int6, long long2, TernarySurfaceConfig ternarySurfaceConfig) -
Uses of Biome in net.minecraft.world.level
Methods in net.minecraft.world.level with parameters of type Biome