public interface Directable
The following routines resemble the superset of all available influences. For individual Directables, some of the routines may have no effect.
Common is that all Directables are linked to the Panzer they originate from.
Modifier and Type | Method and Description |
---|---|
void |
detonate()
detonates this Directable instantly
|
Vector |
getDestination() |
int |
getOwnerID() |
Vector |
getPosition() |
Angle |
getTargetBearing() |
boolean |
isDetonating()
finds out whether this Directable is to be seen as destroyed
|
void |
setDestination(Vector lockOnPos)
Sets the
Directable s destination |
void |
setTargetBearing(Angle bearing)
Sets the
Directable s target orientation |
void detonate()
Vector getDestination()
int getOwnerID()
Vector getPosition()
Angle getTargetBearing()
boolean isDetonating()
void setDestination(Vector lockOnPos)
Directable
s destinationvoid setTargetBearing(Angle bearing)
Directable
s target orientation