public class WorldExample extends Environment
params
DEFAULT_SLEEP
Constructor and Description |
---|
WorldExample(java.lang.Object... params) |
Modifier and Type | Method and Description |
---|---|
int |
getHeight() |
int |
getWidth() |
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