|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
ObjectConfigurableWorldModule
public abstract class ConfigurableWorldModule
simple superclass for WorldModules that stores a configuration set by
setConfiguration(org.apache.commons.configuration.Configuration)
| Field Summary | |
|---|---|
protected Configuration |
config
|
| Constructor Summary | |
|---|---|
ConfigurableWorldModule()
|
|
| Method Summary | |
|---|---|
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 |
| Methods inherited from interface WorldModule |
|---|
applyTo |
| Field Detail |
|---|
protected Configuration config
| Constructor Detail |
|---|
public ConfigurableWorldModule()
| 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 WorldModule
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||