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