Uses of Interface
net.minecraft.world.biome.source.BiomeSupplier
Packages that use BiomeSupplier
Package
Description
-
Uses of BiomeSupplier in net.minecraft.server.command
Methods in net.minecraft.server.command that return BiomeSupplierModifier and TypeMethodDescriptionprivate static BiomeSupplier
FillBiomeCommand.createBiomeSupplier
(MutableInt counter, Chunk chunk, BlockBox box, RegistryEntry<Biome> biome, Predicate<RegistryEntry<Biome>> filter) -
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, Chunk chunk) Methods in net.minecraft.world.chunk with parameters of type BiomeSupplierModifier and TypeMethodDescriptionstatic BiomeSupplier
BelowZeroRetrogen.getBiomeSupplier
(BiomeSupplier biomeSupplier, Chunk chunk) void
Chunk.populateBiomes
(BiomeSupplier biomeSupplier, MultiNoiseUtil.MultiNoiseSampler sampler) void
ChunkSection.populateBiomes
(BiomeSupplier biomeSupplier, MultiNoiseUtil.MultiNoiseSampler sampler, int x, int y, int z) void
WrapperProtoChunk.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