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