Class Rotations


  • public class Rotations
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected float x  
      protected float y  
      protected float z  
    • Constructor Summary

      Constructors 
      Constructor Description
      Rotations​(float p_i46009_1_, float p_i46009_2_, float p_i46009_3_)  
      Rotations​(ListNBT p_i46010_1_)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean equals​(java.lang.Object p_equals_1_)  
      float getX()  
      float getY()  
      float getZ()  
      ListNBT save()  
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • x

        protected final float x
      • y

        protected final float y
      • z

        protected final float z
    • Constructor Detail

      • Rotations

        public Rotations​(float p_i46009_1_,
                         float p_i46009_2_,
                         float p_i46009_3_)
      • Rotations

        public Rotations​(ListNBT p_i46010_1_)
    • Method Detail

      • equals

        public boolean equals​(java.lang.Object p_equals_1_)
        Overrides:
        equals in class java.lang.Object
      • getX

        public float getX()
      • getY

        public float getY()
      • getZ

        public float getZ()