Package | Description |
---|---|
com.b3dgs.lionengine.game.rts.entity |
Modifier and Type | Method and Description |
---|---|
E |
HandlerEntityRts.getClosestEntity(E from,
java.lang.Class<?> type,
boolean samePlayer)
Get the closest entity from its type.
|
E |
HandlerEntityRts.getEntityAt(int tx,
int ty)
Get the entity at the specified location in tile.
|
E |
HandlerEntityRts.getEntityAt(com.b3dgs.lionengine.game.Tiled location)
Get the entity at the specified location in tile.
|