Class ModelAnimations
java.lang.Object
com.codinglitch.simpleradio.client.core.ModelAnimations
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidanimate(AnimatableModel model, net.minecraft.client.animation.AnimationDefinition p_232321_, long p_232322_, float p_232323_, org.joml.Vector3f p_253861_) static org.joml.Vector3fdegreeVec(float p_254402_, float p_253917_, float p_254397_) static org.joml.Vector3fposVec(float p_253691_, float p_254046_, float p_254461_) static org.joml.Vector3fscaleVec(double p_253806_, double p_253647_, double p_254396_)
-
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_)
-