Uses of Class
squidpony.squidmath.CellularAutomaton
| Package | Description |
|---|---|
| squidpony.squidgrid.mapping |
Tools specifically for generating maps and placing content in them, usually working with 2D char arrays.
|
| squidpony.squidmath |
A very broad package containing random number generators, geometry tools, data structures, and noise functions.
|
-
Uses of CellularAutomaton in squidpony.squidgrid.mapping
Fields in squidpony.squidgrid.mapping declared as CellularAutomaton Modifier and Type Field Description protected CellularAutomatonFlowingCaveGenerator. ca -
Uses of CellularAutomaton in squidpony.squidmath
Methods in squidpony.squidmath that return CellularAutomaton Modifier and Type Method Description CellularAutomatonCellularAutomaton. remake(GreasedRegion next)Re-initializes this CellularAutomaton using a different GreasedRegion as a basis.