Skip to content

Location

Jenya705 edited this page Oct 10, 2021 · 1 revision

Location object represents entity location

Fields

Field name Field description
x X coordinate
y Y coordinate
z Z coordinate
world World name

JSON Example

{
    "world": "overworld",
    "x": 2840.8328192467225,
    "y": 67.8749909892947,
    "z": -1398.2173892822427
}
Clone this wiki locally