Uses of Class
org.rspeer.game.effect.Animation
-
Packages that use Animation Package Description org.rspeer.game.adapter.scene org.rspeer.game.adapter.type org.rspeer.game.effect -
-
Uses of Animation in org.rspeer.game.adapter.scene
Methods in org.rspeer.game.adapter.scene that return Animation Modifier and Type Method Description Animation
PathingEntity. getAnimation()
Animation
PathingEntity. getEffect()
Deprecated.Animation
PathingEntity. getStance()
Methods in org.rspeer.game.adapter.scene that return types with arguments of type Animation Modifier and Type Method Description List<Animation>
PathingEntity. getEffects()
-
Uses of Animation in org.rspeer.game.adapter.type
Methods in org.rspeer.game.adapter.type that return Animation Modifier and Type Method Description Animation
Animable. getAnimation()
-
Uses of Animation in org.rspeer.game.effect
Subclasses of Animation in org.rspeer.game.effect Modifier and Type Class Description class
Stance
Represents theStance
of aPathingEntity
-