Uses of Class
net.minecraft.world.gen.chunk.VerticalBlockSample
Packages that use VerticalBlockSample
Package
Description
The base package for all Minecraft classes.
-
Uses of VerticalBlockSample in net.minecraft
Methods in net.minecraft that return VerticalBlockSampleModifier and TypeMethodDescriptionclass_11075.getColumnSample(int x, int z, HeightLimitView world, NoiseConfig noiseConfig) Returns a sample of all the block states in a column for use in structure generation.class_11083.getColumnSample(int x, int z, HeightLimitView world, NoiseConfig noiseConfig) Returns a sample of all the block states in a column for use in structure generation.private VerticalBlockSampleclass_11075.method_69771()private VerticalBlockSampleclass_11075.method_69772() -
Uses of VerticalBlockSample in net.minecraft.structure.pool
Methods in net.minecraft.structure.pool with parameters of type VerticalBlockSampleModifier and TypeMethodDescriptionprivate static booleanStructurePoolBasedGenerator.method_69830(VerticalBlockSample verticalBlockSample, int int2) -
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, NoiseConfig noiseConfig) Returns a sample of all the block states in a column for use in structure generation.DebugChunkGenerator.getColumnSample(int x, int z, HeightLimitView world, NoiseConfig noiseConfig) Returns a sample of all the block states in a column for use in structure generation.FlatChunkGenerator.getColumnSample(int x, int z, HeightLimitView world, NoiseConfig noiseConfig) Returns a sample of all the block states in a column for use in structure generation.NoiseChunkGenerator.getColumnSample(int x, int z, HeightLimitView world, NoiseConfig noiseConfig) 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 world, NoiseConfig noiseConfig, int x, int z, @Nullable MutableObject<VerticalBlockSample> columnSample, @Nullable Predicate<BlockState> stopPredicate)