PositionedVoxelShape

data class PositionedVoxelShape<K>(val blockPos: Long, val key: K, val shape: VoxelShape)

Constructors

Link copied to clipboard
constructor(blockPos: Long, key: K, shape: VoxelShape)

Properties

Link copied to clipboard
Link copied to clipboard
val key: K
Link copied to clipboard
val shape: VoxelShape