Class KeyframeAnimations

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

public class KeyframeAnimations extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static org.joml.Vector3f
    degreeVec(float p_254402_, float p_253917_, float p_254397_)
     
    static org.joml.Vector3f
    posVec(float p_253691_, float p_254046_, float p_254461_)
     
    static org.joml.Vector3f
    scaleVec(double p_253806_, double p_253647_, double p_254396_)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • KeyframeAnimations

      public KeyframeAnimations()
  • Method Details

    • posVec

      public static org.joml.Vector3f posVec(float p_253691_, float p_254046_, float p_254461_)
    • degreeVec

      public static org.joml.Vector3f degreeVec(float p_254402_, float p_253917_, float p_254397_)
    • scaleVec

      public static org.joml.Vector3f scaleVec(double p_253806_, double p_253647_, double p_254396_)