Uses of Class
net.minecraft.world.biome.Biome
Packages that use Biome
Package
Description
-
Uses of Biome in net.minecraft.client.gui.hud
Method parameters in net.minecraft.client.gui.hud with type arguments of type BiomeModifier and TypeMethodDescriptionprivate static StringDebugHud.getBiomeString(RegistryEntry<Biome> biome) -
Uses of Biome in net.minecraft.client.gui.screen
Fields in net.minecraft.client.gui.screen with type parameters of type BiomeModifier and TypeFieldDescription(package private) RegistryEntry<Biome>CustomizeBuffetLevelScreen.biome(package private) final RegistryEntry.Reference<Biome>CustomizeBuffetLevelScreen.BuffetBiomesListWidget.BuffetBiomeItem.biomeprivate static final RegistryKey<Biome>PresetsScreen.BIOME_KEYCustomizeBuffetLevelScreen.biomeRegistryprivate final Consumer<RegistryEntry<Biome>>CustomizeBuffetLevelScreen.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, Set<RegistryKey<StructureSet>> structureKeys, boolean generateStronghold, boolean generateFeatures, FlatChunkGeneratorLayer[] layers) static FlatChunkGeneratorConfigPresetsScreen.parsePresetString(Registry<Biome> biomeRegistry, Registry<StructureSet> structureSetRegistry, String preset, FlatChunkGeneratorConfig generatorConfig) Constructor parameters in net.minecraft.client.gui.screen with type arguments of type BiomeModifierConstructorDescriptionBuffetBiomeItem(RegistryEntry.Reference<Biome> reference) CustomizeBuffetLevelScreen(Screen parent, DynamicRegistryManager registryManager, Consumer<RegistryEntry<Biome>> onDone, RegistryEntry<Biome> registryEntry) CustomizeBuffetLevelScreen(Screen parent, DynamicRegistryManager registryManager, Consumer<RegistryEntry<Biome>> onDone, RegistryEntry<Biome> registryEntry) -
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 types with arguments of type BiomeModifier and TypeMethodDescriptionClientWorld.getGeneratorStoredBiome(int biomeX, int biomeY, int biomeZ) private static RegistryEntry<Biome>GeneratorType.method_40214(DynamicRegistryManager dynamicRegistryManager, GeneratorOptions generatorOptions) Method parameters in net.minecraft.client.world with type arguments of type BiomeModifier and TypeMethodDescriptionprivate static GeneratorOptionsGeneratorType.createFixedBiomeOptions(DynamicRegistryManager registryManager, GeneratorOptions generatorOptions, RegistryEntry<Biome> registryEntry) -
Uses of Biome in net.minecraft.command.argument
Methods in net.minecraft.command.argument that return types with arguments of type BiomeModifier and TypeMethodDescriptionRegistryPredicateArgumentType.getBiomePredicate(com.mojang.brigadier.context.CommandContext<ServerCommandSource> context, String name) -
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.BuilderAdventureTabAdvancementGenerator.requireListedBiomesVisited(Advancement.Builder task, List<RegistryKey<Biome>> biomes) -
Uses of Biome in net.minecraft.entity.passive
Method parameters in net.minecraft.entity.passive with type arguments of type BiomeModifier and TypeMethodDescriptionstatic FoxEntity.TypeFoxEntity.Type.fromBiome(RegistryEntry<Biome> registryEntry) -
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 RegistryKey<ConfiguredStructureFeature<?, ?>> feature, @Nullable RegistryKey<World> dimension, @Nullable Boolean smokey, LightPredicate light, BlockPredicate block, FluidPredicate fluid) -
Uses of Biome in net.minecraft.server.command
Method parameters in net.minecraft.server.command with type arguments of type BiomeModifier and TypeMethodDescriptionprivate static intLocateBiomeCommand.execute(ServerCommandSource source, RegistryPredicateArgumentType.RegistryPredicate<Biome> biome) -
Uses of Biome in net.minecraft.server.world
Methods in net.minecraft.server.world that return types with arguments of type BiomeModifier and TypeMethodDescriptionServerWorld.getGeneratorStoredBiome(int biomeX, int biomeY, int biomeZ) @Nullable com.mojang.datafixers.util.Pair<BlockPos,RegistryEntry<Biome>> ServerWorld.locateBiome(Predicate<RegistryEntry<Biome>> biomeEntryPredicate, BlockPos pos, int radius, int blockCheckInterval) Method parameters in net.minecraft.server.world with type arguments of type BiomeModifier and TypeMethodDescription@Nullable com.mojang.datafixers.util.Pair<BlockPos,RegistryEntry<Biome>> ServerWorld.locateBiome(Predicate<RegistryEntry<Biome>> biomeEntryPredicate, BlockPos pos, int radius, int blockCheckInterval) -
Uses of Biome in net.minecraft.structure
Fields in net.minecraft.structure with type parameters of type BiomeModifier and TypeFieldDescriptionprivate final Predicate<RegistryEntry<Biome>>StructureGeneratorFactory.Context.validBiomeThe field for thevalidBiomerecord component.Methods in net.minecraft.structure that return types with arguments of type BiomeModifier and TypeMethodDescriptionStructureGeneratorFactory.Context.validBiome()Returns the value of thevalidBiomerecord component.Method parameters in net.minecraft.structure with type arguments of type BiomeModifier and TypeMethodDescriptionbooleanStructureSet.WeightedEntry.matches(Predicate<RegistryEntry<Biome>> predicate) 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<RegistryEntry<Biome>> predicate, StructureManager structureManager, DynamicRegistryManager dynamicRegistryManager) -
Uses of Biome in net.minecraft.tag
Fields in net.minecraft.tag with type parameters of type BiomeModifier and TypeFieldDescriptionBiomeTags.BASTION_REMNANT_HAS_STRUCTUREBiomeTags.BURIED_TREASURE_HAS_STRUCTUREBiomeTags.DESERT_PYRAMID_HAS_STRUCTUREBiomeTags.END_CITY_HAS_STRUCTUREBiomeTags.IGLOO_HAS_STRUCTUREBiomeTags.IS_BADLANDSBiomeTags.IS_BEACHBiomeTags.IS_DEEP_OCEANBiomeTags.IS_FORESTBiomeTags.IS_HILLBiomeTags.IS_JUNGLEBiomeTags.IS_MOUNTAINBiomeTags.IS_NETHERBiomeTags.IS_OCEANBiomeTags.IS_RIVERBiomeTags.IS_TAIGABiomeTags.JUNGLE_TEMPLE_HAS_STRUCTUREBiomeTags.MINESHAFT_HAS_STRUCTUREBiomeTags.MINESHAFT_MESA_HAS_STRUCTUREBiomeTags.NETHER_FORTRESS_HAS_STRUCTUREBiomeTags.NETHER_FOSSIL_HAS_STRUCTUREBiomeTags.OCEAN_MONUMENT_HAS_STRUCTUREBiomeTags.OCEAN_RUIN_COLD_HAS_STRUCTUREBiomeTags.OCEAN_RUIN_WARM_HAS_STRUCTUREBiomeTags.PILLAGER_OUTPOST_HAS_STRUCTUREBiomeTags.RUINED_PORTAL_DESERT_HAS_STRUCTUREBiomeTags.RUINED_PORTAL_JUNGLE_HAS_STRUCTUREBiomeTags.RUINED_PORTAL_MOUNTAIN_HAS_STRUCTUREBiomeTags.RUINED_PORTAL_NETHER_HAS_STRUCTUREBiomeTags.RUINED_PORTAL_OCEAN_HAS_STRUCTUREBiomeTags.RUINED_PORTAL_STANDARD_HAS_STRUCTUREBiomeTags.RUINED_PORTAL_SWAMP_HAS_STRUCTUREBiomeTags.SHIPWRECK_BEACHED_HAS_STRUCTUREBiomeTags.SHIPWRECK_HAS_STRUCTUREBiomeTags.STRONGHOLD_HAS_STRUCTUREBiomeTags.SWAMP_HUT_HAS_STRUCTUREBiomeTags.VILLAGE_DESERT_HAS_STRUCTUREBiomeTags.VILLAGE_PLAINS_HAS_STRUCTUREBiomeTags.VILLAGE_SAVANNA_HAS_STRUCTUREBiomeTags.VILLAGE_SNOWY_HAS_STRUCTUREBiomeTags.VILLAGE_TAIGA_HAS_STRUCTUREBiomeTags.WOODLAND_MANSION_HAS_STRUCTUREMethods in net.minecraft.tag that return types with arguments of type Biome -
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(RegistryEntry<Biome> biomeEntry) -
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 TypeMethodDescription(package private) static BiomeSpawnHelper.getBiomeDirectly(BlockPos pos, Chunk chunk) Methods in net.minecraft.world that return types with arguments of type BiomeModifier and TypeMethodDescriptionprivate static com.mojang.serialization.Codec<PalettedContainer<RegistryEntry<Biome>>>ChunkSerializer.createCodec(Registry<Biome> biomeRegistry) default RegistryEntry<Biome>default RegistryEntry<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) Method parameters in net.minecraft.world with type arguments of type BiomeModifier and TypeMethodDescriptionprivate static com.mojang.serialization.Codec<PalettedContainer<RegistryEntry<Biome>>>ChunkSerializer.createCodec(Registry<Biome> biomeRegistry) private static Pool<SpawnSettings.SpawnEntry>SpawnHelper.getSpawnEntries(ServerWorld world, StructureAccessor structureAccessor, ChunkGenerator chunkGenerator, SpawnGroup spawnGroup, BlockPos pos, @Nullable RegistryEntry<Biome> biomeEntry) static voidSpawnHelper.populateEntities(ServerWorldAccess world, RegistryEntry<Biome> registryEntry, ChunkPos chunkPos, Random random) -
Uses of Biome in net.minecraft.world.biome
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_26633static final com.mojang.serialization.Codec<RegistryEntryList<Biome>>Biome.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.PLAINSstatic final com.mojang.serialization.Codec<RegistryEntry<Biome>>Biome.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 BiomeOverworldBiomeCreator.createBadlands(boolean plateau) static BiomeTheNetherBiomeCreator.createBasaltDeltas()static BiomeOverworldBiomeCreator.createBeach(boolean snowy, boolean stony) private static BiomeOverworldBiomeCreator.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 BiomeOverworldBiomeCreator.createBiome(Biome.Precipitation precipitation, Biome.Category category, float temperature, float downfall, SpawnSettings.Builder spawnSettings, GenerationSettings.Builder generationSettings, @Nullable MusicSound music) 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 spawnSettings) static BiomeOverworldBiomeCreator.createLukewarmOcean(boolean deep) static BiomeOverworldBiomeCreator.createLushCaves()static BiomeOverworldBiomeCreator.createMeadow()static BiomeOverworldBiomeCreator.createMushroomFields()static BiomeTheNetherBiomeCreator.createNetherWastes()static BiomeOverworldBiomeCreator.createNormalBambooJungle()static BiomeOverworldBiomeCreator.createNormalForest(boolean birch, boolean oldGrowth, boolean flower) static BiomeOverworldBiomeCreator.createNormalOcean(boolean deep) private static BiomeOverworldBiomeCreator.createOcean(SpawnSettings.Builder spawnSettings, int waterColor, int waterFogColor, GenerationSettings.Builder builder) static BiomeOverworldBiomeCreator.createOldGrowthTaiga(boolean spruce) static BiomeOverworldBiomeCreator.createPlains(boolean sunflower, boolean snowy, boolean iceSpikes) static BiomeOverworldBiomeCreator.createRiver(boolean frozen) static BiomeOverworldBiomeCreator.createSavanna(boolean windswept, boolean plateau) 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 forest) Methods in net.minecraft.world.biome that return types with arguments of type BiomeModifier and TypeMethodDescriptionstatic RegistryEntry<Biome>BuiltinBiomes.getDefaultBiome()private static RegistryKey<Biome>Methods in net.minecraft.world.biome with parameters of type BiomeModifier and TypeMethodDescriptionstatic Biome.Builderprivate static voidBuiltinBiomes.register(RegistryKey<Biome> key, Biome biome) Method parameters in net.minecraft.world.biome with type arguments of type BiomeModifier and TypeMethodDescriptionstatic Biome.CategoryBiome.getCategory(RegistryEntry<Biome> biomeEntry) Deprecated.private static voidBuiltinBiomes.register(RegistryKey<Biome> key, Biome biome) -
Uses of Biome in net.minecraft.world.biome.source
Fields in net.minecraft.world.biome.source with type parameters of type BiomeModifier and TypeFieldDescriptionprivate final RegistryEntry<Biome>TheEndBiomeSource.barrensBiomeprivate final RegistryEntry<Biome>FixedBiomeSource.biomeprivate final RegistryEntryList<Biome>CheckerboardBiomeSource.biomeArrayprivate final MultiNoiseUtil.Entries<RegistryEntry<Biome>>MultiNoiseBiomeSource.biomeEntriesMultiNoiseBiomeSource.Instance.biomeRegistryThe field for thebiomeRegistryrecord component.private final Set<RegistryEntry<Biome>>BiomeSource.biomesprivate final Function<Registry<Biome>,MultiNoiseUtil.Entries<RegistryEntry<Biome>>> MultiNoiseBiomeSource.Preset.biomeSourceFunctionprivate final Function<Registry<Biome>,MultiNoiseUtil.Entries<RegistryEntry<Biome>>> MultiNoiseBiomeSource.Preset.biomeSourceFunctionprivate final RegistryEntry<Biome>TheEndBiomeSource.centerBiomeprivate final RegistryEntry<Biome>TheEndBiomeSource.highlandsBiomeprivate final RegistryEntry<Biome>TheEndBiomeSource.midlandsBiomeprivate final RegistryEntry<Biome>TheEndBiomeSource.smallIslandsBiomeMethods in net.minecraft.world.biome.source that return types with arguments of type BiomeModifier and TypeMethodDescriptionMultiNoiseBiomeSource.Instance.biomeRegistry()Returns the value of thebiomeRegistryrecord component.abstract RegistryEntry<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) 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) @Nullable com.mojang.datafixers.util.Pair<BlockPos,RegistryEntry<Biome>> BiomeSource.locateBiome(int x, int y, int z, int radius, int blockCheckInterval, Predicate<RegistryEntry<Biome>> predicate, Random random, boolean bool, MultiNoiseUtil.MultiNoiseSampler noiseSampler) @Nullable com.mojang.datafixers.util.Pair<BlockPos,RegistryEntry<Biome>> BiomeSource.locateBiome(int x, int y, int z, int radius, Predicate<RegistryEntry<Biome>> predicate, Random random, MultiNoiseUtil.MultiNoiseSampler noiseSampler) @Nullable com.mojang.datafixers.util.Pair<BlockPos,RegistryEntry<Biome>> FixedBiomeSource.locateBiome(int x, int y, int z, int radius, int blockCheckInterval, Predicate<RegistryEntry<Biome>> predicate, Random random, boolean bool, MultiNoiseUtil.MultiNoiseSampler noiseSampler) 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) @Nullable com.mojang.datafixers.util.Pair<BlockPos,RegistryEntry<Biome>> BiomeSource.locateBiome(int x, int y, int z, int radius, int blockCheckInterval, Predicate<RegistryEntry<Biome>> predicate, Random random, boolean bool, MultiNoiseUtil.MultiNoiseSampler noiseSampler) @Nullable com.mojang.datafixers.util.Pair<BlockPos,RegistryEntry<Biome>> BiomeSource.locateBiome(int x, int y, int z, int radius, Predicate<RegistryEntry<Biome>> predicate, Random random, MultiNoiseUtil.MultiNoiseSampler noiseSampler) @Nullable com.mojang.datafixers.util.Pair<BlockPos,RegistryEntry<Biome>> FixedBiomeSource.locateBiome(int x, int y, int z, int radius, int blockCheckInterval, Predicate<RegistryEntry<Biome>> predicate, Random random, boolean bool, MultiNoiseUtil.MultiNoiseSampler noiseSampler) private List<BiomeSource.IndexedFeatures>BiomeSource.method_39525(List<RegistryEntry<Biome>> biomes, boolean bool) Constructor parameters in net.minecraft.world.biome.source with type arguments of type BiomeModifierConstructorDescriptionprotectedBiomeSource(List<RegistryEntry<Biome>> biomes) protectedBiomeSource(Stream<RegistryEntry<Biome>> biomeStream) CheckerboardBiomeSource(RegistryEntryList<Biome> registryEntryList, int size) FixedBiomeSource(RegistryEntry<Biome> registryEntry) (package private)Instance(MultiNoiseBiomeSource.Preset preset, Registry<Biome> biomeRegistry) Creates an instance of aInstancerecord class.private(package private)MultiNoiseBiomeSource(MultiNoiseUtil.Entries<RegistryEntry<Biome>> biomeEntries, Optional<MultiNoiseBiomeSource.Instance> instance) Preset(Identifier id, Function<Registry<Biome>, MultiNoiseUtil.Entries<RegistryEntry<Biome>>> biomeSourceFunction) Preset(Identifier id, Function<Registry<Biome>, MultiNoiseUtil.Entries<RegistryEntry<Biome>>> biomeSourceFunction) privateTheEndBiomeSource(long long2, RegistryEntry<Biome> registryEntry, RegistryEntry<Biome> registryEntry2, RegistryEntry<Biome> registryEntry3, RegistryEntry<Biome> registryEntry4, RegistryEntry<Biome> registryEntry5) TheEndBiomeSource(Registry<Biome> biomeRegistry, long seed) -
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) private RegistryKey<Biome>VanillaBiomeParameters.getBiomeOrWindsweptSavanna(int temperature, int humidity, MultiNoiseUtil.ParameterRange weirdness, RegistryKey<Biome> biomeKey) private RegistryKey<Biome>VanillaBiomeParameters.getFlatShoreBiome(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> biomeKey) 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 with type parameters of type BiomeModifier and TypeFieldDescriptionprivate @Nullable RegistryEntry<Biome>Chunk.biomeDeprecated.private final PalettedContainer<RegistryEntry<Biome>>ChunkSection.biomeContainerprivate static final Set<RegistryKey<Biome>>BelowZeroRetrogen.CAVE_BIOMESprivate final Supplier<RegistryEntry<Biome>>ChunkCache.field_36403private final RegistryEntry<Biome>EmptyChunk.field_36407Methods in net.minecraft.world.chunk that return types with arguments of type BiomeModifier and TypeMethodDescriptionChunkSection.getBiome(int x, int y, int z) ChunkSection.getBiomeContainer()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<RegistryEntry<Biome>> biomeSupplier) Deprecated.Method 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.setBiomeIfAbsent(Supplier<RegistryEntry<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) EmptyChunk(World world, ChunkPos chunkPos, RegistryEntry<Biome> registryEntry) 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, RegistryEntry<Biome>> posToBiome, Chunk chunk, BlockPos pos, boolean hasFluid) Deprecated.abstract booleanCarver.carve(CarverContext context, C config, Chunk chunk, Function<BlockPos, RegistryEntry<Biome>> posToBiome, Random random, AquiferSampler aquiferSampler, ChunkPos pos, CarvingMask mask) booleanCaveCarver.carve(CarverContext carverContext, CaveCarverConfig caveCarverConfig, Chunk chunk, Function<BlockPos, RegistryEntry<Biome>> function, Random random, AquiferSampler aquiferSampler, ChunkPos chunkPos, CarvingMask carvingMask) booleanConfiguredCarver.carve(CarverContext context, Chunk chunk, Function<BlockPos, RegistryEntry<Biome>> posToBiome, Random random, AquiferSampler aquiferSampler, ChunkPos pos, CarvingMask mask) booleanRavineCarver.carve(CarverContext carverContext, RavineCarverConfig ravineCarverConfig, Chunk chunk, Function<BlockPos, RegistryEntry<Biome>> function, Random random, AquiferSampler aquiferSampler, ChunkPos chunkPos, CarvingMask carvingMask) protected booleanCarver.carveAtPoint(CarverContext context, C config, Chunk chunk, Function<BlockPos, RegistryEntry<Biome>> posToBiome, CarvingMask mask, BlockPos.Mutable mutable, BlockPos.Mutable mutable2, AquiferSampler aquiferSampler, MutableBoolean mutableBoolean) protected booleanNetherCaveCarver.carveAtPoint(CarverContext carverContext, CaveCarverConfig caveCarverConfig, Chunk chunk, Function<BlockPos, RegistryEntry<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, RegistryEntry<Biome>> posToBiome, AquiferSampler aquiferSampler, double double2, double double3, double double4, float float2, double double5, CarvingMask mask, Carver.SkipPredicate skipPredicate) private voidRavineCarver.carveRavine(CarverContext context, RavineCarverConfig config, Chunk chunk, Function<BlockPos, RegistryEntry<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 booleanCarver.carveRegion(CarverContext context, C config, Chunk chunk, Function<BlockPos, RegistryEntry<Biome>> posToBiome, AquiferSampler aquiferSampler, double double2, double double3, double double4, double double5, double double6, CarvingMask mask, Carver.SkipPredicate skipPredicate) protected voidCaveCarver.carveTunnels(CarverContext context, CaveCarverConfig config, Chunk chunk, Function<BlockPos, RegistryEntry<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 TypeFieldDescriptionprivate RegistryEntry<Biome>FlatChunkGeneratorConfig.biomeDebugChunkGenerator.biomeRegistryFlatChunkGeneratorConfig.biomeRegistryprivate final List<RegistryEntry<Biome>>BlendingData.field_36345Methods in net.minecraft.world.gen.chunk that return types with arguments of type BiomeModifier and TypeMethodDescriptionprivate @Nullable RegistryEntry<Biome>Blender.blendBiome(int x, int y) FlatChunkGeneratorConfig.createBiome()protected RegistryEntry<Biome>ChunkGenerator.filterBiome(RegistryEntry<Biome> biome) protected RegistryEntry<Biome>FlatChunkGenerator.filterBiome(RegistryEntry<Biome> biome) FlatChunkGeneratorConfig.getBiome()ChunkGenerator.getBiomeForNoiseGen(int biomeX, int biomeY, int biomeZ) DebugChunkGenerator.getBiomeRegistry()Method parameters in net.minecraft.world.gen.chunk with type arguments of type BiomeModifier and TypeMethodDescriptionNoiseChunkGenerator.applyMaterialRule(CarverContext context, Function<BlockPos, RegistryEntry<Biome>> posToBiome, Chunk chunk, ChunkNoiseSampler chunkNoiseSampler, BlockPos pos, boolean hasFluid) Deprecated.voidBlendingData.class_6853.consume(int int2, int int3, RegistryEntry<Biome> registryEntry) protected RegistryEntry<Biome>ChunkGenerator.filterBiome(RegistryEntry<Biome> biome) protected RegistryEntry<Biome>FlatChunkGenerator.filterBiome(RegistryEntry<Biome> biome) static FlatChunkGeneratorConfigFlatChunkGeneratorConfig.getDefaultConfig(Registry<Biome> biomeRegistry, Registry<StructureSet> registry) ChunkGenerator.getEntitySpawnList(RegistryEntry<Biome> biome, StructureAccessor accessor, SpawnGroup group, BlockPos pos) 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) voidFlatChunkGeneratorConfig.setBiome(RegistryEntry<Biome> registryEntry) Constructor parameters in net.minecraft.world.gen.chunk with type arguments of type BiomeModifierConstructorDescriptionFlatChunkGeneratorConfig(Optional<RegistryEntryList<StructureSet>> optional, Registry<Biome> biomeRegistry) privateFlatChunkGeneratorConfig(Registry<Biome> biomeRegistry, Optional<RegistryEntryList<StructureSet>> optional, List<FlatChunkGeneratorLayer> layers, boolean hasLakes, boolean hasFeatures, Optional<RegistryEntry<Biome>> biome) -
Uses of Biome in net.minecraft.world.gen.feature
Fields in net.minecraft.world.gen.feature with type parameters of type BiomeModifier and TypeFieldDescriptionfinal RegistryEntryList<Biome>ConfiguredStructureFeature.biomesMethods in net.minecraft.world.gen.feature that return types with arguments of type BiomeMethod parameters in net.minecraft.world.gen.feature with type arguments of type BiomeModifier and TypeMethodDescriptionbooleanStructureFeature.canGenerate(DynamicRegistryManager registryManager, ChunkGenerator chunkGenerator, BiomeSource biomeSource, StructureManager structureManager, long worldSeed, ChunkPos pos, C config, HeightLimitView world, Predicate<RegistryEntry<Biome>> biomePredicate) ConfiguredStructureFeature<C,? extends StructureFeature<C>> ConfiguredStructureFeature<C,? extends StructureFeature<C>> ConfiguredStructureFeature<C,? extends StructureFeature<C>> StructureFeature.configure(C config, TagKey<Biome> biomeTag, boolean bool, Map<SpawnGroup, StructureSpawns> map) ConfiguredStructureFeature<C,? extends StructureFeature<C>> StructureFeature.configure(C config, TagKey<Biome> biomeTag, Map<SpawnGroup, StructureSpawns> map) private static booleanRuinedPortalFeature.isColdAt(BlockPos pos, RegistryEntry<Biome> biome) ConfiguredStructureFeature.tryPlaceStart(DynamicRegistryManager registryManager, ChunkGenerator chunkGenerator, BiomeSource biomeSource, StructureManager structureManager, long worldSeed, ChunkPos chunkPos, int structureReferences, HeightLimitView world, Predicate<RegistryEntry<Biome>> biomePredicate) Constructor parameters in net.minecraft.world.gen.feature with type arguments of type BiomeModifierConstructorDescriptionConfiguredStructureFeature(F feature, FC config, RegistryEntryList<Biome> biomes, boolean bool, Map<SpawnGroup, StructureSpawns> map) -
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<RegistryEntry<Biome>>MaterialRules.MaterialRuleContext.biomeSupplierprivate final List<RegistryKey<Biome>>MaterialRules.BiomeMaterialCondition.field_36414(package private) final Predicate<RegistryKey<Biome>>MaterialRules.BiomeMaterialCondition.field_36415private final Function<BlockPos,RegistryEntry<Biome>> MaterialRules.MaterialRuleContext.posToBiomeMethods in net.minecraft.world.gen.surfacebuilder with parameters of type BiomeModifier and TypeMethodDescriptionprivate voidSurfaceBuilder.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, RegistryEntry<Biome>> posToBiome, Chunk chunk, ChunkNoiseSampler chunkNoiseSampler, BlockPos pos, boolean hasFluid) Deprecated.private 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) 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, RegistryEntry<Biome>> posToBiome, Registry<Biome> biomeRegistry, HeightContext heightContext) protectedMaterialRuleContext(SurfaceBuilder surfaceBuilder, Chunk chunk, ChunkNoiseSampler chunkNoiseSampler, Function<BlockPos, RegistryEntry<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