Class RowAnimation

All Implemented Interfaces:
Animation

public class RowAnimation extends AbstractSoundAnimation
An animation that shows the slots row by row, from top to bottom.
  • Constructor Details

    • RowAnimation

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