Class ColumnAnimation

All Implemented Interfaces:
Animation

public class ColumnAnimation extends AbstractSoundAnimation
An animation that shows the slots column by column, from left to right.
  • Constructor Details

    • ColumnAnimation

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