World / Server
paper/create_location
Create Location
Constructs a Location object from world name and XYZ coordinates.
Note: Connected inputs override the property defaults.
Inputs
| Name | Type | Optional | Description |
|---|---|---|---|
world |
string | ✓ | World name. |
x |
number | ✓ | — |
y |
number | ✓ | — |
z |
number | ✓ | — |
Outputs
| Name | Type | Description |
|---|---|---|
location |
location | The constructed location. |
Properties
| Key | Type | Default | Description |
|---|---|---|---|
world |
string | "world" |
World Name |
x |
number | 0 |
X |
y |
number | 64 |
Y |
z |
number | 0 |
Z |
yaw |
number | 0 |
Yaw |
pitch |
number | 0 |
Pitch |