Uses of Class
squidpony.squidgrid.MultiSpill

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

    Methods in squidpony.squidgrid that return MultiSpill 
    Modifier and Type Method Description
    MultiSpill MultiSpill.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 (not if a creature moved; for that you pass the positions of creatures that block paths to scan() or findPath() ).
    MultiSpill MultiSpill.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 (not if a creature moved; for that you pass the positions of creatures that block paths to scan() or findPath() ).
    MultiSpill MultiSpill.initialize​(short[][] 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.