Uses of Class
net.minecraft.world.biome.Biome
Packages that use Biome
Package
Description
-
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) -
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>>
NetherTabAdvancementGenerator.NETHER_BIOMES
Methods in net.minecraft.data.server that return types with arguments of type BiomeModifier and TypeMethodDescriptionprivate List<RegistryKey<Biome>>
AdventureTabAdvancementGenerator.getOverworldBiomes()
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
Methods in net.minecraft.entity.passive with parameters of type Biome -
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
Fields in net.minecraft.structure with type parameters of type BiomeModifier and TypeFieldDescriptionStructureGeneratorFactory.Context.validBiome
The field for thevalidBiome
record component.Methods in net.minecraft.structure that return types with arguments of type BiomeModifier and TypeMethodDescriptionStructureGeneratorFactory.Context.validBiome()
Returns the value of thevalidBiome
record component.Constructor parameters in net.minecraft.structure with type arguments of type BiomeModifierConstructorDescriptionContext
(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
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
Fields in net.minecraft.world with type parameters of type BiomeMethods 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 TypeMethodDescriptionprivate static com.mojang.serialization.Codec<PalettedContainer<Biome>>
ChunkSerializer.createCodec
(Registry<Biome> biomeRegistry) default 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) Method parameters in net.minecraft.world with type arguments of type BiomeModifier 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
Fields in net.minecraft.world.biome declared as BiomeModifier and TypeFieldDescriptionstatic final Biome
BuiltinBiomes.PLAINS
Deprecated.static final Biome
BuiltinBiomes.THE_VOID
Deprecated.Fields in net.minecraft.world.biome with type parameters of type BiomeModifier 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
Methods in net.minecraft.world.biome that return BiomeModifier 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) 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> key, Biome biome) Method parameters in net.minecraft.world.biome with type arguments of type BiomeModifier and TypeMethodDescriptionprivate static Biome
BuiltinBiomes.register
(RegistryKey<Biome> key, 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<Supplier<Biome>>
MultiNoiseBiomeSource.biomeEntries
MultiNoiseBiomeSource.Instance.biomeRegistry
The field for thebiomeRegistry
record component.TheEndBiomeSource.biomeRegistry
BiomeSource.biomes
MultiNoiseBiomeSource.Preset.biomeSourceFunction
MultiNoiseBiomeSource.Preset.biomeSourceFunction
Methods in net.minecraft.world.biome.source that return BiomeModifier 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) Methods in net.minecraft.world.biome.source that return types with arguments of type BiomeModifier 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) Method parameters in net.minecraft.world.biome.source with type arguments of type BiomeModifier 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) 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> 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
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.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) Method parameters in net.minecraft.world.biome.source.util with type arguments of type BiomeModifier 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
Fields in net.minecraft.world.chunk declared as BiomeFields in net.minecraft.world.chunk with type parameters of type BiomeModifier and TypeFieldDescriptionprivate final PalettedContainer<Biome>
ChunkSection.biomeContainer
private static final Set<RegistryKey<Biome>>
BelowZeroRetrogen.CAVE_BIOMES
Methods in net.minecraft.world.chunk that return BiomeModifier 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.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.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.Constructor parameters in net.minecraft.world.chunk with type arguments of type BiomeModifierConstructorDescriptionChunk
(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
Method parameters in net.minecraft.world.gen.carver with type arguments of type BiomeModifier 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
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 TypeMethodDescriptionBlender.blendBiome
(int x, int y, int z) FlatChunkGeneratorConfig.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 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) Method parameters in net.minecraft.world.gen.chunk with type arguments of type BiomeModifier 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) 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 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
Fields in net.minecraft.world.gen.surfacebuilder with type parameters of type BiomeModifier 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
Methods in net.minecraft.world.gen.surfacebuilder that return types with arguments of type BiomeModifier and TypeMethodDescriptionMaterialRules.BiomeMaterialCondition.biomes()
Returns the value of thebiomes
record component.Methods in net.minecraft.world.gen.surfacebuilder with parameters of type BiomeModifier and TypeMethodDescriptionprivate void
SurfaceBuilder.placeIceberg
(int minY, Biome biome, BlockColumn column, BlockPos.Mutable mutablePos, int x, int z, int surfaceY) Method parameters in net.minecraft.world.gen.surfacebuilder with type arguments of type BiomeModifier 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) Constructor parameters in net.minecraft.world.gen.surfacebuilder with type arguments of type BiomeModifierConstructorDescription(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
Methods in net.minecraft.world.level with parameters of type Biome