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 SoundMapSoundMap. 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.SoundMapSoundMap. 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.SoundMapSoundMap. 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.