public class AsyncWorldExample extends Environment
params
DEFAULT_SLEEP
Constructor and Description |
---|
AsyncWorldExample()
Required world constructor
|
Modifier and Type | Method and Description |
---|---|
int |
getHeight()
Height getter
|
int |
getWidth()
Width getter
|
void |
onInitialization()
This method is called during the initialization process of the environment
|
cycle, getRandom, getScheduler, onCycle, onInitialEntitiesCreation, onSchedulingStarts, onSchedulingStops, onUpdateRender, setSeed, stopCondition
public int getWidth()
public int getHeight()
public void onInitialization()
Environment
onInitialization
in class Environment