Interface Animation<B>
- All Known Implementing Classes:
HologramAnimation,SequentialAnimation,TimerAnimation
public interface Animation<B>
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionvoidcompile()HAS TO BE RUN ASYNC!getNext()static voidmergeBlockAnimationToFrames(CompiledBlockMoveAnimation compiledBlockMoveAnimation, Map<Integer, AnimationFrame> frames, ImmutableVector3i target, int frame) supplier()
-
Method Details
-
compile
void compile()HAS TO BE RUN ASYNC! -
getNext
-
mergeBlockAnimationToFrames
@Internal static void mergeBlockAnimationToFrames(CompiledBlockMoveAnimation compiledBlockMoveAnimation, Map<Integer, AnimationFrame> frames, ImmutableVector3i target, int frame) -
getStatus
-
supplier
-