Package | Description |
---|---|
components.simplesoccer.model |
Modifier and Type | Class and Description |
---|---|
class |
NngaPlayer
The controller of a player, basically this class contains the behavior of the soccer player
|
Modifier and Type | Method and Description |
---|---|
Controller |
SimPlayer.getController() |
Modifier and Type | Method and Description |
---|---|
void |
SimPlayer.setController(Controller c) |
Constructor and Description |
---|
SimPlayer(java.lang.String team,
int side,
int number,
Controller controller) |