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¶
from¶
val from: Vector3f?
rotation¶
val rotation: BlockElementRotation?
shade¶
to¶
val to: Vector3f?