Package com.unciv.ui.worldscreen

Types

AlertPopup
Link copied to clipboard
class AlertPopup(worldScreen: WorldScreen, popupAlert: PopupAlert) : Popup

Popup communicating events other than trade offers to the player. (e.g. First Contact, Wonder built, Tech researched,...)

ClippingImage
Link copied to clipboard
private class ClippingImage(drawable: Drawable) : Image
Minimap
Link copied to clipboard
class Minimap(mapHolder: WorldMapHolder, minimapSize: Int) : Table
MinimapHolder
Link copied to clipboard
class MinimapHolder(mapHolder: WorldMapHolder) : Table
NotificationsScroll
Link copied to clipboard
class NotificationsScroll(worldScreen: WorldScreen) : AutoScrollPane
PlayerReadyScreen
Link copied to clipboard
class PlayerReadyScreen(gameInfo: GameInfo, currentPlayerCiv: CivilizationInfo) : BaseScreen
TradePopup
Link copied to clipboard
class TradePopup(worldScreen: WorldScreen) : Popup

Popup communicating trade offers of others to the player.

WorldMapHolder
Link copied to clipboard
class WorldMapHolder(worldScreen: WorldScreen, tileMap: TileMap) : ZoomableScrollPane
WorldScreen
Link copied to clipboard
class WorldScreen(gameInfo: GameInfo, viewingCiv: CivilizationInfo) : BaseScreen, IConsoleScreenAccessible

Unciv's world screen

WorldScreenTopBar
Link copied to clipboard
class WorldScreenTopBar(worldScreen: WorldScreen) : Table

Table consisting of the menu button, current civ, some stats and the overview button for the top of WorldScreen