Uses of Class
net.minecraft.world.biome.Biome
Package
Description
-
Uses of Biome in net.minecraft.client.gui.screen
Modifier and TypeFieldDescription(package private) Biome
CustomizeBuffetLevelScreen.biome
(package private) final Biome
CustomizeBuffetLevelScreen.BuffetBiomesListWidget.BuffetBiomeItem.biome
Modifier and TypeFieldDescriptionprivate static final RegistryKey<Biome>
PresetsScreen.BIOME_KEY
CustomizeBuffetLevelScreen.biomeRegistry
PresetsScreen.SuperflatPreset.generatorConfigProvider
CustomizeBuffetLevelScreen.onDone
Modifier 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) ModifierConstructorDescriptionBuffetBiomeItem
(Biome biome) CustomizeBuffetLevelScreen
(Screen parent, DynamicRegistryManager registryManager, Consumer<Biome> onDone, Biome biome) ModifierConstructorDescriptionCustomizeBuffetLevelScreen
(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
Modifier and TypeFieldDescriptionprivate final Object2ObjectArrayMap<Biome,
BiomeEffectSoundPlayer.MusicLoop> BiomeEffectSoundPlayer.soundLoops
-
Uses of Biome in net.minecraft.client.world
Modifier and TypeMethodDescriptionprivate static Biome
GeneratorType.getFirstBiome
(DynamicRegistryManager registryManager, GeneratorOptions options) ClientWorld.getGeneratorStoredBiome
(int biomeX, int biomeY, int biomeZ) Modifier and TypeMethodDescriptionprivate static GeneratorOptions
GeneratorType.createFixedBiomeOptions
(DynamicRegistryManager registryManager, GeneratorOptions generatorOptions, GeneratorType type, Biome biome) -
Uses of Biome in net.minecraft.data.server
Modifier and TypeFieldDescriptionprivate static final List<RegistryKey<Biome>>
NetherTabAdvancementGenerator.NETHER_BIOMES
Modifier and TypeMethodDescriptionprivate List<RegistryKey<Biome>>
AdventureTabAdvancementGenerator.getOverworldBiomes()
Modifier and TypeMethodDescriptionprotected static Advancement.Task
AdventureTabAdvancementGenerator.requireListedBiomesVisited
(Advancement.Task task, List<RegistryKey<Biome>> biomes) -
Uses of Biome in net.minecraft.entity.passive
-
Uses of Biome in net.minecraft.predicate.entity
Modifier and TypeFieldDescriptionprivate final @Nullable RegistryKey<Biome>
LocationPredicate.biome
private @Nullable RegistryKey<Biome>
LocationPredicate.Builder.biome
Modifier and TypeMethodDescriptionstatic LocationPredicate
LocationPredicate.biome
(RegistryKey<Biome> biome) LocationPredicate.Builder.biome
(@Nullable RegistryKey<Biome> biome) ModifierConstructorDescriptionLocationPredicate
(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
Modifier and TypeMethodDescriptionServerWorld.getGeneratorStoredBiome
(int biomeX, int biomeY, int biomeZ) Modifier and TypeMethodDescriptionServerWorld.locateBiome
(Biome biome, BlockPos pos, int radius, int int2) -
Uses of Biome in net.minecraft.structure
Modifier and TypeFieldDescriptionStructureGeneratorFactory.Context.validBiome
The field for thevalidBiome
record component.Modifier and TypeMethodDescriptionStructureGeneratorFactory.Context.validBiome()
Returns the value of thevalidBiome
record component.ModifierConstructorDescriptionContext
(ChunkGenerator chunkGenerator, BiomeSource biomeSource, long long2, ChunkPos chunkPos, C c, HeightLimitView heightLimitView, Predicate<Biome> predicate, StructureManager structureManager, DynamicRegistryManager dynamicRegistryManager) -
Uses of Biome in net.minecraft.test
ModifierConstructorDescriptionprivate
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
-
Uses of Biome in net.minecraft.village
Modifier and TypeFieldDescriptionprivate static final Map<RegistryKey<Biome>,
VillagerType> VillagerType.BIOME_TO_TYPE
Modifier and TypeMethodDescriptionstatic VillagerType
VillagerType.forBiome
(Optional<RegistryKey<Biome>> biomeKey) -
Uses of Biome in net.minecraft.world
Modifier 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) Modifier and TypeMethodDescriptionprivate static com.mojang.serialization.Codec<PalettedContainer<Biome>>
ChunkSerializer.createCodec
(Registry<Biome> biomeRegistry) default Optional<RegistryKey<Biome>>
RegistryWorldView.getBiomeKey
(BlockPos pos) Modifier 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) Modifier and TypeMethodDescriptionprivate static com.mojang.serialization.Codec<PalettedContainer<Biome>>
ChunkSerializer.createCodec
(Registry<Biome> biomeRegistry) private <FC extends FeatureConfig,
F extends StructureFeature<FC>>
booleanStructureLocator.isGenerationPossible
(ChunkPos pos, ConfiguredStructureFeature<FC, F> feature, Collection<RegistryKey<Biome>> allowedBiomes) Returns whetherfeature
is able to generate inpos
. -
Uses of Biome in net.minecraft.world.biome
Modifier and TypeFieldDescriptionstatic final Biome
BuiltinBiomes.PLAINS
Deprecated.static final Biome
BuiltinBiomes.THE_VOID
Deprecated.Modifier and TypeFieldDescriptionstatic final RegistryKey<Biome>
BiomeKeys.BADLANDS
static final RegistryKey<Biome>
BiomeKeys.BAMBOO_JUNGLE
static final RegistryKey<Biome>
BiomeKeys.BASALT_DELTAS
static final RegistryKey<Biome>
BiomeKeys.BEACH
static final RegistryKey<Biome>
BiomeKeys.BIRCH_FOREST
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.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.DESERT
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_PEAKS
static final RegistryKey<Biome>
BiomeKeys.FROZEN_RIVER
static final RegistryKey<Biome>
BiomeKeys.GROVE
static final RegistryKey<Biome>
BiomeKeys.ICE_SPIKES
static final RegistryKey<Biome>
BiomeKeys.JAGGED_PEAKS
static final RegistryKey<Biome>
BiomeKeys.JUNGLE
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.MUSHROOM_FIELDS
static final RegistryKey<Biome>
BiomeKeys.NETHER_WASTES
static final RegistryKey<Biome>
BiomeKeys.OCEAN
static final RegistryKey<Biome>
BiomeKeys.OLD_GROWTH_BIRCH_FOREST
static final RegistryKey<Biome>
BiomeKeys.OLD_GROWTH_PINE_TAIGA
static final RegistryKey<Biome>
BiomeKeys.OLD_GROWTH_SPRUCE_TAIGA
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.SMALL_END_ISLANDS
static final RegistryKey<Biome>
BiomeKeys.SNOWY_BEACH
static final RegistryKey<Biome>
BiomeKeys.SNOWY_PLAINS
static final RegistryKey<Biome>
BiomeKeys.SNOWY_SLOPES
static final RegistryKey<Biome>
BiomeKeys.SNOWY_TAIGA
static final RegistryKey<Biome>
BiomeKeys.SOUL_SAND_VALLEY
static final RegistryKey<Biome>
BiomeKeys.SPARSE_JUNGLE
static final RegistryKey<Biome>
BiomeKeys.STONY_PEAKS
static final RegistryKey<Biome>
BiomeKeys.STONY_SHORE
static final RegistryKey<Biome>
BiomeKeys.SUNFLOWER_PLAINS
static final RegistryKey<Biome>
BiomeKeys.SWAMP
static final RegistryKey<Biome>
BiomeKeys.TAIGA
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.WINDSWEPT_FOREST
static final RegistryKey<Biome>
BiomeKeys.WINDSWEPT_GRAVELLY_HILLS
static final RegistryKey<Biome>
BiomeKeys.WINDSWEPT_HILLS
static final RegistryKey<Biome>
BiomeKeys.WINDSWEPT_SAVANNA
static final RegistryKey<Biome>
BiomeKeys.WOODED_BADLANDS
Modifier and TypeMethodDescriptionBiome.Builder.build()
static Biome
OverworldBiomeCreator.createBadlands
(boolean plateau) static Biome
TheNetherBiomeCreator.createBasaltDeltas()
static Biome
OverworldBiomeCreator.createBeach
(boolean snowy, boolean stony) private static Biome
OverworldBiomeCreator.createBiome
(Biome.Precipitation precipitation, Biome.Category category, float temperature, float downfall, int waterColor, int waterFogColor, SpawnSettings.Builder spawnSettings, GenerationSettings.Builder generationSettings, @Nullable MusicSound music) private static Biome
OverworldBiomeCreator.createBiome
(Biome.Precipitation precipitation, Biome.Category category, float temperature, float downfall, SpawnSettings.Builder spawnSettings, GenerationSettings.Builder generationSettings, @Nullable MusicSound music) static Biome
OverworldBiomeCreator.createColdOcean
(boolean deep) static Biome
TheNetherBiomeCreator.createCrimsonForest()
static Biome
OverworldBiomeCreator.createDarkForest()
static Biome
OverworldBiomeCreator.createDesert()
static Biome
OverworldBiomeCreator.createDripstoneCaves()
static Biome
TheEndBiomeCreator.createEndBarrens()
private static Biome
TheEndBiomeCreator.createEndBiome
(GenerationSettings.Builder builder) static Biome
TheEndBiomeCreator.createEndHighlands()
static Biome
TheEndBiomeCreator.createEndMidlands()
static Biome
OverworldBiomeCreator.createFrozenOcean
(boolean monument) static Biome
OverworldBiomeCreator.createFrozenPeaks()
static Biome
OverworldBiomeCreator.createGrove()
static Biome
OverworldBiomeCreator.createJaggedPeaks()
static Biome
OverworldBiomeCreator.createJungle()
private static Biome
OverworldBiomeCreator.createJungleFeatures
(float depth, boolean bamboo, boolean sparse, boolean unmodified, SpawnSettings.Builder spawnSettings) static Biome
OverworldBiomeCreator.createLukewarmOcean
(boolean deep) static Biome
OverworldBiomeCreator.createLushCaves()
static Biome
OverworldBiomeCreator.createMeadow()
static Biome
OverworldBiomeCreator.createMushroomFields()
static Biome
TheNetherBiomeCreator.createNetherWastes()
static Biome
OverworldBiomeCreator.createNormalBambooJungle()
static Biome
OverworldBiomeCreator.createNormalForest
(boolean birch, boolean oldGrowth, boolean flower) static Biome
OverworldBiomeCreator.createNormalOcean
(boolean deep) private static Biome
OverworldBiomeCreator.createOcean
(SpawnSettings.Builder spawnSettings, int waterColor, int waterFogColor, GenerationSettings.Builder builder) static Biome
OverworldBiomeCreator.createOldGrowthTaiga
(boolean spruce) static Biome
OverworldBiomeCreator.createPlains
(boolean sunflower, boolean snowy, boolean iceSpikes) static Biome
OverworldBiomeCreator.createRiver
(boolean frozen) static Biome
OverworldBiomeCreator.createSavanna
(boolean windswept, boolean plateau) static Biome
TheEndBiomeCreator.createSmallEndIslands()
static Biome
OverworldBiomeCreator.createSnowySlopes()
static Biome
TheNetherBiomeCreator.createSoulSandValley()
static Biome
OverworldBiomeCreator.createSparseJungle()
static Biome
OverworldBiomeCreator.createStonyPeaks()
static Biome
OverworldBiomeCreator.createSwamp()
static Biome
OverworldBiomeCreator.createTaiga
(boolean cold) static Biome
TheEndBiomeCreator.createTheEnd()
static Biome
OverworldBiomeCreator.createTheVoid()
static Biome
OverworldBiomeCreator.createWarmOcean()
static Biome
TheNetherBiomeCreator.createWarpedForest()
static Biome
OverworldBiomeCreator.createWindsweptHills
(boolean forest) private static Biome
BuiltinBiomes.register
(RegistryKey<Biome> key, Biome biome) Modifier and TypeMethodDescriptionprivate static Biome
BuiltinBiomes.register
(RegistryKey<Biome> key, Biome biome) Modifier and TypeMethodDescriptionprivate static Biome
BuiltinBiomes.register
(RegistryKey<Biome> key, Biome biome) -
Uses of Biome in net.minecraft.world.biome.source
Modifier 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
Modifier and TypeFieldDescriptionFixedBiomeSource.biome
CheckerboardBiomeSource.biomeArray
private final MultiNoiseUtil.Entries<Supplier<Biome>>
MultiNoiseBiomeSource.biomeEntries
MultiNoiseBiomeSource.Instance.biomeRegistry
The field for thebiomeRegistry
record component.TheEndBiomeSource.biomeRegistry
BiomeSource.biomes
MultiNoiseBiomeSource.Preset.biomeSourceFunction
MultiNoiseBiomeSource.Preset.biomeSourceFunction
Modifier and TypeMethodDescriptionabstract Biome
BiomeSource.getBiome
(int x, int y, int z, MultiNoiseUtil.MultiNoiseSampler noise) BiomeSupplier.getBiome
(int x, int y, int z, MultiNoiseUtil.MultiNoiseSampler noise) CheckerboardBiomeSource.getBiome
(int x, int y, int z, MultiNoiseUtil.MultiNoiseSampler noise) FixedBiomeSource.getBiome
(int x, int y, int z, MultiNoiseUtil.MultiNoiseSampler noise) MultiNoiseBiomeSource.getBiome
(int x, int y, int z, MultiNoiseUtil.MultiNoiseSampler noise) TheEndBiomeSource.getBiome
(int x, int y, int z, MultiNoiseUtil.MultiNoiseSampler noise) 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) Modifier and TypeMethodDescriptionMultiNoiseBiomeSource.Instance.biomeRegistry()
Returns the value of thebiomeRegistry
record component.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) Modifier and TypeMethodDescriptionMultiNoiseBiomeSource.Preset.getBiomeSource
(Registry<Biome> biomeRegistry) MultiNoiseBiomeSource.Preset.getBiomeSource
(Registry<Biome> biomeRegistry, boolean useInstance) 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) private List<BiomeSource.class_6827>
BiomeSource.method_39525
(List<Biome> biomes, boolean bool) ModifierConstructorDescriptionFixedBiomeSource
(Biome biome) private
TheEndBiomeSource
(Registry<Biome> biomeRegistry, long seed, Biome centerBiome, Biome highlandsBiome, Biome midlandsBiome, Biome smallIslandsBiome, Biome barrensBiome) ModifierConstructorDescriptionprotected
BiomeSource
(List<Biome> biomes) 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) Creates an instance of aInstance
record class.private
MultiNoiseBiomeSource
(MultiNoiseUtil.Entries<Supplier<Biome>> entries) (package private)
MultiNoiseBiomeSource
(MultiNoiseUtil.Entries<Supplier<Biome>> biomeEntries, Optional<MultiNoiseBiomeSource.Instance> instance) Preset
(Identifier id, Function<Registry<Biome>, MultiNoiseUtil.Entries<Supplier<Biome>>> biomeSourceFunction) Preset
(Identifier id, Function<Registry<Biome>, MultiNoiseUtil.Entries<Supplier<Biome>>> 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
Modifier 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.getBiomeOrWindsweptSavanna
(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) Modifier and TypeMethodDescriptionprivate RegistryKey<Biome>
VanillaBiomeParameters.getBiomeOrWindsweptSavanna
(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
Modifier and TypeFieldDescriptionprivate final PalettedContainer<Biome>
ChunkSection.biomeContainer
private static final Set<RegistryKey<Biome>>
BelowZeroRetrogen.CAVE_BIOMES
Modifier and TypeMethodDescriptionChunkSection.getBiome
(int x, int y, int z) Chunk.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.setBiomeIfAbsent
(Supplier<Biome> biomeSupplier) Deprecated.Modifier and TypeMethodDescriptionprivate static void
Chunk.fillSectionArray
(HeightLimitView world, Registry<Biome> biome, ChunkSection[] sectionArray) static BiomeSupplier
BelowZeroRetrogen.getBiomeSupplier
(BiomeSupplier biomeSupplier, Registry<Biome> biomeRegistry, Chunk chunk) Chunk.setBiomeIfAbsent
(Supplier<Biome> biomeSupplier) Deprecated.ModifierConstructorDescriptionChunk
(ChunkPos pos, UpgradeData upgradeData, HeightLimitView heightLimitView, Registry<Biome> biome, long inhabitedTime, @Nullable ChunkSection[] sectionArrayInitializer, @Nullable BlendingData blendingData) ChunkSection
(int chunkPos, Registry<Biome> biomeRegistry) ProtoChunk
(ChunkPos pos, UpgradeData upgradeData, @Nullable ChunkSection[] sections, SimpleTickScheduler<Block> blockTickScheduler, SimpleTickScheduler<Fluid> fluidTickScheduler, HeightLimitView world, Registry<Biome> biomeRegistry, @Nullable BlendingData blendingData) ProtoChunk
(ChunkPos pos, UpgradeData upgradeData, HeightLimitView world, Registry<Biome> biomeRegistry, @Nullable BlendingData blendingData) -
Uses of Biome in net.minecraft.world.gen.carver
Modifier and TypeMethodDescriptionCarverContext.applyMaterialRule
(Function<BlockPos, Biome> posToBiome, Chunk chunk, BlockPos pos, boolean hasFluid) Deprecated.abstract boolean
Carver.carve
(CarverContext context, C config, Chunk chunk, Function<BlockPos, Biome> posToBiome, Random random, AquiferSampler aquiferSampler, ChunkPos pos, CarvingMask mask) boolean
CaveCarver.carve
(CarverContext carverContext, CaveCarverConfig caveCarverConfig, Chunk chunk, Function<BlockPos, Biome> function, Random random, AquiferSampler aquiferSampler, ChunkPos chunkPos, CarvingMask carvingMask) boolean
ConfiguredCarver.carve
(CarverContext context, Chunk chunk, Function<BlockPos, Biome> posToBiome, Random random, AquiferSampler aquiferSampler, ChunkPos pos, CarvingMask mask) boolean
RavineCarver.carve
(CarverContext carverContext, RavineCarverConfig ravineCarverConfig, Chunk chunk, Function<BlockPos, Biome> function, Random random, AquiferSampler aquiferSampler, ChunkPos chunkPos, CarvingMask carvingMask) protected boolean
Carver.carveAtPoint
(CarverContext context, C config, Chunk chunk, Function<BlockPos, Biome> posToBiome, CarvingMask mask, BlockPos.Mutable mutable, BlockPos.Mutable mutable2, AquiferSampler aquiferSampler, MutableBoolean mutableBoolean) protected boolean
NetherCaveCarver.carveAtPoint
(CarverContext carverContext, CaveCarverConfig caveCarverConfig, Chunk chunk, Function<BlockPos, Biome> function, CarvingMask carvingMask, BlockPos.Mutable mutable, BlockPos.Mutable mutable2, AquiferSampler aquiferSampler, MutableBoolean mutableBoolean) protected void
CaveCarver.carveCave
(CarverContext context, CaveCarverConfig config, Chunk chunk, Function<BlockPos, Biome> posToBiome, AquiferSampler aquiferSampler, double double2, double double3, double double4, float float2, double double5, CarvingMask mask, 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, CarvingMask mask) protected boolean
Carver.carveRegion
(CarverContext context, C config, Chunk chunk, Function<BlockPos, Biome> posToBiome, AquiferSampler aquiferSampler, double double2, double double3, double double4, double double5, double double6, CarvingMask mask, 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, CarvingMask mask, Carver.SkipPredicate skipPredicate) -
Uses of Biome in net.minecraft.world.gen.chunk
Modifier and TypeFieldDescriptionFlatChunkGeneratorConfig.biome
DebugChunkGenerator.biomeRegistry
FlatChunkGeneratorConfig.biomeRegistry
private final ImmutableMap<StructureFeature<?>,
ImmutableMultimap<ConfiguredStructureFeature<?, ?>, RegistryKey<Biome>>> StructuresConfig.configuredStructures
Modifier and TypeMethodDescriptionBlender.blendBiome
(int x, int y, int z) FlatChunkGeneratorConfig.createBiome()
FlatChunkGeneratorConfig.getBiome()
ChunkGenerator.getBiomeForNoiseGen
(int biomeX, int biomeY, int biomeZ) Modifier and TypeMethodDescriptionDebugChunkGenerator.getBiomeRegistry()
StructuresConfig.getConfiguredStructureFeature
(StructureFeature<?> feature) Modifier and TypeMethodDescriptionprivate static boolean
ChunkGenerator.canPlaceStrongholdInBiome
(Biome biome) ChunkGenerator.getEntitySpawnList
(Biome biome, StructureAccessor accessor, SpawnGroup group, BlockPos pos) NoiseChunkGenerator.getEntitySpawnList
(Biome biome, StructureAccessor accessor, SpawnGroup group, BlockPos pos) protected boolean
ChunkGenerator.testBiomeByKey
(Registry<Biome> registry, Predicate<RegistryKey<Biome>> condition, Biome biome) protected boolean
FlatChunkGenerator.testBiomeByKey
(Registry<Biome> registry, Predicate<RegistryKey<Biome>> condition, Biome biome) Modifier and TypeMethodDescriptionNoiseChunkGenerator.applyMaterialRule
(CarverContext context, Function<BlockPos, Biome> posToBiome, Chunk chunk, ChunkNoiseSampler chunkNoiseSampler, BlockPos pos, boolean hasFluid) Deprecated.static FlatChunkGeneratorConfig
FlatChunkGeneratorConfig.getDefaultConfig
(Registry<Biome> biomeRegistry) ChunkGenerator.populateBiomes
(Registry<Biome> biomeRegistry, Executor executor, Blender blender, StructureAccessor structureAccessor, Chunk chunk) NoiseChunkGenerator.populateBiomes
(Registry<Biome> biomeRegistry, Executor executor, Blender blender, StructureAccessor structureAccessor, Chunk chunk) private void
NoiseChunkGenerator.populateBiomes
(Registry<Biome> biomeRegistry, Blender blender, StructureAccessor structureAccessor, Chunk chunk) void
protected boolean
ChunkGenerator.testBiomeByKey
(Registry<Biome> registry, Predicate<RegistryKey<Biome>> condition, Biome biome) protected boolean
ChunkGenerator.testBiomeByKey
(Registry<Biome> registry, Predicate<RegistryKey<Biome>> condition, Biome biome) protected boolean
FlatChunkGenerator.testBiomeByKey
(Registry<Biome> registry, Predicate<RegistryKey<Biome>> condition, Biome biome) protected boolean
FlatChunkGenerator.testBiomeByKey
(Registry<Biome> registry, Predicate<RegistryKey<Biome>> condition, Biome biome) ModifierConstructorDescriptionDebugChunkGenerator
(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
Modifier and TypeMethodDescriptionprivate static boolean
Modifier and TypeMethodDescriptionboolean
StructureFeature.canGenerate
(DynamicRegistryManager registryManager, ChunkGenerator chunkGenerator, BiomeSource biomeSource, StructureManager structureManager, long worldSeed, ChunkPos pos, C config, HeightLimitView world, Predicate<Biome> biomePredicate) 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, 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 structureReferences, StructureConfig structureConfig, HeightLimitView world, Predicate<Biome> biomeLimit) StructureFeature.tryPlaceStart
(DynamicRegistryManager registryManager, ChunkGenerator chunkGenerator, BiomeSource biomeSource, StructureManager structureManager, long worldSeed, ChunkPos pos, int structureReferences, StructureConfig structureConfig, C config, HeightLimitView world, Predicate<Biome> biomePredicate) Tries to place a starting point for this type of structure in the given chunk. -
Uses of Biome in net.minecraft.world.gen.surfacebuilder
Modifier and TypeFieldDescription(package private) Supplier<RegistryKey<Biome>>
MaterialRules.MaterialRuleContext.biomeKeySupplier
MaterialRules.MaterialRuleContext.biomeRegistry
private final List<RegistryKey<Biome>>
MaterialRules.BiomeMaterialCondition.biomes
The field for thebiomes
record component.MaterialRules.MaterialRuleContext.biomeSupplier
MaterialRules.MaterialRuleContext.posToBiome
Modifier and TypeMethodDescriptionMaterialRules.BiomeMaterialCondition.biomes()
Returns the value of thebiomes
record component.Modifier and TypeMethodDescriptionprivate void
SurfaceBuilder.placeIceberg
(int minY, Biome biome, BlockColumn column, BlockPos.Mutable mutablePos, int x, int z, int surfaceY) Modifier and TypeMethodDescriptionSurfaceBuilder.applyMaterialRule
(MaterialRules.MaterialRule rule, CarverContext context, Function<BlockPos, Biome> posToBiome, Chunk chunk, ChunkNoiseSampler chunkNoiseSampler, BlockPos pos, boolean hasFluid) Deprecated.private static MaterialRules.BiomeMaterialCondition
MaterialRules.biome
(List<RegistryKey<Biome>> biomes) void
SurfaceBuilder.buildSurface
(BiomeAccess biomeAccess, Registry<Biome> biomeRegistry, boolean useLegacyRandom, HeightContext context, Chunk chunk, ChunkNoiseSampler chunkNoiseSampler, MaterialRules.MaterialRule surfaceRule) ModifierConstructorDescription(package private)
BiomeMaterialCondition
(List<RegistryKey<Biome>> list) protected
MaterialRuleContext
(SurfaceBuilder surfaceBuilder, Chunk chunk, ChunkNoiseSampler chunkNoiseSampler, Function<BlockPos, Biome> posToBiome, Registry<Biome> biomeRegistry, HeightContext heightContext) protected
MaterialRuleContext
(SurfaceBuilder surfaceBuilder, Chunk chunk, ChunkNoiseSampler chunkNoiseSampler, Function<BlockPos, Biome> posToBiome, Registry<Biome> biomeRegistry, HeightContext heightContext) -
Uses of Biome in net.minecraft.world.level