Package | Description |
---|---|
io.github.teamfractal.animation | |
io.github.teamfractal.screens |
Modifier and Type | Method and Description |
---|---|
IAnimation.AnimationType |
IAnimation.getType() |
IAnimation.AnimationType |
AnimationTileFlash.getType() |
IAnimation.AnimationType |
AnimationPlayerWin.getType() |
static IAnimation.AnimationType |
IAnimation.AnimationType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static IAnimation.AnimationType[] |
IAnimation.AnimationType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Field and Description |
---|---|
private static IAnimation.AnimationType[] |
AbstractAnimationScreen.animationTypes |
Modifier and Type | Method and Description |
---|---|
void |
AbstractAnimationScreen.renderAnimation(float delta,
IAnimation.AnimationType type)
Request to render animation.
|