public class AKLoad extends AbstractCommand
| Constructor and Description |
|---|
AKLoad(EntityID agent,
int time,
EntityID target)
Construct an AKLoad command.
|
AKLoad(java.io.InputStream in)
An AKLoad 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 AKLoad(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()