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¶
tintIndex¶
uv¶
open fun uv(): BlockFaceUV?