Modifier and Type | Method and Description |
---|---|
Message |
Message.WorldModel.changed(WorldModel model) |
Modifier and Type | Field and Description |
---|---|
private static WorldModel |
WorldModel.instance |
private WorldModel |
Player.worldModel |
Modifier and Type | Method and Description |
---|---|
static WorldModel |
WorldModel.getInstance()
Returns WorldModel static instance to work with it.
|
Constructor and Description |
---|
Player(WorldModel context,
boolean teammate,
int number)
Create new instance of Player, with specific context.
|
Modifier and Type | Field and Description |
---|---|
private WorldModel |
Prophet.world |
Modifier and Type | Field and Description |
---|---|
private WorldModel |
AgentJim.worldModel |
Modifier and Type | Method and Description |
---|---|
WorldModel |
AgentJim.getWorldModel() |
Modifier and Type | Method and Description |
---|---|
void |
AgentJim.setWorldModel(WorldModel model) |
Modifier and Type | Field and Description |
---|---|
WorldModel |
AgentMonitorMessage.WorldModel.model |