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 AnimationPathingEntity. getAnimation()AnimationPathingEntity. getEffect()Deprecated.AnimationPathingEntity. 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 AnimationAnimable. getAnimation() -
Uses of Animation in org.rspeer.game.effect
Subclasses of Animation in org.rspeer.game.effect Modifier and Type Class Description classStanceRepresents theStanceof aPathingEntity
-