Interface BlockbenchKeyFrame

All Known Implementing Classes:
BlockbenchKeyFrameImpl

public interface BlockbenchKeyFrame
  • Method Details

    • uniqueId

      UUID uniqueId()
    • channel

      String channel()
    • dataPoints

      List<DataPoint> dataPoints()
    • time

      float time()
    • color

      int color()
    • interpolation

      String interpolation()
    • bezierLinked

      boolean bezierLinked()
    • bezierLeftTime

      float[] bezierLeftTime()
    • bezierLeftValue

      float[] bezierLeftValue()
    • bezierRightTime

      float[] bezierRightTime()
    • bezierRightValue

      float[] bezierRightValue()