![]() |
Adventure at Umalu
22nd March, 2013
Rogue-like Dungeon Crawler, written in Java
|
Public Member Functions | |
Fence (Generator chained) | |
![]() | |
FeatureGenerator (Generator chained) | |
![]() | |
Generator () | |
Generator (Generator chained) | |
final void | generate (World world, Dice dice) |
final void | generate (World world) |
Protected Member Functions | |
void | generateStep (World world, Dice dice) |
Places a fence around a map. This is almost always a good idea as it will prevent line of sight calculations and
placement from happening outside the bounds of the
.
jade.gen.feature.Fence.Fence | ( | Generator | chained | ) |
Performs the generation step of the
.
world | the World
|
dice | the Dice
|
Implements jade.gen.Generator.