org.osm2world.core.world.creation
public interface WorldModule
Modifier and Type | Method and Description |
---|---|
void |
applyTo(MapData mapData)
adds
WorldObject s to MapElement s |
void |
setConfiguration(Configuration config)
provides a
Configuration that can be used to control aspects
of a WorldModule's behavior. |
void setConfiguration(Configuration config)
Configuration
that can be used to control aspects
of a WorldModule's behavior.
This is guaranteed to be called before applyTo(MapData)
,
but not all parameters might be explicitly set in the configuration,
so defaults need to be available.void applyTo(MapData mapData)
WorldObject
s to MapElement
s