Interface Transform
🏷️ Properties
rotation
ts
rotation: Vec3
Specifies the rotation of the model according to the scheme [x, y, z].
Defined in: packages/resourcepack/format.ts:238
scale
ts
scale: Vec3
Specifies the scale of the model according to the scheme [x, y, z]. If the value is greater than 4, it is displayed as 4.
Defined in: packages/resourcepack/format.ts:246
translation
ts
translation: Vec3
Specifies the position of the model according to the scheme [x, y, z]. If the value is greater than 80, it is displayed as 80. If the value is less then -80, it is displayed as -80.
Defined in: packages/resourcepack/format.ts:242