Class BlockKeyframeAnimations

java.lang.Object
nokunami.floral_warfare.client.model.blocks.BlockKeyframeAnimations

public class BlockKeyframeAnimations extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static void
    animate(FWBlockEntityModel<?> pModel, net.minecraft.client.animation.AnimationDefinition pAnimationDefinition, long pAccumulatedTime, float pScale, org.joml.Vector3f pAnimationVecCache)
     
    static org.joml.Vector3f
    degreeVec(float pXDegrees, float pYDegrees, float pZDegrees)
     
    static org.joml.Vector3f
    posVec(float pX, float pY, float pZ)
     
    static org.joml.Vector3f
    scaleVec(double pXScale, double pYScale, double pZScale)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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)