public interface MoverUsedServices extends MoverListener, com.b3dgs.lionengine.game.purview.Localizable
Modifier and Type | Method and Description |
---|---|
int |
getHeightInTile()
Get the height in tile.
|
java.lang.Integer |
getId()
Get the id.
|
int |
getLocationInTileX()
Get horizontal location in tile (location on map).
|
int |
getLocationInTileY()
Get vertical location in tile (location on map).
|
com.b3dgs.lionengine.game.Orientation |
getOrientation()
Get the orientation.
|
int |
getWidthInTile()
Get the width in tile.
|
void |
setLocation(int tx,
int ty)
Set the location in tile.
|
void |
setOrientation(com.b3dgs.lionengine.game.Orientation orientation)
Set the orientation.
|
notifyArrived, notifyMoving, notifyStartMove
java.lang.Integer getId()
void setLocation(int tx, int ty)
tx
- The location in tile x.ty
- The location in tile y.int getLocationInTileX()
int getLocationInTileY()
void setOrientation(com.b3dgs.lionengine.game.Orientation orientation)
orientation
- The orientation.com.b3dgs.lionengine.game.Orientation getOrientation()
int getWidthInTile()
int getHeightInTile()