Uses of Interface
net.minecraft.world.gen.BlockSource
Packages that use BlockSource
Package
Description
-
Uses of BlockSource in net.minecraft.world.gen
Classes in net.minecraft.world.gen that implement BlockSource -
Uses of BlockSource in net.minecraft.world.gen.carver
Fields in net.minecraft.world.gen.carver declared as BlockSource -
Uses of BlockSource in net.minecraft.world.gen.chunk
Classes in net.minecraft.world.gen.chunk that implement BlockSourceFields in net.minecraft.world.gen.chunk declared as BlockSourceModifier and TypeFieldDescriptionprivate BlockSourceChunkGenerator.blockSourceprivate BlockSourceNoiseChunkGenerator.deepslateSourceMethods in net.minecraft.world.gen.chunk that return BlockSourceModifier and TypeMethodDescriptionChunkGenerator.getBlockSource()NoiseChunkGenerator.getBlockSource()Methods in net.minecraft.world.gen.chunk that return types with arguments of type BlockSourceModifier and TypeMethodDescriptionprivate DoubleFunction<BlockSource>NoiseChunkGenerator.createBlockSourceFactory(int int2, ChunkPos chunkPos, Consumer<NoiseInterpolator> consumer)Methods in net.minecraft.world.gen.chunk with parameters of type BlockSourceModifier and TypeMethodDescriptionAquiferSampler.apply(BlockSource source, int x, int y, int z, double weight)AquiferSampler.Impl.apply(BlockSource source, int x, int y, int z, double weight)protected BlockStateNoiseChunkGenerator.getBlockState(StructureWeightSampler structures, AquiferSampler aquiferSampler, BlockSource blockInterpolator, WeightSampler weightSampler, int int2, int int3, int int4, double double2)