JSPrismarine
    Preparing search index...

    Server console.

    Hierarchy (View Summary)

    Implements

    Index

    Constructors

    Properties

    headYaw: number
    pitch: number
    runtimeId: bigint
    server: Server
    uuid: string
    x: number = 0

    The X coordinate.

    y: number

    The Y coordinate.

    yaw: number
    z: number = 0

    The Z coordinate.

    Accessors

    Methods

    • Creates a new Vector3 instance from an object with x, y, and z properties.

      Parameters

      • obj: { x: number; y: number; z: number }

        The object containing x, y, and z properties.

      Returns Vector3

      A new Vector3 instance.

    Lifecycle