Package org.rspeer.game.effect
Class Stance
- java.lang.Object
-
- org.rspeer.game.effect.Animation
-
- org.rspeer.game.effect.Stance
-
public class Stance extends Animation
Represents theStance
of aPathingEntity
-
-
Constructor Summary
Constructors Constructor Description Stance(PathingEntity<?> src, int id, int frame)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
isWalking()
-
-
-
Constructor Detail
-
Stance
public Stance(PathingEntity<?> src, int id, int frame)
-
-