Package | Description |
---|---|
squidpony.squidgrid |
Tools for working with data on a grid, including LOS and FOV; overlaps with geometry code in squidpony.squidmath .
|
Modifier and Type | Field and Description |
---|---|
LightRNG |
Spill.lrng
The LightRNG used as a RandomnessSource for the RNG this object uses.
|
Constructor and Description |
---|
Spill(char[][] level,
Spill.Measurement measurement,
LightRNG random)
Constructor meant to take a char[][] returned by DungeonGen.generate(), or any other
char[][] where '#' means a wall and anything else is a walkable tile.
|
Spill(LightRNG random)
Construct a Spill without a level to actually scan.
|
Copyright © 2012–2016. All rights reserved.