Package com.unciv.logic.map
Types
MapParameters
Link copied to clipboard
class MapParameters
Content copied to clipboard
MapResources
Link copied to clipboard
object MapResources
Content copied to clipboard
MapSizeNew
Link copied to clipboard
class MapSizeNew
Content copied to clipboard
PathsToTilesWithinTurn
Link copied to clipboard
class PathsToTilesWithinTurn : LinkedHashMap<TileInfo, UnitMovementAlgorithms.ParentTileAndTotalDistance>
Content copied to clipboard
RoadStatus
Link copied to clipboard
enum RoadStatus(upkeep: Int, movement: Float, movementImproved: Float, removeAction: String?) : Enum<RoadStatus>
Content copied to clipboard
You can use RoadStatus.name to identify Road and Railroad in string-based identification, as done in improvement.
TileMap
Link copied to clipboard
class TileMap
Content copied to clipboard
An Unciv map with all properties as produced by the map editor or MapGenerator; or as part of a running game.
UnitMovementAlgorithms
Link copied to clipboard
UnitPromotions
Link copied to clipboard
class UnitPromotions
Content copied to clipboard