Package squidpony.squidgrid.zone
Ways to represent different types of areas in 2D space; not recommended, most new code uses
GreasedRegion
.-
Interface Summary Interface Description ImmutableZone Created by Tommy Ettinger on 11/24/2016.MutableZone Created by Tommy Ettinger on 11/24/2016.Zone Abstraction over a list ofCoord
. -
Class Summary Class Description CoordPackerZone A zone constructed byCoordPacker
.ListZone A zone defined by aList
.Zone.Helper Zone.Skeleton A convenience partial implementation.