Uses of Interface
net.minecraft.world.biome.source.BiomeSupplier
Packages that use BiomeSupplier
Package
Description
-
Uses of BiomeSupplier in net.minecraft.world.biome.source
Classes in net.minecraft.world.biome.source that implement BiomeSupplierModifier and TypeClassDescriptionclass
class
class
class
class
-
Uses of BiomeSupplier in net.minecraft.world.chunk
Methods in net.minecraft.world.chunk that return BiomeSupplierModifier and TypeMethodDescriptionstatic BiomeSupplier
BelowZeroRetrogen.getBiomeSupplier
(BiomeSupplier biomeSupplier, Registry<Biome> biomeRegistry, Chunk chunk) Methods in net.minecraft.world.chunk with parameters of type BiomeSupplierModifier and TypeMethodDescriptionstatic BiomeSupplier
BelowZeroRetrogen.getBiomeSupplier
(BiomeSupplier biomeSupplier, Registry<Biome> biomeRegistry, Chunk chunk) void
Chunk.populateBiomes
(BiomeSupplier biomeSupplier, MultiNoiseUtil.MultiNoiseSampler sampler) void
ChunkSection.populateBiomes
(BiomeSupplier biomeSupplier, MultiNoiseUtil.MultiNoiseSampler sampler, int x, int z) void
ReadOnlyChunk.populateBiomes
(BiomeSupplier biomeSupplier, MultiNoiseUtil.MultiNoiseSampler sampler) -
Uses of BiomeSupplier in net.minecraft.world.gen.chunk
Methods in net.minecraft.world.gen.chunk that return BiomeSupplierMethods in net.minecraft.world.gen.chunk with parameters of type BiomeSupplier