![]() |
Adventure at Umalu
22nd March, 2013
Rogue-like Dungeon Crawler, written in Java
|
Classes | |
interface | SprinklerPart |
Public Member Functions | |
Sprinkler (Generator chained, SprinklerPart part) | |
![]() | |
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) |
Randomly sprinkles
according to a specific
. This can be used to populate entire maps with monsters, traps, or any other type of
.
jade.gen.feature.Sprinkler.Sprinkler | ( | Generator | chained, |
SprinklerPart | part | ||
) |
Performs the generation step of the
.
world | the World
|
dice | the Dice
|
Implements jade.gen.Generator.