@hylithiumjs.com/core 1.4.2 → 1.4.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/types.d.ts CHANGED
@@ -7017,8 +7017,10 @@ export interface WorldHelper {
7017
7017
  * @param x Coordenada X
7018
7018
  * @param y Coordenada Y
7019
7019
  * @param z Coordenada Z
7020
+ * @param yaw Rotação horizontal (yaw)
7021
+ * @param pitch Rotação vertical (pitch)
7020
7022
  */
7021
- teleportPlayerToPosition(player: any, x: number, y: number, z: number): void;
7023
+ teleportPlayerToPosition(player: any, x: number, y: number, z: number, yaw: number, pitch: number): void;
7022
7024
  /**
7023
7025
  * Deleta um mundo
7024
7026
  * @param worldName Nome do mundo a ser deletado