World Position
Create a new WorldPosition for the specified x, y and z coordinates alongside the given world name.
Parameters
x
x-pos
y
y-pos
z
z-pos
world Name
World
public void WorldPosition(double x, double y, double z, float yaw, float pitch, @NonNull() @NonNull() String worldName)
Create a new WorldPosition for the specified x, y, z yaw and pitch coordinates alongside the given world name.
Parameters
x
x-pos
y
y-pos
z
z-pos
yaw
yaw
pitch
pitch
world Name
World