of
@NotNull
Creates a FabricLocation from the coordinates.
Return
the instance
Since
2.0.0
Parameters
level
the NMS level
x
the x coordinate
y
the y coordinate
z
the z coordinate
pitch
the pitch
yaw
the yaw
@NotNull
Creates a FabricLocation from the coordinates with zero pitch and yaw.
Return
the instance
Since
2.0.0
Parameters
level
the NMS level
x
the x coordinate
y
the y coordinate
z
the z coordinate
@NotNull
Creates a FabricLocation from the position vector.
Return
the instance
Since
2.0.0
Parameters
level
the NMS level
position
the position vector
pitch
the pitch
yaw
the yaw
Creates a FabricLocation from the position vector with zero pitch and yaw.
Return
the instance
Since
2.0.0
Parameters
level
the NMS level
position
the position vector
Creates a FabricLocation from an entity's position.
Return
the location
Since
2.0.0
Parameters
entity
the entity