| Package | Description |
|---|---|
| org.locxar.roguelike | |
| org.locxar.roguelike.plan | |
| org.locxar.roguelike.util.plan |
| Modifier and Type | Method and Description |
|---|---|
private static void |
CycleController.write2File(Map<Location,Character> m)
Write 2 file.
|
| Modifier and Type | Field and Description |
|---|---|
private Map<Location,Character> |
Plan.map
The map.
|
| Modifier and Type | Method and Description |
|---|---|
Map<Location,Character> |
Plan.addLocation(Map<Location,Character> m,
Location loc,
Character s)
Adds the location.
|
Map<Location,Character> |
Plan.getMap()
Gets the map.
|
| Modifier and Type | Method and Description |
|---|---|
Map<Location,Character> |
Plan.addLocation(Map<Location,Character> m,
Location loc,
Character s)
Adds the location.
|
Character |
Plan.getLocation(Map<Location,Character> m,
Location loc)
Gets the location.
|
| Modifier and Type | Method and Description |
|---|---|
Map<Location,Character> |
Plan.addLocation(Map<Location,Character> m,
Location loc,
Character s)
Adds the location.
|
Character |
Plan.getLocation(Map<Location,Character> m,
Location loc)
Gets the location.
|
void |
Plan.setMap(Map<Location,Character> m)
Sets the map.
|
| Constructor and Description |
|---|
Plan(Map<Location,Character> m)
Instantiates a new mapper.
|
| Modifier and Type | Method and Description |
|---|---|
Map<Location,Character> |
PlanGenerator.generateTestMap(Map<Location,Character> map)
Generate test map.
|
| Modifier and Type | Method and Description |
|---|---|
Map<Location,Character> |
PlanGenerator.generateTestMap(Map<Location,Character> map)
Generate test map.
|
Copyright © 2016. All rights reserved.