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
Methods in net.minecraft that return Biome -
Uses of Biome in net.minecraft.client.gui.screen
Fields in net.minecraft.client.gui.screen declared as BiomeModifier and TypeFieldDescription(package private) BiomeCustomizeBuffetLevelScreen.biome(package private) final BiomeCustomizeBuffetLevelScreen.BuffetBiomesListWidget.BuffetBiomeItem.biomeFields in net.minecraft.client.gui.screen with type parameters of type BiomeModifier and TypeFieldDescriptionprivate static final RegistryKey<Biome>PresetsScreen.BIOME_KEYCustomizeBuffetLevelScreen.biomeRegistryPresetsScreen.SuperflatPreset.generatorConfigProviderCustomizeBuffetLevelScreen.onDoneMethod parameters in net.minecraft.client.gui.screen with type arguments of type BiomeModifier and TypeMethodDescriptionprivate static voidPresetsScreen.addPreset(Text presetName, ItemConvertible icon, RegistryKey<Biome> presetBiome, List<StructureFeature<?>> structures, boolean generateStronghold, boolean generateFeatures, boolean generateLakes, FlatChunkGeneratorLayer[] layers) (package private) static StringPresetsScreen.getGeneratorConfigString(Registry<Biome> biomeRegistry, FlatChunkGeneratorConfig generatorConfig) static FlatChunkGeneratorConfigPresetsScreen.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 BiomeGeneratorType.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 GeneratorOptionsGeneratorType.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_BIOMESMethods 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.TaskAdventureTabAdvancementGenerator.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.TypeFoxEntity.Type.fromBiome(Optional<RegistryKey<Biome>> 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.biomeprivate @Nullable RegistryKey<Biome>LocationPredicate.Builder.biomeMethod parameters in net.minecraft.predicate.entity with type arguments of type BiomeModifier and TypeMethodDescriptionstatic LocationPredicateLocationPredicate.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 TypeFieldDescriptionStructurePiecesGenerator.Context.biomeLimitThe field for thebiomeLimitrecord component.Methods in net.minecraft.structure that return types with arguments of type BiomeModifier and TypeMethodDescriptionStructurePiecesGenerator.Context.biomeLimit()Returns the value of thebiomeLimitrecord component.Constructor parameters in net.minecraft.structure with type arguments of type BiomeModifierConstructorDescriptionContext(DynamicRegistryManager dynamicRegistryManager, ChunkGenerator chunkGenerator, StructureManager structureManager, ChunkPos chunkPos, Predicate<Biome> predicate, HeightLimitView heightLimitView, ChunkRandom chunkRandom, long long2) -
Uses of Biome in net.minecraft.structure.pool
Method parameters in net.minecraft.structure.pool with type arguments of type BiomeModifier and TypeMethodDescriptionstatic voidStructurePoolBasedGenerator.generate(DynamicRegistryManager registryManager, StructurePoolFeatureConfig config, StructurePoolBasedGenerator.PieceFactory pieceFactory, ChunkGenerator chunkGenerator, StructureManager structureManager, BlockPos pos, StructurePiecesHolder children, Random random, boolean modifyBoundingBox, boolean surface, HeightLimitView world, Predicate<Biome> biomeLimit) -
Uses of Biome in net.minecraft.test
Constructor parameters in net.minecraft.test with type arguments of type BiomeModifierConstructorDescriptionprivateTestServer(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_TYPEMethod parameters in net.minecraft.village with type arguments of type BiomeModifier and TypeMethodDescriptionstatic VillagerTypeVillagerType.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 BiomeSpawnHelper.getBiomeDirectly(BlockPos pos, Chunk chunk) default BiomeWorldView.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 voidSpawnHelper.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) -
Uses of Biome in net.minecraft.world.biome
Fields in net.minecraft.world.biome declared as BiomeModifier and TypeFieldDescriptionstatic final BiomeBuiltinBiomes.PLAINSDeprecated.static final BiomeBuiltinBiomes.THE_VOIDDeprecated.Fields in net.minecraft.world.biome with type parameters of type BiomeModifier and TypeFieldDescriptionstatic final RegistryKey<Biome>BiomeKeys.BADLANDSstatic final RegistryKey<Biome>BiomeKeys.BAMBOO_JUNGLEstatic final RegistryKey<Biome>BiomeKeys.BASALT_DELTASstatic final RegistryKey<Biome>BiomeKeys.BEACHstatic final RegistryKey<Biome>BiomeKeys.BIRCH_FORESTstatic final com.mojang.serialization.Codec<Biome>Biome.CODECstatic final RegistryKey<Biome>BiomeKeys.COLD_OCEANstatic final RegistryKey<Biome>BiomeKeys.CRIMSON_FORESTstatic final RegistryKey<Biome>BiomeKeys.DARK_FORESTstatic final RegistryKey<Biome>BiomeKeys.DEEP_COLD_OCEANstatic final RegistryKey<Biome>BiomeKeys.DEEP_FROZEN_OCEANstatic final RegistryKey<Biome>BiomeKeys.DEEP_LUKEWARM_OCEANstatic final RegistryKey<Biome>BiomeKeys.DEEP_OCEANstatic final RegistryKey<Biome>BiomeKeys.DESERTstatic final RegistryKey<Biome>BiomeKeys.DRIPSTONE_CAVESstatic final RegistryKey<Biome>BiomeKeys.END_BARRENSstatic final RegistryKey<Biome>BiomeKeys.END_HIGHLANDSstatic final RegistryKey<Biome>BiomeKeys.END_MIDLANDSstatic final RegistryKey<Biome>BiomeKeys.ERODED_BADLANDSstatic final com.mojang.serialization.Codec<Biome>Biome.field_26633Biome.field_26750static final RegistryKey<Biome>BiomeKeys.FLOWER_FORESTstatic final RegistryKey<Biome>BiomeKeys.FORESTstatic final RegistryKey<Biome>BiomeKeys.FROZEN_OCEANstatic final RegistryKey<Biome>BiomeKeys.FROZEN_PEAKSstatic final RegistryKey<Biome>BiomeKeys.FROZEN_RIVERstatic final RegistryKey<Biome>BiomeKeys.GROVEstatic final RegistryKey<Biome>BiomeKeys.ICE_SPIKESstatic final RegistryKey<Biome>BiomeKeys.JAGGED_PEAKSstatic final RegistryKey<Biome>BiomeKeys.JUNGLEstatic final RegistryKey<Biome>BiomeKeys.LUKEWARM_OCEANstatic final RegistryKey<Biome>BiomeKeys.LUSH_CAVESstatic final RegistryKey<Biome>BiomeKeys.MEADOWstatic final RegistryKey<Biome>BiomeKeys.MUSHROOM_FIELDSstatic final RegistryKey<Biome>BiomeKeys.NETHER_WASTESstatic final RegistryKey<Biome>BiomeKeys.OCEANstatic final RegistryKey<Biome>BiomeKeys.OLD_GROWTH_BIRCH_FORESTstatic final RegistryKey<Biome>BiomeKeys.OLD_GROWTH_PINE_TAIGAstatic final RegistryKey<Biome>BiomeKeys.OLD_GROWTH_SPRUCE_TAIGAstatic final RegistryKey<Biome>BiomeKeys.PLAINSBiome.REGISTRY_CODECstatic final RegistryKey<Biome>BiomeKeys.RIVERstatic final RegistryKey<Biome>BiomeKeys.SAVANNAstatic final RegistryKey<Biome>BiomeKeys.SAVANNA_PLATEAUstatic final RegistryKey<Biome>BiomeKeys.SMALL_END_ISLANDSstatic final RegistryKey<Biome>BiomeKeys.SNOWY_BEACHstatic final RegistryKey<Biome>BiomeKeys.SNOWY_PLAINSstatic final RegistryKey<Biome>BiomeKeys.SNOWY_SLOPESstatic final RegistryKey<Biome>BiomeKeys.SNOWY_TAIGAstatic final RegistryKey<Biome>BiomeKeys.SOUL_SAND_VALLEYstatic final RegistryKey<Biome>BiomeKeys.SPARSE_JUNGLEstatic final RegistryKey<Biome>BiomeKeys.STONY_PEAKSstatic final RegistryKey<Biome>BiomeKeys.STONY_SHOREstatic final RegistryKey<Biome>BiomeKeys.SUNFLOWER_PLAINSstatic final RegistryKey<Biome>BiomeKeys.SWAMPstatic final RegistryKey<Biome>BiomeKeys.TAIGAstatic final RegistryKey<Biome>BiomeKeys.THE_ENDstatic final RegistryKey<Biome>BiomeKeys.THE_VOIDstatic final RegistryKey<Biome>BiomeKeys.WARM_OCEANstatic final RegistryKey<Biome>BiomeKeys.WARPED_FORESTstatic final RegistryKey<Biome>BiomeKeys.WINDSWEPT_FORESTstatic final RegistryKey<Biome>BiomeKeys.WINDSWEPT_GRAVELLY_HILLSstatic final RegistryKey<Biome>BiomeKeys.WINDSWEPT_HILLSstatic final RegistryKey<Biome>BiomeKeys.WINDSWEPT_SAVANNAstatic final RegistryKey<Biome>BiomeKeys.WOODED_BADLANDSMethods in net.minecraft.world.biome that return BiomeModifier and TypeMethodDescriptionBiome.Builder.build()static BiomeTheNetherBiomeCreator.createBasaltDeltas()static BiomeOverworldBiomeCreator.createBeach(boolean bool, boolean bool2) static BiomeOverworldBiomeCreator.createColdOcean(boolean deep) static BiomeTheNetherBiomeCreator.createCrimsonForest()static BiomeOverworldBiomeCreator.createDarkForest()static BiomeOverworldBiomeCreator.createDesert()static BiomeOverworldBiomeCreator.createDripstoneCaves()static BiomeTheEndBiomeCreator.createEndBarrens()private static BiomeTheEndBiomeCreator.createEndBiome(GenerationSettings.Builder builder) static BiomeTheEndBiomeCreator.createEndHighlands()static BiomeTheEndBiomeCreator.createEndMidlands()static BiomeOverworldBiomeCreator.createFrozenOcean(boolean monument) static BiomeOverworldBiomeCreator.createFrozenPeaks()static BiomeOverworldBiomeCreator.createGrove()static BiomeOverworldBiomeCreator.createJaggedPeaks()static BiomeOverworldBiomeCreator.createJungle()private static BiomeOverworldBiomeCreator.createJungleFeatures(float depth, boolean bamboo, boolean sparse, boolean unmodified, SpawnSettings.Builder builder) static BiomeOverworldBiomeCreator.createLukewarmOcean(boolean deep) static BiomeOverworldBiomeCreator.createLushCaves()static BiomeOverworldBiomeCreator.createMeadow()static BiomeOverworldBiomeCreator.createMushroomFields()static BiomeTheNetherBiomeCreator.createNetherWastes()static BiomeOverworldBiomeCreator.createNormalBadlands(boolean bool) static BiomeOverworldBiomeCreator.createNormalBambooJungle()static BiomeOverworldBiomeCreator.createNormalForest(boolean bool, boolean bool2, boolean bool3) static BiomeOverworldBiomeCreator.createNormalOcean(boolean deep) private static BiomeOverworldBiomeCreator.createOcean(SpawnSettings.Builder spawnSettings, int waterColor, int waterFogColor, GenerationSettings.Builder builder) static BiomeOverworldBiomeCreator.createOldGrowthPineTaiga(boolean bool) static BiomeOverworldBiomeCreator.createPlains(boolean bool, boolean bool2, boolean bool3) static BiomeOverworldBiomeCreator.createRiver(boolean bool) static BiomeOverworldBiomeCreator.createSavanna(boolean bool, boolean windswept) static BiomeTheEndBiomeCreator.createSmallEndIslands()static BiomeOverworldBiomeCreator.createSnowySlopes()static BiomeTheNetherBiomeCreator.createSoulSandValley()static BiomeOverworldBiomeCreator.createSparseJungle()static BiomeOverworldBiomeCreator.createStonyPeaks()static BiomeOverworldBiomeCreator.createSwamp()static BiomeOverworldBiomeCreator.createTaiga(boolean cold) static BiomeTheEndBiomeCreator.createTheEnd()static BiomeOverworldBiomeCreator.createTheVoid()static BiomeOverworldBiomeCreator.createWarmOcean()static BiomeTheNetherBiomeCreator.createWarpedForest()static BiomeOverworldBiomeCreator.createWindsweptHills(boolean bool) private static BiomeOverworldBiomeCreator.method_39151(Biome.Precipitation precipitation, Biome.Category category, float float2, float float3, int int2, int int3, SpawnSettings.Builder builder, GenerationSettings.Builder builder2, @Nullable MusicSound musicSound) private static BiomeOverworldBiomeCreator.method_39152(Biome.Precipitation precipitation, Biome.Category category, float float2, float float3, SpawnSettings.Builder builder, GenerationSettings.Builder builder2, @Nullable MusicSound musicSound) private static BiomeBuiltinBiomes.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 BiomeBuiltinBiomes.register(RegistryKey<Biome> key, Biome biome) Method parameters in net.minecraft.world.biome with type arguments of type BiomeModifier and TypeMethodDescriptionprivate static BiomeBuiltinBiomes.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 BiomeTheEndBiomeSource.barrensBiomeprivate final BiomeTheEndBiomeSource.centerBiomeprivate final BiomeTheEndBiomeSource.highlandsBiomeprivate final BiomeTheEndBiomeSource.midlandsBiomeprivate final BiomeTheEndBiomeSource.smallIslandsBiomeFields in net.minecraft.world.biome.source with type parameters of type BiomeModifier and TypeFieldDescriptionFixedBiomeSource.biomeCheckerboardBiomeSource.biomeArrayprivate final MultiNoiseUtil.Entries<Supplier<Biome>>MultiNoiseBiomeSource.biomeEntriesMultiNoiseBiomeSource.Instance.biomeRegistryThe field for thebiomeRegistryrecord component.TheEndBiomeSource.biomeRegistryBiomeSource.biomesMultiNoiseBiomeSource.Preset.biomeSourceFunctionMultiNoiseBiomeSource.Preset.biomeSourceFunctionMethods in net.minecraft.world.biome.source that return BiomeModifier and TypeMethodDescriptionabstract BiomeBiomeSource.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 thebiomeRegistryrecord 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) 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<List<PlacedFeature>>BiomeSource.method_39525(List<Biome> list, boolean bool) MultiNoiseBiomeSource.Preset.method_39532(Registry<Biome> registry, boolean bool) Constructors in net.minecraft.world.biome.source with parameters of type BiomeModifierConstructorDescriptionFixedBiomeSource(Biome biome) privateTheEndBiomeSource(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 BiomeModifierConstructorDescriptionprotectedBiomeSource(List<Biome> list) protectedBiomeSource(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 aInstancerecord class.privateMultiNoiseBiomeSource(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>>> function) Preset(Identifier id, Function<Registry<Biome>, MultiNoiseUtil.Entries<Supplier<Biome>>> function) TheEndBiomeSource(Registry<Biome> biomeRegistry, long seed) privateTheEndBiomeSource(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 voidVanillaBiomeParameters.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 voidVanillaBiomeParameters.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 voidVanillaBiomeParameters.writeBiomesNearRivers(Consumer<com.mojang.datafixers.util.Pair<MultiNoiseUtil.NoiseHypercube, RegistryKey<Biome>>> parameters, MultiNoiseUtil.ParameterRange weirdness) private voidVanillaBiomeParameters.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 voidVanillaBiomeParameters.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 voidVanillaBiomeParameters.writeCaveBiomes(Consumer<com.mojang.datafixers.util.Pair<MultiNoiseUtil.NoiseHypercube, RegistryKey<Biome>>> parameters) voidVanillaTerrainParameters.writeDebugBiomes(Consumer<com.mojang.datafixers.util.Pair<MultiNoiseUtil.NoiseHypercube, RegistryKey<Biome>>> parameters) private voidVanillaBiomeParameters.writeLandBiomes(Consumer<com.mojang.datafixers.util.Pair<MultiNoiseUtil.NoiseHypercube, RegistryKey<Biome>>> parameters) private voidVanillaBiomeParameters.writeMixedBiomes(Consumer<com.mojang.datafixers.util.Pair<MultiNoiseUtil.NoiseHypercube, RegistryKey<Biome>>> parameters, MultiNoiseUtil.ParameterRange weirdness) private voidVanillaBiomeParameters.writeMountainousBiomes(Consumer<com.mojang.datafixers.util.Pair<MultiNoiseUtil.NoiseHypercube, RegistryKey<Biome>>> parameters, MultiNoiseUtil.ParameterRange weirdness) private voidVanillaBiomeParameters.writeOceanBiomes(Consumer<com.mojang.datafixers.util.Pair<MultiNoiseUtil.NoiseHypercube, RegistryKey<Biome>>> parameters) private voidVanillaBiomeParameters.writePlainBiomes(Consumer<com.mojang.datafixers.util.Pair<MultiNoiseUtil.NoiseHypercube, RegistryKey<Biome>>> parameters, MultiNoiseUtil.ParameterRange weirdness) private voidVanillaBiomeParameters.writeRiverBiomes(Consumer<com.mojang.datafixers.util.Pair<MultiNoiseUtil.NoiseHypercube, RegistryKey<Biome>>> parameters, MultiNoiseUtil.ParameterRange weirdness) protected voidVanillaBiomeParameters.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.biomeContainerMethods 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.method_38258(Supplier<Biome> supplier) 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 voidChunk.fillSectionArray(HeightLimitView world, Registry<Biome> biome, ChunkSection[] sectionArray) Chunk.method_38258(Supplier<Biome> supplier) 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 Blender 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 Blender blendingData) ProtoChunk(ChunkPos pos, UpgradeData upgradeData, HeightLimitView world, Registry<Biome> biomeRegistry, @Nullable Blender 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 TypeMethodDescriptionabstract booleanCarver.carve(CarverContext context, C config, Chunk chunk, Function<BlockPos, Biome> posToBiome, Random random, AquiferSampler aquiferSampler, ChunkPos pos, CarvingMask carvingMask) booleanCaveCarver.carve(CarverContext carverContext, CaveCarverConfig caveCarverConfig, Chunk chunk, Function<BlockPos, Biome> function, Random random, AquiferSampler aquiferSampler, ChunkPos chunkPos, CarvingMask carvingMask) booleanConfiguredCarver.carve(CarverContext context, Chunk chunk, Function<BlockPos, Biome> posToBiome, Random random, AquiferSampler aquiferSampler, ChunkPos pos, CarvingMask carvingMask) booleanRavineCarver.carve(CarverContext carverContext, RavineCarverConfig ravineCarverConfig, Chunk chunk, Function<BlockPos, Biome> function, Random random, AquiferSampler aquiferSampler, ChunkPos chunkPos, CarvingMask carvingMask) protected booleanCarver.carveAtPoint(CarverContext context, C config, Chunk chunk, Function<BlockPos, Biome> posToBiome, CarvingMask carvingMask, BlockPos.Mutable mutable, BlockPos.Mutable mutable2, AquiferSampler aquiferSampler, MutableBoolean mutableBoolean) protected booleanNetherCaveCarver.carveAtPoint(CarverContext carverContext, CaveCarverConfig caveCarverConfig, Chunk chunk, Function<BlockPos, Biome> function, CarvingMask carvingMask, BlockPos.Mutable mutable, BlockPos.Mutable mutable2, AquiferSampler aquiferSampler, MutableBoolean mutableBoolean) protected voidCaveCarver.carveCave(CarverContext context, CaveCarverConfig config, Chunk chunk, Function<BlockPos, Biome> posToBiome, AquiferSampler aquiferSampler, double double2, double double3, double double4, float float2, double double5, CarvingMask carvingMask, Carver.SkipPredicate skipPredicate) private voidRavineCarver.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 carvingMask) protected booleanCarver.carveRegion(CarverContext context, C config, Chunk chunk, Function<BlockPos, Biome> posToBiome, AquiferSampler aquiferSampler, double double2, double double3, double double4, double double5, double double6, CarvingMask carvingMask, Carver.SkipPredicate skipPredicate) protected voidCaveCarver.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 carvingMask, Carver.SkipPredicate skipPredicate) CarverContext.method_39114(Function<BlockPos, Biome> function, Chunk chunk, BlockPos blockPos, boolean bool) Deprecated. -
Uses of Biome in net.minecraft.world.gen.chunk
Fields in net.minecraft.world.gen.chunk with type parameters of type BiomeModifier and TypeFieldDescriptionFlatChunkGeneratorConfig.biomeDebugChunkGenerator.biomeRegistryFlatChunkGeneratorConfig.biomeRegistryprivate final ImmutableMap<StructureFeature<?>,ImmutableMultimap<ConfiguredStructureFeature<?, ?>, RegistryKey<Biome>>> StructuresConfig.configuredStructuresMethods 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 TypeMethodDescriptionprivate static booleanChunkGenerator.canPlaceStrongholdInBiome(Biome biome) ChunkGenerator.getEntitySpawnList(Biome biome, StructureAccessor accessor, SpawnGroup group, BlockPos pos) NoiseChunkGenerator.getEntitySpawnList(Biome biome, StructureAccessor accessor, SpawnGroup group, BlockPos pos) protected booleanChunkGenerator.testBiomeByKey(Registry<Biome> registry, Predicate<RegistryKey<Biome>> condition, Biome biome) protected booleanFlatChunkGenerator.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 TypeMethodDescriptionstatic FlatChunkGeneratorConfigFlatChunkGeneratorConfig.getDefaultConfig(Registry<Biome> biomeRegistry) NoiseChunkGenerator.method_39041(CarverContext context, Function<BlockPos, Biome> function, Chunk chunk, ChunkNoiseSampler chunkNoiseSampler, BlockPos blockPos, boolean bool) Deprecated.voidprotected booleanChunkGenerator.testBiomeByKey(Registry<Biome> registry, Predicate<RegistryKey<Biome>> condition, Biome biome) protected booleanChunkGenerator.testBiomeByKey(Registry<Biome> registry, Predicate<RegistryKey<Biome>> condition, Biome biome) protected booleanFlatChunkGenerator.testBiomeByKey(Registry<Biome> registry, Predicate<RegistryKey<Biome>> condition, Biome biome) protected booleanFlatChunkGenerator.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) privateFlatChunkGeneratorConfig(Registry<Biome> biomeRegistry, StructuresConfig structuresConfig, List<FlatChunkGeneratorLayer> layers, boolean hasLakes, boolean hasFeatures, Optional<Supplier<Biome>> biome) privateFlatChunkGeneratorConfig(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 booleanMethod parameters in net.minecraft.world.gen.feature with type arguments of type BiomeModifier and TypeMethodDescriptionprivate static voidConfiguredStructureFeatures.register(BiConsumer<ConfiguredStructureFeature<?, ?>, RegistryKey<Biome>> registrar, ConfiguredStructureFeature<?, ?> feature, Set<RegistryKey<Biome>> biomes) private static voidConfiguredStructureFeatures.register(BiConsumer<ConfiguredStructureFeature<?, ?>, RegistryKey<Biome>> registrar, ConfiguredStructureFeature<?, ?> feature, Set<RegistryKey<Biome>> biomes) private static voidConfiguredStructureFeatures.register(BiConsumer<ConfiguredStructureFeature<?, ?>, RegistryKey<Biome>> registrar, ConfiguredStructureFeature<?, ?> feature, RegistryKey<Biome> biome) private static voidConfiguredStructureFeatures.register(BiConsumer<ConfiguredStructureFeature<?, ?>, RegistryKey<Biome>> registrar, ConfiguredStructureFeature<?, ?> feature, RegistryKey<Biome> biome) static voidConfiguredStructureFeatures.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> biomeLimit) 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.biomeKeySupplierMaterialRules.MaterialRuleContext.biomeRegistryprivate final List<RegistryKey<Biome>>MaterialRules.BiomeMaterialCondition.biomesThe field for thebiomesrecord component.MaterialRules.MaterialRuleContext.biomeSupplierMaterialRules.MaterialRuleContext.posToBiomeMethods in net.minecraft.world.gen.surfacebuilder that return types with arguments of type BiomeModifier and TypeMethodDescriptionMaterialRules.BiomeMaterialCondition.biomes()Returns the value of thebiomesrecord component.Methods in net.minecraft.world.gen.surfacebuilder with parameters of type BiomeModifier and TypeMethodDescriptionprivate voidSurfaceBuilder.method_39104(int int2, Biome biome, BlockColumn blockColumn, BlockPos.Mutable mutablePos, int x, int z, int surfaceY) Method parameters in net.minecraft.world.gen.surfacebuilder with type arguments of type BiomeModifier and TypeMethodDescriptionprivate static MaterialRules.BiomeMaterialConditionMaterialRules.biome(List<RegistryKey<Biome>> biomes) voidSurfaceBuilder.buildSurface(BiomeAccess biomeAccess, Registry<Biome> biomeRegistry, boolean useLegacyRandom, HeightContext context, Chunk chunk, ChunkNoiseSampler chunkNoiseSampler, MaterialRules.MaterialRule surfaceRule) SurfaceBuilder.method_39110(MaterialRules.MaterialRule rule, CarverContext context, Function<BlockPos, Biome> function, Chunk chunk, ChunkNoiseSampler chunkNoiseSampler, BlockPos blockPos, boolean bool) Deprecated.Constructor parameters in net.minecraft.world.gen.surfacebuilder with type arguments of type BiomeModifierConstructorDescription(package private)BiomeMaterialCondition(List<RegistryKey<Biome>> list) protectedMaterialRuleContext(SurfaceBuilder surfaceBuilder, Chunk chunk, ChunkNoiseSampler chunkNoiseSampler, Function<BlockPos, Biome> function, Registry<Biome> registry, HeightContext heightContext) protectedMaterialRuleContext(SurfaceBuilder surfaceBuilder, Chunk chunk, ChunkNoiseSampler chunkNoiseSampler, Function<BlockPos, Biome> function, Registry<Biome> registry, HeightContext heightContext) -
Uses of Biome in net.minecraft.world.level
Methods in net.minecraft.world.level with parameters of type Biome