Class BlockKeyframeAnimations
java.lang.Object
nokunami.floral_warfare.client.model.blocks.BlockKeyframeAnimations
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidanimate(FWBlockEntityModel<?> pModel, net.minecraft.client.animation.AnimationDefinition pAnimationDefinition, long pAccumulatedTime, float pScale, org.joml.Vector3f pAnimationVecCache) static org.joml.Vector3fdegreeVec(float pXDegrees, float pYDegrees, float pZDegrees) static org.joml.Vector3fposVec(float pX, float pY, float pZ) static org.joml.Vector3fscaleVec(double pXScale, double pYScale, double pZScale)
-
Constructor Details
-
BlockKeyframeAnimations
public BlockKeyframeAnimations()
-
-
Method Details
-
animate
public static void animate(FWBlockEntityModel<?> pModel, net.minecraft.client.animation.AnimationDefinition pAnimationDefinition, long pAccumulatedTime, float pScale, org.joml.Vector3f pAnimationVecCache) -
posVec
public static org.joml.Vector3f posVec(float pX, float pY, float pZ) -
degreeVec
public static org.joml.Vector3f degreeVec(float pXDegrees, float pYDegrees, float pZDegrees) -
scaleVec
public static org.joml.Vector3f scaleVec(double pXScale, double pYScale, double pZScale)
-