Skip to content

PlatformBlockElement

class PlatformBlockElement(
    from: Vector3f, 
    to: Vector3f, 
    faces: Map<Direction, BlockElementFace>, 
    rotation: BlockElementRotation?, 
    shade: Boolean, 
    val faceData: AModelBuilder.PlatformFaceData
) : BlockElement

Constructors

PlatformBlockElement

constructor(
    from: Vector3f, 
    to: Vector3f, 
    faces: Map<Direction, BlockElementFace>, 
    rotation: BlockElementRotation?, 
    shade: Boolean, 
    faceData: AModelBuilder.PlatformFaceData
)

Properties

faceData

faces

val faces: Map<Direction?, BlockElementFace?>?

from

val from: Vector3f?

rotation

val rotation: BlockElementRotation?

shade

val shade: Boolean

to

val to: Vector3f?