Class EulerAngle

java.lang.Object
net.minecraft.util.math.EulerAngle

public class EulerAngle
extends Object
  • Field Details

    • pitch

      protected final float pitch
    • yaw

      protected final float yaw
    • roll

      protected final float roll
  • Constructor Details

    • EulerAngle

      public EulerAngle​(float pitch, float yaw, float roll)
    • EulerAngle

      public EulerAngle​(ListTag serialized)
  • Method Details

    • serialize

      public ListTag serialize()
    • equals

      public boolean equals​(Object o)
      Overrides:
      equals in class Object
    • getPitch

      public float getPitch()
    • getYaw

      public float getYaw()
    • getRoll

      public float getRoll()