Skip to content

commonnet.kernelpanicsoft.archie.data.client.modelAModelBuilderPlatformBlockElementFace

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


@Nullableopen fun cullForDirection(): Direction?

equals


operator override fun equals(other: Any?): Boolean

hashCode


override fun hashCode(): Int

texture


open fun texture(): String

tintIndex


open fun tintIndex(): Int

toString


override fun toString(): String

uv


open fun uv(): BlockFaceUV