![]() |
Adventure at Umalu
22nd March, 2013
Rogue-like Dungeon Crawler, written in Java
|
Public Member Functions | |
boolean | decide (Dice dice, int x, int y) |
Actor | getActor (Dice dice, int x, int y) |
boolean jade.gen.feature.Sprinkler.SprinklerPart.decide | ( | Dice | dice, |
int | x, | ||
int | y | ||
) |
Returns true if an
should be placed at the specified location
dice | the Dice
|
x | the x value of the location being queried |
y | the y value of the location being queried |
Returns the
that should be placed at the specified location, provide that a call to decided with the same parameters returned true.
dice | the Dice
Actor
|
x | the x value of the location being queried |
y | the y value of the location being queried |