class LM_World.Site
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
(package private) LM_World.Position |
agent
The agent.
|
float |
food
The food.
|
private int |
pos_x
The pos_y.
|
private int |
pos_y
The pos_y.
|
(package private) LM_World.Sound |
sound
The sound.
|
| Constructor and Description |
|---|
LM_World.Site(int x,
int y)
Instantiates a new site.
|
private int pos_x
private int pos_y
LM_World.Position agent
LM_World.Sound sound
public float food