Uses of Class
squidpony.squidgrid.mapping.FantasyPoliticalMapper.Faction
| Package | Description |
|---|---|
| squidpony.squidgrid.mapping |
Tools specifically for generating maps and placing content in them, usually working with 2D char arrays.
|
-
Uses of FantasyPoliticalMapper.Faction in squidpony.squidgrid.mapping
Fields in squidpony.squidgrid.mapping with type parameters of type FantasyPoliticalMapper.Faction Modifier and Type Field Description OrderedMap<Character,FantasyPoliticalMapper.Faction>FantasyPoliticalMapper. atlasMaps chars, as found in the returned array from generate(), to Strings that store the full name of nations.Method parameters in squidpony.squidgrid.mapping with type arguments of type FantasyPoliticalMapper.Faction Modifier and Type Method Description char[][]FantasyPoliticalMapper. generate(long seed, WorldMapGenerator wmg, WorldMapGenerator.BiomeMapper biomeMapper, Collection<FantasyPoliticalMapper.Faction> factions, int factionCount, double controlledFraction)Generates a 2D char array that represents the claims to the land described by the WorldMapGeneratorwmgand the BiomeMapperbiomeMapperby various Factions, whereFantasyPoliticalMapper.Factionis an inner class.