|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
ObjectConfigurableWorldModule
TreeModule
public class TreeModule
adds trees, tree rows, tree groups and forests to the world
| Field Summary |
|---|
| Fields inherited from class ConfigurableWorldModule |
|---|
config |
| Constructor Summary | |
|---|---|
TreeModule()
|
|
| Method Summary | |
|---|---|
void |
applyTo(MapData mapData)
adds WorldObjects to MapElements |
void |
setConfiguration(Configuration config)
provides a Configuration that can be used to control aspects
of a WorldModule's behavior. |
| Methods inherited from class Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TreeModule()
| Method Detail |
|---|
public void setConfiguration(Configuration config)
WorldModuleConfiguration that can be used to control aspects
of a WorldModule's behavior.
This is guaranteed to be called before WorldModule.applyTo(MapData),
but not all parameters might be explicitly set in the configuration,
so defaults need to be available.
setConfiguration in interface WorldModulesetConfiguration in class ConfigurableWorldModulepublic final void applyTo(MapData mapData)
WorldModuleWorldObjects to MapElements
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||