Uses of Interface
net.minecraft.world.gen.BlockInterpolator
Package | Description |
---|---|
net.minecraft.world.gen | |
net.minecraft.world.gen.chunk |
-
Uses of BlockInterpolator in net.minecraft.world.gen
Classes in net.minecraft.world.gen that implement BlockInterpolator Modifier and Type Class Description class
DeepslateInterpolator
-
Uses of BlockInterpolator in net.minecraft.world.gen.chunk
Fields in net.minecraft.world.gen.chunk declared as BlockInterpolator Modifier and Type Field Description private BlockInterpolator
NoiseChunkGenerator. blockInterpolator
Methods in net.minecraft.world.gen.chunk with parameters of type BlockInterpolator Modifier and Type Method Description protected BlockState
NoiseChunkGenerator. getBlockState(StructureWeightSampler structures, @Nullable AquiferSampler aquiferSampler, BlockInterpolator blockInterpolator, int x, int y, int z, double noise)