public class PosAndRotation
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private float |
pitch |
private Vec3d |
pos |
private float |
yaw |
Constructor and Description |
---|
PosAndRotation(Vec3d posIn,
float pitchIn,
float yawIn) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object p_equals_1_) |
float |
getPitch() |
Vec3d |
getPos() |
float |
getYaw() |
int |
hashCode() |
java.lang.String |
toString() |
private final Vec3d pos
private final float pitch
private final float yaw
public PosAndRotation(Vec3d posIn, float pitchIn, float yawIn)
public Vec3d getPos()
public float getPitch()
public float getYaw()
public boolean equals(java.lang.Object p_equals_1_)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object