Class SequentialAnimation<B>
java.lang.Object
dev.thorinwasher.blockanimator.api.animation.SequentialAnimation<B>
- All Implemented Interfaces:
Animation<B>
-
Nested Class Summary
Nested classes/interfaces inherited from interface dev.thorinwasher.blockanimator.api.animation.Animation
Animation.AnimationStatus -
Constructor Summary
ConstructorsConstructorDescriptionSequentialAnimation(BlockSupplier<B> blockSupplier, PathCompletionSupplier pathCompletionSupplier, BlockSelector blockSelector, int buffer) -
Method Summary
-
Constructor Details
-
SequentialAnimation
public SequentialAnimation(BlockSupplier<B> blockSupplier, PathCompletionSupplier pathCompletionSupplier, BlockSelector blockSelector, int buffer)
-
-
Method Details
-
compile
public void compile()Description copied from interface:AnimationHAS TO BE RUN ASYNC! -
getNext
-
getStatus
-
supplier
-