Uses of Interface
net.minecraft.world.biome.source.BiomeSupplier
Package
Description
-
Uses of BiomeSupplier in net.minecraft.server.command
Modifier 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
Modifier and TypeClassDescriptionclass
class
class
class
class
-
Uses of BiomeSupplier in net.minecraft.world.chunk
Modifier and TypeMethodDescriptionstatic BiomeSupplier
BelowZeroRetrogen.getBiomeSupplier
(BiomeSupplier biomeSupplier, Chunk chunk) Modifier 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