Uses of Interface
net.minecraft.world.gen.BlockInterpolator
Packages that use BlockInterpolator
Package
Description
The base package for all Minecraft classes.
-
Uses of BlockInterpolator in net.minecraft
Classes in net.minecraft that implement BlockInterpolator -
Uses of BlockInterpolator in net.minecraft.world.gen
Classes in net.minecraft.world.gen that implement BlockInterpolator -
Uses of BlockInterpolator in net.minecraft.world.gen.chunk
Fields in net.minecraft.world.gen.chunk declared as BlockInterpolatorModifier and TypeFieldDescriptionprivate BlockInterpolator
NoiseChunkGenerator.blockInterpolator
private BlockInterpolator
ChunkGenerator.field_33512
Methods in net.minecraft.world.gen.chunk that return BlockInterpolatorModifier and TypeMethodDescriptionChunkGenerator.method_36294()
NoiseChunkGenerator.method_36294()
Methods in net.minecraft.world.gen.chunk with parameters of type BlockInterpolatorModifier and TypeMethodDescriptionprotected BlockState
NoiseChunkGenerator.getBlockState(StructureWeightSampler structures, @Nullable AquiferSampler aquiferSampler, BlockInterpolator blockInterpolator, int x, int y, int z, double noise)