TallSectorData
classColumn of generated block cells
Fields
| Name | Type | Description |
|---|---|---|
| zero_height | integer | Cell height the column starts at |
| height | integer | Number of cells in the column |
Functions
TallSectorData:get_block(pos)
Block at the given position
| pos | Vec3i | Position inside the column |
returns StaticBlock
TallSectorData:set_block(pos, block)
Write a block at the given position
| pos | Vec3i | Position inside the column |
| block | StaticBlock | Block type to write |