Package com.unciv.ui.cityscreen

Types

CityConstructionsTable
Link copied to clipboard
class CityConstructionsTable(cityScreen: CityScreen)

Manager to hold and coordinate two widgets for the city screen left side:

CityInfoTable
Link copied to clipboard
class CityInfoTable(cityScreen: CityScreen) : Table
CityReligionInfoTable
Link copied to clipboard
class CityReligionInfoTable(religionManager: CityInfoReligionManager, showMajority: Boolean) : Table
CityScreen
Link copied to clipboard
class CityScreen(city: CityInfo, selectedConstruction: IConstruction?, selectedTile: TileInfo?) : BaseScreen
CityScreenCityPickerTable
Link copied to clipboard
class CityScreenCityPickerTable(cityScreen: CityScreen) : Table

Widget for the City Screen - the panel at bottom center showing the city name and offering arrows to cycle through the cities.

CityScreenTileTable
Link copied to clipboard
class CityScreenTileTable(cityScreen: CityScreen) : Table
CityStatsTable
Link copied to clipboard
class CityStatsTable(cityScreen: CityScreen) : Table
CityTileGroup
Link copied to clipboard
class CityTileGroup(city: CityInfo, tileInfo: TileInfo, tileSetStrings: TileSetStrings) : TileGroup
ConstructionInfoTable
Link copied to clipboard
class ConstructionInfoTable(cityScreen: CityScreen) : Table
SpecialistAllocationTable
Link copied to clipboard
class SpecialistAllocationTable(cityScreen: CityScreen) : Table
YieldGroup
Link copied to clipboard
class YieldGroup : HorizontalGroup