Uses of Enum Class
io.github.projectunified.craftux.animation.AnimationMode
Packages that use AnimationMode
Package
Description
-
Uses of AnimationMode in io.github.projectunified.craftux.animation
Methods in io.github.projectunified.craftux.animation that return AnimationModeModifier and TypeMethodDescriptionstatic AnimationModeReturns the enum constant of this class with the specified name.static AnimationMode[]AnimationMode.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in io.github.projectunified.craftux.animation with parameters of type AnimationModeModifierConstructorDescriptionAnimation(List<T> frames, long periodMillis, AnimationMode mode) Creates a new Animation with the specified frames and period. -
Uses of AnimationMode in io.github.projectunified.craftux.button
Methods in io.github.projectunified.craftux.button with parameters of type AnimationModeModifier and TypeMethodDescriptionvoidAnimatedButton.setMode(AnimationMode mode) Set the mode of the animation -
Uses of AnimationMode in io.github.projectunified.craftux.mask
Methods in io.github.projectunified.craftux.mask with parameters of type AnimationModeModifier and TypeMethodDescriptionvoidAnimatedMask.setMode(AnimationMode mode) Set the mode of the animation