Skip to content

PlatformItemTransform

class PlatformItemTransform(
    rotation: Vector3f, 
    translation: Vector3f, 
    scale: Vector3f, 
    rightRotation: Vector3f
)

Constructors

PlatformItemTransform

constructor(
    rotation: Vector3f, 
    translation: Vector3f, 
    scale: Vector3f, 
    rightRotation: Vector3f
)
constructor(
    rotation: Vector3f, 
    translation: Vector3f, 
    scale: Vector3f
)

Types

Companion

object Companion

Deserializer

Properties

rightRotation

val rightRotation: Vector3f

rotation

val rotation: Vector3f

scale

val scale: Vector3f

translation

val translation: Vector3f

Functions

apply

fun apply(leftHand: Boolean, poseStack: PoseStack)

equals

open operator override fun equals(object: Any?): Boolean

hashCode

open override fun hashCode(): Int