Class RayTrace
java.lang.Object
ua.mcchickenstudio.opencreative.utils.millennium.math.RayTrace
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Vec3getVectorForRotation(float pitch, float yaw, BuildSpeed s) static MovingObjectPositionrayCast(float yaw, float pitch, AxisAlignedBB bb, Vec3 locationIn, double dist, BuildSpeed s)
-
Constructor Details
-
RayTrace
public RayTrace()
-
-
Method Details
-
rayCast
public static MovingObjectPosition rayCast(float yaw, float pitch, AxisAlignedBB bb, Vec3 locationIn, double dist, BuildSpeed s) -
getVectorForRotation
-