WorldPosition

public void WorldPosition(double x, double y, double z, @NonNull() @NonNull() String worldName)

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

worldName

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

worldName

World