Uses of Record Class
me.rochblondiaux.blockbench.animation.keyframe.DataPoint
Packages that use DataPoint
-
Uses of DataPoint in me.rochblondiaux.blockbench.animation.keyframe
Methods in me.rochblondiaux.blockbench.animation.keyframe that return types with arguments of type DataPointModifier and TypeMethodDescriptionBlockbenchKeyFrame.dataPoints()BlockbenchKeyFrameImpl.dataPoints()Returns the value of thedataPointsrecord component.Constructor parameters in me.rochblondiaux.blockbench.animation.keyframe with type arguments of type DataPointModifierConstructorDescriptionBlockbenchKeyFrameImpl(UUID uniqueId, String name, String type, String channel, float time, int color, String interpolation, boolean bezierLinked, float[] bezierLeftTime, float[] bezierLeftValue, float[] bezierRightTime, float[] bezierRightValue, List<DataPoint> dataPoints) Creates an instance of aBlockbenchKeyFrameImplrecord class.