UNPKG

@minecraft/creator-tools

Version:

Minecraft Creator Tools command line and libraries.

10 lines (9 loc) 253 B
export default class Rotation { private _yaw; private _pitch; get yaw(): number; set yaw(newYaw: number); get pitch(): number; set pitch(newPitch: number); constructor(yaw?: number | undefined, pitch?: number | undefined); }