Class LinearBlockTimer
java.lang.Object
dev.thorinwasher.blockanimator.api.timer.LinearBlockTimer
- All Implemented Interfaces:
BlockTimer
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfetch(CompiledBlockSelector blockSelector, int totalBlockAmount) booleanhasNext(int totalBlockAmount)
-
Constructor Details
-
LinearBlockTimer
public LinearBlockTimer(int ticks)
-
-
Method Details
-
hasNext
public boolean hasNext(int totalBlockAmount) - Specified by:
hasNextin interfaceBlockTimer
-
fetch
- Specified by:
fetchin interfaceBlockTimer
-