-
class
Abstract base class for animations that may use the entity pickup sound when displaying a slot.
class
An animation that shows the slots column by column,
from left to right.
class
An animation that moves like a snake in horizontal direction,
starting from (0,0) then moving all the way right, one down,
all the way left and repeat.
class
An animation that lets the slots pop up in a random order.
class
An animation that shows the slots row by row,
from top to bottom.
class
An animation that shows the slots sequentially, ordered by their index.
class
An animation that shows the slots sequentially from both directions.
class
An animation that moves like a snake in vertical direction,
starting from (0,0) then moving all the way down, one to the side,
all the way up and repeat.