Class WildMap.MixedWildMap

java.lang.Object
squidpony.squidgrid.mapping.WildMap
squidpony.squidgrid.mapping.WildMap.MixedWildMap
All Implemented Interfaces:
Serializable
Enclosing class:
WildMap

public static class WildMap.MixedWildMap
extends WildMap
implements Serializable
A subclass of WildMap that serves as a ragged edge between 2, 3, or 4 WildMaps in a square intersection. You almost always supply 4 WildMaps to this (typically not other MixedWildMaps), one for each corner of the map, and this generates an uneven border between them. Make sure to look up the indices in the WildMap.content and WildMap.floors using this MixedWildMap's WildMap.contentTypes and WildMap.floorTypes, not the ones in the inner WildMaps, because the indices in the MixedWildMap are different.
See Also:
Serialized Form