Uses of Class
net.minecraft.world.gen.chunk.VerticalBlockSample
| Package | Description |
|---|---|
| net.minecraft.world.gen.chunk |
-
Uses of VerticalBlockSample in net.minecraft.world.gen.chunk
Methods in net.minecraft.world.gen.chunk that return VerticalBlockSample Modifier and Type Method Description abstract VerticalBlockSampleChunkGenerator. getColumnSample(int x, int z, HeightLimitView world)Returns a sample of all the block states in a column for use in structure generation.VerticalBlockSampleDebugChunkGenerator. getColumnSample(int x, int z, HeightLimitView world)Returns a sample of all the block states in a column for use in structure generation.VerticalBlockSampleFlatChunkGenerator. getColumnSample(int x, int z, HeightLimitView world)Returns a sample of all the block states in a column for use in structure generation.VerticalBlockSampleNoiseChunkGenerator. getColumnSample(int x, int z, HeightLimitView world)Returns a sample of all the block states in a column for use in structure generation.