AbstractLayout, ApartmentLayout, BoxCityLayout, BoxCitySquareLayout, CrossLayout, GridCityLayout, MazeLayout, TreeLayoutpublic static interface AreaGenerationLibrary.LayoutManager
| Modifier and Type | Method | Description | 
|---|---|---|
| java.util.List<AreaGenerationLibrary.LayoutNode> | generate(int num,
        int dir) | Generates a list of layout nodes, each
 of which reprents a single room in the area. | 
| java.lang.String | name() | The name of the layout manager | 
java.lang.String name()
java.util.List<AreaGenerationLibrary.LayoutNode> generate(int num, int dir)
num - the number of nodes to generatedir - the direction of entry into this group of nodes.AreaGenerationLibrary.LayoutNode