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 |
---|---|
SoundMap.Measurement |
SoundMap.measurement
This affects how sound travels on diagonal directions vs.
|
Modifier and Type | Method and Description |
---|---|
static SoundMap.Measurement |
SoundMap.Measurement.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SoundMap.Measurement[] |
SoundMap.Measurement.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
SoundMap(char[][] level,
SoundMap.Measurement measurement)
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.
|
SoundMap(double[][] level,
SoundMap.Measurement measurement)
Used to construct a DijkstraMap from the output of another, specifying a distance calculation.
|
Copyright © 2012–2016. All rights reserved.