Package engine.entity.movement
Class Interaction
java.lang.Object
engine.entity.Move
engine.entity.movement.Interaction
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class engine.entity.Move
getTriggers, move, move
-
Field Details
-
x
private float x -
y
private float y -
w
private float w -
h
private float h -
m
-
-
Constructor Details
-
Interaction
-
-
Method Details
-
move
-
get
-
getX
public float getX() -
getY
public float getY() -
getW
public float getW() -
getH
public float getH() -
getS
public float getS() -
getSW
public float getSW() -
getSH
public float getSH() -
getPoint
-
getMoveType
- Specified by:
getMoveTypein classMove
-
setDir
public void setDir(int d) -
setIdle
public void setIdle(boolean i) -
getDir
public int getDir() -
dirChanged
public boolean dirChanged()- Specified by:
dirChangedin classMove
-
getIsIdle
public boolean getIsIdle()
-