![]() |
Adventure at Umalu
22nd March, 2013
Rogue-like Dungeon Crawler, written in Java
|
Public Member Functions | |
FeatureGenerator (Generator chained) | |
![]() | |
Generator () | |
Generator (Generator chained) | |
final void | generate (World world, Dice dice) |
final void | generate (World world) |
Additional Inherited Members | |
![]() | |
abstract void | generateStep (World world, Dice dice) |
Represents an algorithm for adding features to a pre-existing map. Since the
is meant to embellish a map rather than generate the whole map, it requires that it be chained with a
that already does the map generation.
jade.gen.feature.FeatureGenerator.FeatureGenerator | ( | Generator | chained | ) |
Creates a new instance of
with the required chained
.
chained | the required chained |