Package | Description |
---|---|
sk.fiit.jim.agent.models |
Modifier and Type | Class and Description |
---|---|
class |
Player
Player.java
Class that defines agents as players in the game.
|
Modifier and Type | Field and Description |
---|---|
private DynamicObject |
WorldModel.ball |
Modifier and Type | Method and Description |
---|---|
DynamicObject |
WorldModel.ballAfterAction(Annotation annotation)
Returns ball as dynamic object with new values
based on specified Annotation execution saying how object changes after
Annotation execution.
|
DynamicObject |
DynamicObject.clone() |
DynamicObject |
WorldModel.getBall()
Returns ball as dynamic object.
|