Uses of Interface
xyz.xenondevs.invui.animation.Animation
Packages that use Animation
-
Uses of Animation in xyz.xenondevs.invui.animation.impl
Classes in xyz.xenondevs.invui.animation.impl that implement AnimationModifier and TypeClassDescriptionclass
Abstract base class forAnimation
implementations.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. -
Uses of Animation in xyz.xenondevs.invui.gui
Methods in xyz.xenondevs.invui.gui with parameters of type AnimationModifier and TypeMethodDescriptionvoid
AbstractGui.playAnimation
(@NotNull Animation animation, @Nullable Predicate<@NotNull SlotElement> filter) void
Gui.playAnimation
(@NotNull Animation animation, @Nullable Predicate<@NotNull SlotElement> filter) Plays anAnimation
.