Uses of Class
squidpony.squidgrid.Spill

Packages that use Spill 
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 Spill in squidpony.squidgrid

    Methods in squidpony.squidgrid that return Spill 
    Modifier and Type Method Description
    Spill Spill.initialize​(boolean[][] level)
    Used to initialize or re-initialize a Spill 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.
    Spill Spill.initialize​(char[][] level)
    Used to initialize or re-initialize a Spill 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.
    Spill Spill.initialize​(char[][] level, char alternateWall)
    Used to initialize or re-initialize a Spill 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.