public class MapGeneratorImpl extends Object implements MapGenerator
Constructor and Description |
---|
MapGeneratorImpl()
Create map generator.
|
Modifier and Type | Method and Description |
---|---|
MapTile |
generateMap(GeneratorParameter parameters,
Collection<Media> levels,
Media sheetsConfig,
Media groupsConfig)
Generate a random map from basic configuration.
|
public MapTile generateMap(GeneratorParameter parameters, Collection<Media> levels, Media sheetsConfig, Media groupsConfig)
MapGenerator
generateMap
in interface MapGenerator
parameters
- The parameters involved in map generation.levels
- The level rips used.sheetsConfig
- The sheets configuration media.groupsConfig
- The groups configuration media.Copyright © 2017 Byron 3D Games Studio. All rights reserved.