Uses of Class
squidpony.squidgrid.SoundMap
Package | Description |
---|---|
squidpony.squidgrid |
Tools for working with data on a grid, including LOS and FOV; overlaps with geometry code in squidpony.squidmath .
|
-
Uses of SoundMap in squidpony.squidgrid
Methods in squidpony.squidgrid that return SoundMap Modifier and Type Method Description SoundMap
SoundMap. initialize(char[][] level)
Used to initialize or re-initialize a SoundMap that needs a new PhysicalMap because it either wasn't given one when it was constructed, or because the contents of the terrain have changed permanently.SoundMap
SoundMap. initialize(char[][] level, char alternateWall)
Used to initialize or re-initialize a SoundMap that needs a new PhysicalMap because it either wasn't given one when it was constructed, or because the contents of the terrain have changed permanently.SoundMap
SoundMap. initialize(double[][] level)
Used to initialize or re-initialize a SoundMap that needs a new PhysicalMap because it either wasn't given one when it was constructed, or because the contents of the terrain have changed permanently.