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 final BlockSource
ChunkGenerator.blockSource
private final BlockSource
NoiseChunkGenerator.deepslateSource
Methods 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 minY, ChunkPos pos, 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 BlockState
NoiseChunkGenerator.getBlockState
(StructureWeightSampler structures, AquiferSampler aquiferSampler, BlockSource blockInterpolator, WeightSampler weightSampler, int int2, int int3, int int4, double double2)