class LM_World.Position
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
(package private) java.lang.String |
agentName
The agent name.
|
int |
direction
The direction.
|
int |
lastSungMidiNote
The last sung midi note.
|
int |
pos_x
The pos_y.
|
int |
pos_y
The pos_y.
|
| Constructor and Description |
|---|
LM_World.Position(java.lang.String agentName)
Instantiates a new position.
|