Package xyz.xenondevs.invui.animation.impl


package xyz.xenondevs.invui.animation.impl
  • Classes
    Class
    Description
    Abstract base class for Animation implementations.
    Abstract base class for animations that may use the entity pickup sound when displaying a slot.
    An animation that shows the slots column by column, from left to right.
    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.
    An animation that lets the slots pop up in a random order.
    An animation that shows the slots row by row, from top to bottom.
    An animation that shows the slots sequentially, ordered by their index.
    An animation that shows the slots sequentially from both directions.
    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.