Class BBAnimator

java.lang.Object
com.github.darksoulq.abyssallib.common.model.blockbench.animation.BBAnimator

public class BBAnimator extends Object
  • Constructor Details

    • BBAnimator

      public BBAnimator(String name, String uuid, String type, boolean rotationGlobal, boolean quaternionInterpolation)
  • Method Details

    • addKeyframe

      public void addKeyframe(BBKeyframe keyframe)
    • sort

      public void sort()
    • getName

      public String getName()
    • getUuid

      public String getUuid()
    • getType

      public String getType()
    • isRotationGlobal

      public boolean isRotationGlobal()
    • isQuaternionInterpolation

      public boolean isQuaternionInterpolation()
    • getPosition

      public List<BBKeyframe> getPosition()
    • getRotation

      public List<BBKeyframe> getRotation()
    • getScale

      public List<BBKeyframe> getScale()