Class ModelAnimations

java.lang.Object
com.codinglitch.simpleradio.client.core.ModelAnimations

public class ModelAnimations extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static void
    animate(AnimatableModel model, net.minecraft.client.animation.AnimationDefinition p_232321_, long p_232322_, float p_232323_, org.joml.Vector3f p_253861_)
     
    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

    • ModelAnimations

      public ModelAnimations()
  • Method Details

    • animate

      public static void animate(AnimatableModel model, net.minecraft.client.animation.AnimationDefinition p_232321_, long p_232322_, float p_232323_, org.joml.Vector3f p_253861_)
    • 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_)