public class AKRescue extends AbstractCommand
| Constructor and Description |
|---|
AKRescue(EntityID agent,
int time,
EntityID target)
Construct an AKRescue command.
|
AKRescue(java.io.InputStream in)
An AKRescue message that populates its data from a stream.
|
| Modifier and Type | Method and Description |
|---|---|
EntityID |
getTarget()
Get the desired target.
|
getAgentID, getTime, setAgentID, setTimeaddMessageComponent, getComponents, getURN, read, toString, writepublic AKRescue(java.io.InputStream in)
throws java.io.IOException
in - The InputStream to read.java.io.IOException - If there is a problem reading the stream.public EntityID getTarget()