Class KeyframeAnimations

java.lang.Object
net.minecraft.client.animation.KeyframeAnimations

public class KeyframeAnimations extends Object
  • Constructor Details

    • KeyframeAnimations

      public KeyframeAnimations()
  • Method Details

    • posVec

      public static Vector3f posVec(float pX, float pY, float pZ)
    • degreeVec

      public static Vector3f degreeVec(float pXDegrees, float pYDegrees, float pZDegrees)
    • scaleVec

      public static Vector3f scaleVec(double pXScale, double pYScale, double pZScale)