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 x, float y, float z)
    • degreeVec

      public static Vector3f degreeVec(float xDegrees, float yDegrees, float zDegrees)
    • scaleVec

      public static Vector3f scaleVec(double xScale, double yScale, double zScale)