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, setTime
addMessageComponent, getComponents, getURN, read, toString, write
public 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()