Display

data class Display(val rotation: Vector3dc, val translation: Vector3dc, val scale: Vector3dc)

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, translation: Vector3dc, scale: Vector3dc)

Types

Link copied to clipboard

The different places where an item model can be displayed.

Properties

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