Uses of Interface
squidpony.squidgrid.AestheticDifference
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 AestheticDifference in squidpony.squidgrid
Fields in squidpony.squidgrid declared as AestheticDifference Modifier and Type Field Description AestheticDifference
DetailedMimic. difference
static AestheticDifference
AestheticDifference. rgba8888
Constructors in squidpony.squidgrid with parameters of type AestheticDifference Constructor Description DetailedMimic(AestheticDifference diff)
Constructor that uses an unseeded RNG (effectively a random seed) and the given AestheticDifference.DetailedMimic(AestheticDifference diff, IRNG rng)
Constructor that uses the given RNG and the given AestheticDifference.