DataBlockPlacementInformation

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

Constructors

Link copied to clipboard
fun DataBlockPlacementInformation(    blockId: DefinitionId,     color: Vec3F? = null,     customName: String? = null,     offset: Vec3I = Vec3I.ZERO,     orientations: List<Orientations> = listOf(Orientations()))

Properties

Link copied to clipboard
open override val blockId: DefinitionId
Link copied to clipboard
open val charRepresentation: Char
Link copied to clipboard
open override val color: Vec3F? = null
Link copied to clipboard
open override val customName: String? = null
Link copied to clipboard
open override val offset: Vec3I
Link copied to clipboard
open override val orientations: List<Orientations>