Uses of Class
squidpony.squidgrid.mapping.Placement

Packages that use Placement 
Package Description
squidpony.squidgrid.mapping
Tools specifically for generating maps and placing content in them, usually working with 2D char arrays.
  • Uses of Placement in squidpony.squidgrid.mapping

    Fields in squidpony.squidgrid.mapping declared as Placement 
    Modifier and Type Field Description
    Placement SectionDungeonGenerator.placement
    Configured by this class after you call generate(), this Placement can be used to locate areas of the dungeon that fit certain properties, like "out of sight from a door" or "a large flat section of wall that could be used to place a straight-line object." You can use this as-needed; it does only a small amount of work at the start, and does the calculations for what areas have certain properties on request.