Entry

@Serializable
data class Entry(val rotation: Vector3dc = Vector3d(0.0, 0.0, 0.0), val translation: Vector3dc = Vector3d(0.0, 0.0, 0.0), val scale: Vector3dc = Vector3d(1.0, 1.0, 1.0))

The display settings for an item model.

Parameters

rotation

The rotation of the model.

translation

The translation of the model.

scale

The scale of the model.

Constructors

Link copied to clipboard
constructor(rotation: Vector3dc = Vector3d(0.0, 0.0, 0.0), translation: Vector3dc = Vector3d(0.0, 0.0, 0.0), scale: Vector3dc = Vector3d(1.0, 1.0, 1.0))

Properties

Link copied to clipboard
val rotation: Vector3dc
Link copied to clipboard
val scale: Vector3dc
Link copied to clipboard
val translation: Vector3dc