Data Block Placement Information
data class DataBlockPlacementInformation( val blockId: DefinitionId, val color: Vec3F? = null, val customName: String? = null, val offset: Vec3I = Vec3I.ZERO, val orientations: List<Orientations> = listOf(Orientations())) : BlockPlacementInformation
Content copied to clipboard
Constructors
Link copied to clipboard
fun DataBlockPlacementInformation( blockId: DefinitionId, color: Vec3F? = null, customName: String? = null, offset: Vec3I = Vec3I.ZERO, orientations: List<Orientations> = listOf(Orientations()))
Content copied to clipboard