Class SplitSequentialAnimation

All Implemented Interfaces:
Animation

public class SplitSequentialAnimation extends AbstractSoundAnimation
An animation that shows the slots sequentially from both directions.
  • Constructor Details

    • SplitSequentialAnimation

      public SplitSequentialAnimation(int tickDelay, boolean sound)
      Parameters:
      tickDelay - The delay between each slot being shown.
      sound - Whether a sound should be played when the slot is shown.
  • Method Details