Uses of Class
net.minecraft.world.biome.Biome
Packages that use Biome
Package
Description
The base package for all Minecraft classes.
-
Uses of Biome in net.minecraft
Fields in net.minecraft with type parameters of type BiomeModifier and TypeFieldDescriptionclass_6622.class_6623.comp_128The field for thecomp_128record component.Methods in net.minecraft that return types with arguments of type BiomeModifier and TypeMethodDescriptionclass_6622.class_6623.comp_128()Returns the value of thecomp_128record component.Constructor parameters in net.minecraft with type arguments of type BiomeModifierConstructorDescriptionclass_6623(DynamicRegistryManager dynamicRegistryManager, ChunkGenerator chunkGenerator, StructureManager structureManager, ChunkPos chunkPos, Predicate<Biome> predicate, HeightLimitView heightLimitView, ChunkRandom chunkRandom, long long2) -
Uses of Biome in net.minecraft.client.gui.screen
Fields in net.minecraft.client.gui.screen declared as BiomeModifier and TypeFieldDescription(package private) 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) Method parameters in net.minecraft.client.world with type arguments of type BiomeModifier and TypeMethodDescriptionprotected abstract ChunkGeneratorGeneratorType.getChunkGenerator(Registry<Biome> biomeRegistry, Registry<ChunkGeneratorSettings> chunkGeneratorSettingsRegistry, long seed) -
Uses of Biome in net.minecraft.data.server
Fields in net.minecraft.data.server with type parameters of type BiomeModifier and TypeFieldDescriptionprivate static final List<RegistryKey<Biome>>AdventureTabAdvancementGenerator.BIOMESprivate static final List<RegistryKey<Biome>>NetherTabAdvancementGenerator.NETHER_BIOMESMethod 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.item
Methods in net.minecraft.item with parameters of type BiomeModifier and TypeMethodDescriptionprivate static booleanFilledMapItem.hasPositiveDepth(Biome[] biomes, int scale, int x, int z) -
Uses of Biome in net.minecraft.predicate.entity
Fields in net.minecraft.predicate.entity with type parameters of type BiomeModifier and TypeFieldDescriptionprivate final @Nullable RegistryKey<Biome>LocationPredicate.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.pool
Method parameters in net.minecraft.structure.pool with type arguments of type BiomeModifier and TypeMethodDescriptionstatic voidStructurePoolBasedGenerator.generate(DynamicRegistryManager dynamicRegistries, StructurePoolFeatureConfig config, StructurePoolBasedGenerator.PieceFactory pieceFactory, ChunkGenerator chunkGenerator, StructureManager structureManager, BlockPos pos, StructurePiecesHolder children, Random random, boolean modifyBoundingBox, boolean surface, HeightLimitView world, Predicate<Biome> predicate) -
Uses of Biome in net.minecraft.test
Constructor parameters in net.minecraft.test with type arguments of type 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 TypeMethodDescriptiondefault Optional<RegistryKey<Biome>>RegistryWorldView.getBiomeKey(BlockPos pos) Methods in net.minecraft.world with parameters of type BiomeModifier and TypeMethodDescriptionprivate static Pool<SpawnSettings.SpawnEntry>SpawnHelper.getSpawnEntries(ServerWorld world, StructureAccessor structureAccessor, ChunkGenerator chunkGenerator, SpawnGroup spawnGroup, BlockPos pos, @Nullable Biome biome) static voidSpawnHelper.populateEntities(ServerWorldAccess world, Biome biome, ChunkPos chunkPos, Random random) -
Uses of Biome in net.minecraft.world.biome
Fields in net.minecraft.world.biome declared as BiomeModifier and TypeFieldDescriptionstatic final BiomeBuiltinBiomes.PLAINSstatic final BiomeBuiltinBiomes.THE_VOIDFields in net.minecraft.world.biome with type parameters of type BiomeModifier and TypeFieldDescriptionstatic final RegistryKey<Biome>BiomeKeys.BADLANDSstatic final RegistryKey<Biome>BiomeKeys.BADLANDS_PLATEAUstatic final RegistryKey<Biome>BiomeKeys.BAMBOO_JUNGLEstatic final RegistryKey<Biome>BiomeKeys.BAMBOO_JUNGLE_HILLSstatic final RegistryKey<Biome>BiomeKeys.BASALT_DELTASstatic final RegistryKey<Biome>BiomeKeys.BEACHstatic final RegistryKey<Biome>BiomeKeys.BIRCH_FORESTstatic final RegistryKey<Biome>BiomeKeys.BIRCH_FOREST_HILLSstatic 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.DARK_FOREST_HILLSstatic 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.DEEP_WARM_OCEANstatic final RegistryKey<Biome>BiomeKeys.DESERTstatic final RegistryKey<Biome>BiomeKeys.DESERT_HILLSstatic final RegistryKey<Biome>BiomeKeys.DESERT_LAKESstatic 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_RIVERstatic final RegistryKey<Biome>BiomeKeys.GIANT_SPRUCE_TAIGAstatic final RegistryKey<Biome>BiomeKeys.GIANT_SPRUCE_TAIGA_HILLSstatic final RegistryKey<Biome>BiomeKeys.GIANT_TREE_TAIGAstatic final RegistryKey<Biome>BiomeKeys.GIANT_TREE_TAIGA_HILLSstatic final RegistryKey<Biome>BiomeKeys.GRAVELLY_MOUNTAINSstatic final RegistryKey<Biome>BiomeKeys.GROVEstatic final RegistryKey<Biome>BiomeKeys.ICE_SPIKESstatic final RegistryKey<Biome>BiomeKeys.JUNGLEstatic final RegistryKey<Biome>BiomeKeys.JUNGLE_EDGEstatic final RegistryKey<Biome>BiomeKeys.JUNGLE_HILLSstatic final RegistryKey<Biome>BiomeKeys.LOFTY_PEAKSstatic final RegistryKey<Biome>BiomeKeys.LUKEWARM_OCEANstatic final RegistryKey<Biome>BiomeKeys.LUSH_CAVESstatic final RegistryKey<Biome>BiomeKeys.MEADOWstatic final RegistryKey<Biome>BiomeKeys.MODIFIED_BADLANDS_PLATEAUstatic final RegistryKey<Biome>BiomeKeys.MODIFIED_GRAVELLY_MOUNTAINSstatic final RegistryKey<Biome>BiomeKeys.MODIFIED_JUNGLEstatic final RegistryKey<Biome>BiomeKeys.MODIFIED_JUNGLE_EDGEstatic final RegistryKey<Biome>BiomeKeys.MODIFIED_WOODED_BADLANDS_PLATEAUstatic final RegistryKey<Biome>BiomeKeys.MOUNTAIN_EDGEstatic final RegistryKey<Biome>BiomeKeys.MOUNTAINSstatic final RegistryKey<Biome>BiomeKeys.MUSHROOM_FIELD_SHOREstatic final RegistryKey<Biome>BiomeKeys.MUSHROOM_FIELDSstatic final RegistryKey<Biome>BiomeKeys.NETHER_WASTESstatic final RegistryKey<Biome>BiomeKeys.OCEANstatic 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.SHATTERED_SAVANNAstatic final RegistryKey<Biome>BiomeKeys.SHATTERED_SAVANNA_PLATEAUstatic final RegistryKey<Biome>BiomeKeys.SMALL_END_ISLANDSstatic final RegistryKey<Biome>BiomeKeys.SNOWCAPPED_PEAKSstatic final RegistryKey<Biome>BiomeKeys.SNOWY_BEACHstatic final RegistryKey<Biome>BiomeKeys.SNOWY_MOUNTAINSstatic final RegistryKey<Biome>BiomeKeys.SNOWY_SLOPESstatic final RegistryKey<Biome>BiomeKeys.SNOWY_TAIGAstatic final RegistryKey<Biome>BiomeKeys.SNOWY_TAIGA_HILLSstatic final RegistryKey<Biome>BiomeKeys.SNOWY_TAIGA_MOUNTAINSstatic final RegistryKey<Biome>BiomeKeys.SNOWY_TUNDRAstatic final RegistryKey<Biome>BiomeKeys.SOUL_SAND_VALLEYstatic final RegistryKey<Biome>BiomeKeys.STONE_SHOREstatic final RegistryKey<Biome>BiomeKeys.STONY_PEAKSstatic final RegistryKey<Biome>BiomeKeys.SUNFLOWER_PLAINSstatic final RegistryKey<Biome>BiomeKeys.SWAMPstatic final RegistryKey<Biome>BiomeKeys.SWAMP_HILLSstatic final RegistryKey<Biome>BiomeKeys.TAIGAstatic final RegistryKey<Biome>BiomeKeys.TAIGA_HILLSstatic final RegistryKey<Biome>BiomeKeys.TAIGA_MOUNTAINSstatic final RegistryKey<Biome>BiomeKeys.TALL_BIRCH_FORESTstatic final RegistryKey<Biome>BiomeKeys.TALL_BIRCH_HILLSstatic 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.WOODED_BADLANDS_PLATEAUstatic final RegistryKey<Biome>BiomeKeys.WOODED_HILLSstatic final RegistryKey<Biome>BiomeKeys.WOODED_MOUNTAINSMethods in net.minecraft.world.biome that return BiomeModifier and TypeMethodDescriptionBiome.Builder.build()private static BiomeDefaultBiomeCreator.composeEndSpawnSettings(GenerationSettings.Builder builder) static BiomeDefaultBiomeCreator.composeGroveSettings()static BiomeDefaultBiomeCreator.composeLoftyPeaksSettings()static BiomeDefaultBiomeCreator.composeMeadowSettings()private static BiomeDefaultBiomeCreator.composeSavannaGenerationSettings(float depth, boolean mountains, SpawnSettings.Builder builder) static BiomeDefaultBiomeCreator.composeSnowcappedPeaksSettings()static BiomeDefaultBiomeCreator.composeSnowySlopesSettings()static BiomeDefaultBiomeCreator.composeStonyPeaksSettings()private static BiomeDefaultBiomeCreator.createBadlands(ConfiguredSurfaceBuilder<TernarySurfaceConfig> surfaceBuilder, boolean mountains) private static BiomeDefaultBiomeCreator.createBambooJungle(int parrotWeight, int parrotGroupSize) static BiomeDefaultBiomeCreator.createBambooJungleHills()static BiomeDefaultBiomeCreator.createBasaltDeltas()static BiomeDefaultBiomeCreator.createBeach(float depth, float scale, int waterColor, boolean cold, boolean mountains) static BiomeDefaultBiomeCreator.createBirchForest(boolean tall) static BiomeDefaultBiomeCreator.createColdOcean(boolean deep) static BiomeDefaultBiomeCreator.createCrimsonForest()static BiomeDefaultBiomeCreator.createDarkForest(boolean red) static BiomeDefaultBiomeCreator.createDeepWarmOcean()static BiomeDefaultBiomeCreator.createDesert(boolean villages) static BiomeDefaultBiomeCreator.createDripstoneCaves()static BiomeDefaultBiomeCreator.createEndBarrens()static BiomeDefaultBiomeCreator.createEndHighlands()static BiomeDefaultBiomeCreator.createEndMidlands()static BiomeDefaultBiomeCreator.createErodedBadlands()static BiomeDefaultBiomeCreator.createFlowerForest()private static BiomeDefaultBiomeCreator.createForest(boolean flower, SpawnSettings.Builder builder) static BiomeDefaultBiomeCreator.createFrozenOcean(boolean monument) static BiomeDefaultBiomeCreator.createGiantTreeTaiga(float depth, boolean spruce) static BiomeDefaultBiomeCreator.createJungle()private static BiomeDefaultBiomeCreator.createJungle(int parrotWeight, int parrotGroupSize, int ocelotGroupSize) static BiomeDefaultBiomeCreator.createJungleEdge()private static BiomeDefaultBiomeCreator.createJungleFeatures(float depth, boolean bamboo, boolean edge, boolean unmodified, SpawnSettings.Builder builder) static BiomeDefaultBiomeCreator.createJungleHills()static BiomeDefaultBiomeCreator.createLukewarmOcean(boolean deep) static BiomeDefaultBiomeCreator.createLushCaves()static BiomeDefaultBiomeCreator.createModifiedJungle()static BiomeDefaultBiomeCreator.createModifiedJungleEdge()static BiomeDefaultBiomeCreator.createMountains(ConfiguredSurfaceBuilder<TernarySurfaceConfig> surfaceBuilder, boolean extraTrees) static BiomeDefaultBiomeCreator.createMushroomFields()static BiomeDefaultBiomeCreator.createNetherWastes()static BiomeDefaultBiomeCreator.createNormalBadlands()static BiomeDefaultBiomeCreator.createNormalBambooJungle()static BiomeDefaultBiomeCreator.createNormalForest()static BiomeDefaultBiomeCreator.createNormalOcean(boolean deep) private static BiomeDefaultBiomeCreator.createOcean(SpawnSettings.Builder spawnSettings, int waterColor, int waterFogColor, GenerationSettings.Builder builder) static BiomeDefaultBiomeCreator.createPlains(boolean sunflower) static BiomeDefaultBiomeCreator.createRiver(float depth, int waterColor, boolean frozen) static BiomeDefaultBiomeCreator.createSavanna(float depth, boolean mountains) static BiomeDefaultBiomeCreator.createSavannaPlateau()static BiomeDefaultBiomeCreator.createSmallEndIslands()static BiomeDefaultBiomeCreator.createSnowyTundra(boolean iceSpikes) static BiomeDefaultBiomeCreator.createSoulSandValley()static BiomeDefaultBiomeCreator.createSwamp(boolean hills) static BiomeDefaultBiomeCreator.createTaiga(boolean cold, boolean mountains) static BiomeDefaultBiomeCreator.createTheEnd()static BiomeDefaultBiomeCreator.createTheVoid()static BiomeDefaultBiomeCreator.createWarmOcean()static BiomeDefaultBiomeCreator.createWarpedForest()static BiomeDefaultBiomeCreator.createWoodedBadlandsPlateau()private static BiomeBuiltinBiomes.register(RegistryKey<Biome> registryKey, Biome biome) Methods in net.minecraft.world.biome that return types with arguments of type BiomeMethods in net.minecraft.world.biome with parameters of type BiomeModifier and TypeMethodDescriptionprivate static BiomeBuiltinBiomes.register(RegistryKey<Biome> registryKey, Biome biome) Method parameters in net.minecraft.world.biome with type arguments of type BiomeModifier and TypeMethodDescriptionprivate static BiomeBuiltinBiomes.register(RegistryKey<Biome> registryKey, Biome biome) -
Uses of Biome in net.minecraft.world.biome.source
Fields in net.minecraft.world.biome.source declared as BiomeModifier and TypeFieldDescriptionprivate final 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<Biome>MultiNoiseBiomeSource.biomeEntriesMultiNoiseBiomeSource.Instance.biomeRegistryTheEndBiomeSource.biomeRegistryBiomeSource.biomesprivate final BiFunction<MultiNoiseBiomeSource.Preset,Registry<Biome>, MultiNoiseBiomeSource> MultiNoiseBiomeSource.Preset.biomeSourceFunctionprivate final Optional<com.mojang.datafixers.util.Pair<Registry<Biome>,MultiNoiseBiomeSource.Preset>> MultiNoiseBiomeSource.instanceMethods in net.minecraft.world.biome.source that return BiomeModifier and TypeMethodDescriptionabstract BiomeBiomeSource.getBiome(int x, int y, int z, MultiNoiseUtil.MultiNoiseSampler noiseSampler) CheckerboardBiomeSource.getBiome(int x, int y, int z, MultiNoiseUtil.MultiNoiseSampler noiseSampler) FixedBiomeSource.getBiome(int x, int y, int z, MultiNoiseUtil.MultiNoiseSampler noiseSampler) MultiNoiseBiomeSource.getBiome(int x, int y, int z, MultiNoiseUtil.MultiNoiseSampler noiseSampler) TheEndBiomeSource.getBiome(int x, int y, int z, MultiNoiseUtil.MultiNoiseSampler noiseSampler) MultiNoiseBiomeSource.getBiomeAtPoint(MultiNoiseUtil.NoiseValuePoint point) BiomeAccess.getBiomeForNoiseGen(double x, double y, double z) BiomeAccess.getBiomeForNoiseGen(int biomeX, int biomeY, int biomeZ) BiomeAccess.getBiomeForNoiseGen(BlockPos pos) BiomeAccess.Storage.getBiomeForNoiseGen(int biomeX, int biomeY, int biomeZ) FixedBiomeSource.getBiomeForNoiseGen(int biomeX, int biomeY, int biomeZ) Methods in net.minecraft.world.biome.source that return types with arguments of type BiomeModifier and TypeMethodDescriptionMultiNoiseBiomeSource.Instance.getBiomeRegistry()BiomeSource.getBiomes()BiomeSource.getBiomesInArea(int x, int y, int z, int radius, MultiNoiseUtil.MultiNoiseSampler multiNoiseSampler) FixedBiomeSource.getBiomesInArea(int x, int y, int z, int radius, MultiNoiseUtil.MultiNoiseSampler multiNoiseSampler) Method parameters in net.minecraft.world.biome.source with type arguments of type BiomeModifier and TypeMethodDescriptionMultiNoiseBiomeSource.Preset.getBiomeSource(Registry<Biome> biomeRegistry) BiomeSource.locateBiome(int x, int y, int z, int radius, int int2, Predicate<Biome> predicate, Random random, boolean bool, MultiNoiseUtil.MultiNoiseSampler noiseSampler) BiomeSource.locateBiome(int x, int y, int z, int radius, Predicate<Biome> predicate, Random random, MultiNoiseUtil.MultiNoiseSampler noiseSampler) FixedBiomeSource.locateBiome(int x, int y, int z, int radius, int int2, Predicate<Biome> predicate, Random random, boolean bool, MultiNoiseUtil.MultiNoiseSampler noiseSampler) Constructors in net.minecraft.world.biome.source with parameters of type BiomeModifierConstructorDescriptionFixedBiomeSource(Biome biome) 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) privateMultiNoiseBiomeSource(MultiNoiseUtil.Entries<Biome> entries) (package private)MultiNoiseBiomeSource(MultiNoiseUtil.Entries<Biome> biomeEntries, Optional<com.mojang.datafixers.util.Pair<Registry<Biome>, MultiNoiseBiomeSource.Preset>> instance) (package private)MultiNoiseBiomeSource(MultiNoiseUtil.Entries<Biome> biomeEntries, Optional<com.mojang.datafixers.util.Pair<Registry<Biome>, MultiNoiseBiomeSource.Preset>> instance) Preset(Identifier id, BiFunction<MultiNoiseBiomeSource.Preset, Registry<Biome>, MultiNoiseBiomeSource> biomeSourceFunction) TheEndBiomeSource(Registry<Biome> biomeRegistry, long seed) 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.getBiomeOrShatteredSavanna(int temperature, int humidity, MultiNoiseUtil.ParameterRange weirdness, RegistryKey<Biome> biome) private RegistryKey<Biome>VanillaBiomeParameters.getFlatShoreBiome(int temperature, int humidity, MultiNoiseUtil.ParameterRange weirdness) private RegistryKey<Biome>VanillaBiomeParameters.getHillBiome(int temperature, int humidity, MultiNoiseUtil.ParameterRange weirdness) private RegistryKey<Biome>VanillaBiomeParameters.getMountainSlopeBiome(int temperature, int humidity, MultiNoiseUtil.ParameterRange weirdness) private RegistryKey<Biome>VanillaBiomeParameters.getMountainStartBiome(int temperature, int humidity, MultiNoiseUtil.ParameterRange weirdness) private RegistryKey<Biome>VanillaBiomeParameters.getNearMountainBiome(int temperature, int humidity, MultiNoiseUtil.ParameterRange weirdness) private RegistryKey<Biome>VanillaBiomeParameters.getPeakBiome(int temperature, int humidity, MultiNoiseUtil.ParameterRange weirdness) private RegistryKey<Biome>VanillaBiomeParameters.getRegularBiome(int temperature, int humidity, MultiNoiseUtil.ParameterRange weirdness) private RegistryKey<Biome>VanillaBiomeParameters.getShoreBiome(int temperature, int humidity) Method parameters in net.minecraft.world.biome.source.util with type arguments of type BiomeModifier and TypeMethodDescriptionprivate RegistryKey<Biome>VanillaBiomeParameters.getBiomeOrShatteredSavanna(int temperature, int humidity, MultiNoiseUtil.ParameterRange weirdness, RegistryKey<Biome> biome) private 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 BiomeMethods in net.minecraft.world.chunk that return BiomeModifier and TypeMethodDescriptionChunk.getBiomeForNoiseGen(int biomeX, int biomeY, int biomeZ) EmptyChunk.getBiomeForNoiseGen(int biomeX, int biomeY, int biomeZ) ProtoChunk.getBiomeForNoiseGen(int biomeX, int biomeY, int biomeZ) ReadOnlyChunk.getBiomeForNoiseGen(int biomeX, int biomeY, int biomeZ) Chunk.method_38258(Supplier<Biome> supplier) Deprecated.ChunkSection.method_38293(int int2, int int3, int int4) Methods in net.minecraft.world.chunk that return types with arguments of type BiomeMethod parameters in net.minecraft.world.chunk with type arguments of type BiomeModifier and TypeMethodDescriptionprivate static voidChunk.method_38256(HeightLimitView heightLimitView, Registry<Biome> registry, ChunkSection[] chunkSection) Chunk.method_38258(Supplier<Biome> supplier) Deprecated.Constructor parameters in net.minecraft.world.chunk with type arguments of type BiomeModifierConstructorDescriptionChunk(ChunkPos chunkPos, UpgradeData upgradeData, HeightLimitView heightLimitView, Registry<Biome> registry, long long2, @Nullable ChunkSection[] chunkSection, TickScheduler<Block> tickScheduler, TickScheduler<Fluid> tickScheduler2) ChunkSection(int int2, Registry<Biome> registry) ProtoChunk(ChunkPos pos, UpgradeData upgradeData, @Nullable ChunkSection[] chunkSection, ChunkTickScheduler<Block> blockTickScheduler, ChunkTickScheduler<Fluid> fluidTickScheduler, HeightLimitView world, Registry<Biome> registry) ProtoChunk(ChunkPos pos, UpgradeData upgradeData, HeightLimitView world, Registry<Biome> registry) -
Uses of Biome in net.minecraft.world.dimension
Method parameters in net.minecraft.world.dimension with type arguments of type BiomeModifier and TypeMethodDescriptionprivate static ChunkGeneratorDimensionType.createEndGenerator(Registry<Biome> biomeRegistry, Registry<ChunkGeneratorSettings> chunkGeneratorSettingsRegistry, long seed) private static ChunkGeneratorDimensionType.createNetherGenerator(Registry<Biome> biomeRegistry, Registry<ChunkGeneratorSettings> chunkGeneratorSettingsRegistry, long seed) -
Uses of Biome in net.minecraft.world.gen
Method parameters in net.minecraft.world.gen with type arguments of type BiomeModifier and TypeMethodDescriptionstatic NoiseChunkGeneratorGeneratorOptions.createOverworldGenerator(Registry<Biome> biomeRegistry, Registry<ChunkGeneratorSettings> chunkGeneratorSettingsRegistry, long seed) -
Uses of Biome in net.minecraft.world.gen.carver
Method parameters in net.minecraft.world.gen.carver with type arguments of type BiomeModifier and TypeMethodDescriptionabstract booleanCarver.carve(CarverContext context, C config, Chunk chunk, Function<BlockPos, Biome> posToBiome, Random random, AquiferSampler aquiferSampler, ChunkPos pos, BitSet carvingMask) booleanCaveCarver.carve(CarverContext carverContext, CaveCarverConfig caveCarverConfig, Chunk chunk, Function<BlockPos, Biome> function, Random random, AquiferSampler aquiferSampler, ChunkPos chunkPos, BitSet bitSet) booleanConfiguredCarver.carve(CarverContext context, Chunk chunk, Function<BlockPos, Biome> posToBiome, Random random, AquiferSampler aquiferSampler, ChunkPos pos, BitSet carvingMask) booleanRavineCarver.carve(CarverContext carverContext, RavineCarverConfig ravineCarverConfig, Chunk chunk, Function<BlockPos, Biome> function, Random random, AquiferSampler aquiferSampler, ChunkPos chunkPos, BitSet bitSet) protected booleanCarver.carveAtPoint(CarverContext context, C config, Chunk chunk, Function<BlockPos, Biome> posToBiome, BitSet carvingMask, Random random, BlockPos.Mutable pos, BlockPos.Mutable downPos, AquiferSampler sampler, MutableBoolean foundSurface) protected booleanNetherCaveCarver.carveAtPoint(CarverContext carverContext, CaveCarverConfig caveCarverConfig, Chunk chunk, Function<BlockPos, Biome> function, BitSet bitSet, Random random, BlockPos.Mutable mutable, BlockPos.Mutable mutable2, AquiferSampler aquiferSampler, MutableBoolean mutableBoolean) protected booleanUnderwaterCanyonCarver.carveAtPoint(CarverContext carverContext, RavineCarverConfig ravineCarverConfig, Chunk chunk, Function<BlockPos, Biome> function, BitSet bitSet, Random random, BlockPos.Mutable mutable, BlockPos.Mutable mutable2, AquiferSampler aquiferSampler, MutableBoolean mutableBoolean) protected booleanUnderwaterCaveCarver.carveAtPoint(CarverContext carverContext, CaveCarverConfig caveCarverConfig, Chunk chunk, Function<BlockPos, Biome> function, BitSet bitSet, Random random, BlockPos.Mutable mutable, BlockPos.Mutable mutable2, AquiferSampler aquiferSampler, MutableBoolean mutableBoolean) protected voidCaveCarver.carveCave(CarverContext context, CaveCarverConfig config, Chunk chunk, Function<BlockPos, Biome> posToBiome, long seed, AquiferSampler aquiferSampler, double x, double y, double z, float yaw, double yawPitchRatio, BitSet carvingMask, Carver.SkipPredicate skipPredicate) private 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, BitSet carvingMask) protected booleanCarver.carveRegion(CarverContext context, C config, Chunk chunk, Function<BlockPos, Biome> posToBiome, long seed, AquiferSampler sampler, double x, double y, double z, double horizontalScale, double verticalScale, BitSet carvingMask, Carver.SkipPredicate skipPredicate) protected 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, BitSet carvingMask, Carver.SkipPredicate skipPredicate) -
Uses of Biome in net.minecraft.world.gen.chunk
Fields in net.minecraft.world.gen.chunk with type parameters of type BiomeModifier and TypeFieldDescriptionFlatChunkGeneratorConfig.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 TypeMethodDescriptionChunkGenerator.getEntitySpawnList(Biome biome, StructureAccessor accessor, SpawnGroup group, BlockPos pos) NoiseChunkGenerator.getEntitySpawnList(Biome biome, StructureAccessor accessor, SpawnGroup group, BlockPos pos) private static booleanChunkGenerator.method_38266(Biome biome) protected booleanChunkGenerator.method_38274(Registry<Biome> registry, Predicate<RegistryKey<Biome>> predicate, Biome biome) protected booleanFlatChunkGenerator.method_38274(Registry<Biome> registry, Predicate<RegistryKey<Biome>> predicate, Biome biome) Method parameters in net.minecraft.world.gen.chunk with type arguments of type BiomeModifier and TypeMethodDescriptionstatic FlatChunkGeneratorConfigFlatChunkGeneratorConfig.getDefaultConfig(Registry<Biome> biomeRegistry) protected booleanChunkGenerator.method_38274(Registry<Biome> registry, Predicate<RegistryKey<Biome>> predicate, Biome biome) protected booleanChunkGenerator.method_38274(Registry<Biome> registry, Predicate<RegistryKey<Biome>> predicate, Biome biome) protected booleanFlatChunkGenerator.method_38274(Registry<Biome> registry, Predicate<RegistryKey<Biome>> predicate, Biome biome) protected booleanFlatChunkGenerator.method_38274(Registry<Biome> registry, Predicate<RegistryKey<Biome>> predicate, Biome biome) private voidNoiseChunkGenerator.method_38327(Registry<Biome> registry, StructureAccessor structureAccessor, Chunk chunk) ChunkGenerator.populateBiomes(Executor executor, Registry<Biome> registry, StructureAccessor structureAccessor, Chunk chunk) NoiseChunkGenerator.populateBiomes(Executor executor, Registry<Biome> registry, StructureAccessor structureAccessor, Chunk chunk) voidConstructor 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 int2, StructureConfig structureConfig, HeightLimitView heightLimitView, Predicate<Biome> predicate) StructureFeature.tryPlaceStart(DynamicRegistryManager dynamicRegistryManager, ChunkGenerator generator, BiomeSource biomeSource, StructureManager manager, long worldSeed, ChunkPos pos, int int2, ChunkRandom chunkRandom, StructureConfig structureConfig, C c, HeightLimitView heightLimitView, Predicate<Biome> predicate) Tries to place a starting point for this type of structure in the given chunk. -
Uses of Biome in net.minecraft.world.gen.surfacebuilder
Methods in net.minecraft.world.gen.surfacebuilder with parameters of type BiomeModifier and TypeMethodDescriptionvoidAbstractMountainSurfaceBuilder.generate(Random random, class_6557 class_6557, Biome biome, int int2, int int3, int int4, double double2, BlockState blockState, BlockState blockState2, int int5, int int6, long long2, TernarySurfaceConfig ternarySurfaceConfig) voidAbstractNetherSurfaceBuilder.generate(Random random, class_6557 class_6557, Biome biome, int int2, int int3, int int4, double double2, BlockState blockState, BlockState blockState2, int int5, int int6, long long2, TernarySurfaceConfig ternarySurfaceConfig) voidBadlandsSurfaceBuilder.generate(Random random, class_6557 class_6557, Biome biome, int int2, int int3, int int4, double double2, BlockState blockState, BlockState blockState2, int int5, int int6, long long2, TernarySurfaceConfig ternarySurfaceConfig) voidConfiguredSurfaceBuilder.generate(Random random, class_6557 chunk, Biome biome, int x, int z, int height, double noise, BlockState defaultBlock, BlockState defaultFluid, int seaLevel, int int2, long seed) voidDefaultSurfaceBuilder.generate(Random random, class_6557 class_6557, Biome biome, int int2, int int3, int int4, double double2, BlockState blockState, BlockState blockState2, int int5, int int6, long long2, TernarySurfaceConfig ternarySurfaceConfig) protected voidDefaultSurfaceBuilder.generate(Random random, class_6557 class_6557, Biome biome, int z, int int2, int height, double noise, BlockState defaultFluid, BlockState fluidBlock, BlockState topBlock, BlockState underBlock, BlockState underwaterBlock, int seaLevel, int int3) voidErodedBadlandsSurfaceBuilder.generate(Random random, class_6557 class_6557, Biome biome, int int2, int int3, int int4, double double2, BlockState blockState, BlockState blockState2, int int5, int int6, long long2, TernarySurfaceConfig ternarySurfaceConfig) voidFrozenOceanSurfaceBuilder.generate(Random random, class_6557 class_6557, Biome biome, int int2, int int3, int int4, double double2, BlockState blockState, BlockState blockState2, int int5, int int6, long long2, TernarySurfaceConfig ternarySurfaceConfig) voidGiantTreeTaigaSurfaceBuilder.generate(Random random, class_6557 class_6557, Biome biome, int int2, int int3, int int4, double double2, BlockState blockState, BlockState blockState2, int int5, int int6, long long2, TernarySurfaceConfig ternarySurfaceConfig) voidGravellyMountainSurfaceBuilder.generate(Random random, class_6557 class_6557, Biome biome, int int2, int int3, int int4, double double2, BlockState blockState, BlockState blockState2, int int5, int int6, long long2, TernarySurfaceConfig ternarySurfaceConfig) voidMountainSurfaceBuilder.generate(Random random, class_6557 class_6557, Biome biome, int int2, int int3, int int4, double double2, BlockState blockState, BlockState blockState2, int int5, int int6, long long2, TernarySurfaceConfig ternarySurfaceConfig) voidNetherForestSurfaceBuilder.generate(Random random, class_6557 class_6557, Biome biome, int int2, int int3, int int4, double double2, BlockState blockState, BlockState blockState2, int int5, int int6, long long2, TernarySurfaceConfig ternarySurfaceConfig) voidNetherSurfaceBuilder.generate(Random random, class_6557 class_6557, Biome biome, int int2, int int3, int int4, double double2, BlockState blockState, BlockState blockState2, int int5, int int6, long long2, TernarySurfaceConfig ternarySurfaceConfig) voidNopeSurfaceBuilder.generate(Random random, class_6557 class_6557, Biome biome, int int2, int int3, int int4, double double2, BlockState blockState, BlockState blockState2, int int5, int int6, long long2, TernarySurfaceConfig ternarySurfaceConfig) voidShatteredSavannaSurfaceBuilder.generate(Random random, class_6557 class_6557, Biome biome, int int2, int int3, int int4, double double2, BlockState blockState, BlockState blockState2, int int5, int int6, long long2, TernarySurfaceConfig ternarySurfaceConfig) abstract voidSurfaceBuilder.generate(Random random, class_6557 chunk, Biome biome, int x, int z, int height, double noise, BlockState defaultBlock, BlockState defaultFluid, int seaLevel, int int2, long seed, C config) Places the surface blocks for the given column.voidSwampSurfaceBuilder.generate(Random random, class_6557 class_6557, Biome biome, int int2, int int3, int int4, double double2, BlockState blockState, BlockState blockState2, int int5, int int6, long long2, TernarySurfaceConfig ternarySurfaceConfig) voidWoodedBadlandsSurfaceBuilder.generate(Random random, class_6557 class_6557, Biome biome, int int2, int int3, int int4, double double2, BlockState blockState, BlockState blockState2, int int5, int int6, long long2, TernarySurfaceConfig ternarySurfaceConfig) -
Uses of Biome in net.minecraft.world.level
Methods in net.minecraft.world.level with parameters of type Biome