Skip to content

PlatformBlockElementFace

class PlatformBlockElementFace(
    cullForDirection: Direction?, 
    tintIndex: Int, 
    texture: String, 
    uv: BlockFaceUV, 
    val faceData: AModelBuilder.PlatformFaceData
) : BlockElementFace

Constructors

PlatformBlockElementFace

constructor(
    cullForDirection: Direction?, 
    tintIndex: Int, 
    texture: String, 
    uv: BlockFaceUV, 
    faceData: AModelBuilder.PlatformFaceData
)

Properties

faceData

Functions

cullForDirection

@Nullable



open fun cullForDirection(): Direction?

texture

open fun texture(): String?

tintIndex

open fun tintIndex(): Int

uv

open fun uv(): BlockFaceUV?