Uses of Class
xyz.xenondevs.invui.animation.impl.AbstractAnimation
Packages that use AbstractAnimation
-
Uses of AbstractAnimation in xyz.xenondevs.invui.animation.impl
Subclasses of AbstractAnimation in xyz.xenondevs.invui.animation.implModifier and TypeClassDescriptionclassAbstract base class for animations that may use the entity pickup sound when displaying a slot.classAn animation that shows the slots column by column, from left to right.classAn 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.classAn animation that lets the slots pop up in a random order.classAn animation that shows the slots row by row, from top to bottom.classAn animation that shows the slots sequentially, ordered by their index.classAn animation that shows the slots sequentially from both directions.classAn 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.