public class Player extends AbstractPathMover
map
Constructor and Description |
---|
Player(Map map,
int screenWidth,
int screenHeight) |
Modifier and Type | Method and Description |
---|---|
int |
getScreenX() |
int |
getScreenY() |
void |
render(java.awt.Graphics2D g) |
void |
update(float extrp,
Keyboard keyboard,
Mouse mouse) |
assignDestination, getSpeedX, getSpeedY, getX, getXInTile, getY, getYInTile, hasReachedDestination, manualMove, place, setSpeed, update