public class Rotations
extends java.lang.Object
修飾子とタイプ | フィールドと説明 |
---|---|
protected float |
x
Rotation on the X axis
|
protected float |
y
Rotation on the Y axis
|
protected float |
z
Rotation on the Z axis
|
修飾子とタイプ | メソッドと説明 |
---|---|
boolean |
equals(java.lang.Object p_equals_1_) |
float |
getX()
Gets the X axis rotation
|
float |
getY()
Gets the Y axis rotation
|
float |
getZ()
Gets the Z axis rotation
|
ListNBT |
writeToNBT() |
protected final float x
protected final float y
protected final float z
public Rotations(float x, float y, float z)
public Rotations(ListNBT nbt)
public ListNBT writeToNBT()
public boolean equals(java.lang.Object p_equals_1_)
equals
クラス内 java.lang.Object
public float getX()
public float getY()
public float getZ()