public class Rotations
extends java.lang.Object
| Modifier and Type | Field and Description | 
|---|---|
protected float | 
x  | 
protected float | 
y  | 
protected float | 
z  | 
| Constructor and Description | 
|---|
Rotations(float x,
         float y,
         float z)  | 
Rotations(NBTTagList nbt)  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
equals(java.lang.Object p_equals_1_)  | 
float | 
getX()  | 
float | 
getY()  | 
float | 
getZ()  | 
NBTTagList | 
writeToNBT()  | 
public Rotations(float x,
                 float y,
                 float z)
public Rotations(NBTTagList nbt)
public NBTTagList writeToNBT()
public boolean equals(java.lang.Object p_equals_1_)
equals in class java.lang.Objectpublic float getX()
public float getY()
public float getZ()