Uses of Class
net.minecraft.world.gen.chunk.VerticalBlockSample
Packages that use VerticalBlockSample
-
Uses of VerticalBlockSample in net.minecraft.world.gen.chunk
Methods in net.minecraft.world.gen.chunk that return VerticalBlockSampleModifier and TypeMethodDescriptionabstract VerticalBlockSampleChunkGenerator.getColumnSample(int x, int z, HeightLimitView world, class_7138 class_7138) Returns a sample of all the block states in a column for use in structure generation.DebugChunkGenerator.getColumnSample(int x, int z, HeightLimitView world, class_7138 class_7138) Returns a sample of all the block states in a column for use in structure generation.FlatChunkGenerator.getColumnSample(int x, int z, HeightLimitView world, class_7138 class_7138) Returns a sample of all the block states in a column for use in structure generation.NoiseChunkGenerator.getColumnSample(int x, int z, HeightLimitView world, class_7138 class_7138) Returns a sample of all the block states in a column for use in structure generation.Method parameters in net.minecraft.world.gen.chunk with type arguments of type VerticalBlockSampleModifier and TypeMethodDescriptionprivate OptionalIntNoiseChunkGenerator.sampleHeightmap(HeightLimitView heightLimitView, class_7138 class_7138, int int2, int int3, @Nullable MutableObject<VerticalBlockSample> mutableObject, @Nullable Predicate<BlockState> predicate)