private class MovesCommandFactory.RobPlayerBuilder extends CookieBuilder
| Modifier and Type | Field and Description |
|---|---|
private Coordinate |
point |
private int |
victimIndex |
cookie, playerIndex| Modifier | Constructor and Description |
|---|---|
private |
RobPlayerBuilder() |
| Modifier and Type | Method and Description |
|---|---|
ICommand |
BuildCommand()
Builds a command.
|
void |
SetData(java.lang.String object)
The serialized data that needs passed to the command.
|
SetCookieprivate int victimIndex
private Coordinate point
public ICommand BuildCommand()
ICommandBuilderpublic void SetData(java.lang.String object)
ICommandBuilderobject - Serialized object data.