Package engine.entity.movement
Class BiDirectionalMove
java.lang.Object
engine.entity.movement.AbstractMove
engine.entity.movement.BiDirectionalMove
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class engine.entity.movement.AbstractMove
getTriggers, move, move
-
Field Details
-
xywh
-
bg
-
-
Constructor Details
-
BiDirectionalMove
-
-
Method Details
-
move
- Specified by:
movein classAbstractMove
-
get
- Specified by:
getin classAbstractMove
-
getX
public float getX()- Specified by:
getXin classAbstractMove
-
getY
public float getY()- Specified by:
getYin classAbstractMove
-
getW
public float getW()- Specified by:
getWin classAbstractMove
-
getH
public float getH()- Specified by:
getHin classAbstractMove
-
getS
public float getS()- Specified by:
getSin classAbstractMove
-
getSW
public float getSW()- Specified by:
getSWin classAbstractMove
-
getSH
public float getSH()- Specified by:
getSHin classAbstractMove
-
getPoint
- Specified by:
getPointin classAbstractMove
-
getMoveType
- Specified by:
getMoveTypein classAbstractMove
-
setDir
public void setDir(int d) - Specified by:
setDirin classAbstractMove
-
setIdle
public void setIdle(boolean i) - Specified by:
setIdlein classAbstractMove
-
getDir
public int getDir()- Specified by:
getDirin classAbstractMove
-
dirChanged
public boolean dirChanged()- Specified by:
dirChangedin classAbstractMove
-
getIsIdle
public boolean getIsIdle()- Specified by:
getIsIdlein classAbstractMove
-