public interface MoverUsedServices extends MoverListener, Localizable
Modifier and Type | Method and Description |
---|---|
int |
getHeightInTile()
Get the height in tile.
|
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).
|
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(Orientation orientation)
Set the orientation.
|
notifyArrived, notifyMoving, notifyStartMove
getLocationOldX, getLocationOldY, getLocationX, getLocationY, moveLocation, moveLocation, setLocation, setLocationX, setLocationY, setSize, teleport, teleportX, teleportY
getHeight, getLocationIntX, getLocationIntY, getWidth
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(Orientation orientation)
orientation
- The orientation.Orientation getOrientation()
int getWidthInTile()
int getHeightInTile()
Copyright © 2014 Byron 3D Games Studio. All rights reserved.