Package com.unciv.ui.pickerscreens
Types
DiplomaticVotePickerScreen
Link copied to clipboard
class DiplomaticVotePickerScreen(votingCiv: CivilizationInfo) : PickerScreen
Content copied to clipboard
DiplomaticVoteResultScreen
Link copied to clipboard
class DiplomaticVoteResultScreen(votesCast: HashMap<String, String>, viewingCiv: CivilizationInfo) : PickerScreen
Content copied to clipboard
GreatPersonPickerScreen
Link copied to clipboard
ImprovementPickerScreen
Link copied to clipboard
class ImprovementPickerScreen(tileInfo: TileInfo, unit: MapUnit, onAccept: () -> Unit) : PickerScreen
Content copied to clipboard
ModManagementOptions
Link copied to clipboard
Helper class for Mod Manager - filtering and sorting.
ModManagementScreen
Link copied to clipboard
class ModManagementScreen(previousInstalledMods: HashMap<String, ModUIData>?, previousOnlineMods: HashMap<String, ModUIData>?) : PickerScreen
Content copied to clipboard
The Mod Management Screen - called only from MainMenuScreen
ModStateImages
Link copied to clipboard
class ModStateImages(isVisual: Boolean, isUpdated: Boolean, visualImage: Image, updatedImage: Image)
Content copied to clipboard
Helper class keeps references to decoration images of installed mods to enable dynamic visibility (actually we do not use isVisible but refill a container selectively which allows the aggregate height to adapt and the set to center vertically)
PantheonPickerScreen
Link copied to clipboard
class PantheonPickerScreen(choosingCiv: CivilizationInfo, gameInfo: GameInfo) : PickerScreen
Content copied to clipboard
PickerScreen
Link copied to clipboard
PolicyPickerScreen
Link copied to clipboard
class PolicyPickerScreen(worldScreen: WorldScreen, civInfo: CivilizationInfo) : PickerScreen
Content copied to clipboard
PromotionPickerScreen
Link copied to clipboard
ReligiousBeliefsPickerScreen
Link copied to clipboard
class ReligiousBeliefsPickerScreen(choosingCiv: CivilizationInfo, gameInfo: GameInfo, beliefsToChoose: Counter<BeliefType>, pickIconAndName: Boolean) : PickerScreen
Content copied to clipboard
TechButton
Link copied to clipboard
class TechButton(techName: String, techManager: TechManager, isWorldScreen: Boolean) : Table
Content copied to clipboard
TechPickerScreen
Link copied to clipboard
class TechPickerScreen(civInfo: CivilizationInfo, centerOnTech: Technology?, freeTechPick: Boolean) : PickerScreen
Content copied to clipboard