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 VerticalBlockSample
ChunkGenerator. getColumnSample(int x, int z, HeightLimitView world)
Returns a sample of all the block states in a column for use in structure generation.VerticalBlockSample
DebugChunkGenerator. getColumnSample(int x, int z, HeightLimitView world)
Returns a sample of all the block states in a column for use in structure generation.VerticalBlockSample
FlatChunkGenerator. getColumnSample(int x, int z, HeightLimitView world)
Returns a sample of all the block states in a column for use in structure generation.VerticalBlockSample
NoiseChunkGenerator. getColumnSample(int x, int z, HeightLimitView world)
Returns a sample of all the block states in a column for use in structure generation.