public abstract class Entity
extends java.lang.Object
Constructor and Description |
---|
Entity() |
Modifier and Type | Method and Description |
---|---|
abstract PointMapItem |
getClosestFriendly()
Returns the closes friendly associated with the target nine line.
|
static Entity |
getInstance(MapView _view) |
abstract PointMapItem |
getTarget()
Responsible for returning the target associated with the active 5/9 line
entity.
|
static void |
registerImplementation(Entity concreteImpl) |
abstract void |
updateTarget(java.lang.String uid)
Update the target in the Entity.
|
public static void registerImplementation(Entity concreteImpl)
public abstract void updateTarget(java.lang.String uid)
uid
- the uid of the target.public abstract PointMapItem getTarget()
public abstract PointMapItem getClosestFriendly()