Package | Description |
---|---|
model |
Modifier and Type | Field and Description |
---|---|
private MovementThread |
Ocean.mt
The ocean's movement thread.
|
Modifier and Type | Method and Description |
---|---|
MovementThread |
Ocean.getMovementThread()
Gets the movementThread.
|
MovementThread |
OceanInterface.getMovementThread()
Gets the movement thread
|
Modifier and Type | Method and Description |
---|---|
void |
Ocean.setMovementThread(MovementThread movementThread) |
void |
OceanInterface.setMovementThread(MovementThread mt)
This method sets the movement thread
|