Uses of Class
squidpony.squidgrid.zone.Zone.Skeleton
Package | Description |
---|---|
squidpony.squidgrid.mapping |
Tools specifically for generating maps and placing content in them, usually working with 2D char arrays.
|
squidpony.squidgrid.zone |
Ways to represent different types of areas in 2D space; not recommended, most new code uses
GreasedRegion . |
squidpony.squidmath |
A very broad package containing random number generators, geometry tools, data structures, and noise functions.
|
-
Uses of Zone.Skeleton in squidpony.squidgrid.mapping
Subclasses of Zone.Skeleton in squidpony.squidgrid.mapping Modifier and Type Class Description static class
Rectangle.Impl
-
Uses of Zone.Skeleton in squidpony.squidgrid.zone
Subclasses of Zone.Skeleton in squidpony.squidgrid.zone Modifier and Type Class Description class
CoordPackerZone
A zone constructed byCoordPacker
.class
ListZone
A zone defined by aList
. -
Uses of Zone.Skeleton in squidpony.squidmath
Subclasses of Zone.Skeleton in squidpony.squidmath Modifier and Type Class Description class
GreasedRegion
Region encoding of on/off information about areas using bitsets; uncompressed (fatty), but fast (greased lightning).