Package com.unciv.ui.civilopedia
Types
CivilopediaCategories
Link copied to clipboard
enum CivilopediaCategories(label: String, hide: Boolean, getImage: (name: String, size: Float) -> Actor??, key: KeyCharAndCode, headerIcon: String) : Enum<CivilopediaCategories>
Content copied to clipboard
Enum used as keys for Civilopedia "pages" (categories).
CivilopediaImageGetters
Link copied to clipboard
object CivilopediaImageGetters
Content copied to clipboard
Encapsulates the knowledge on how to get an icon for each of the Civilopedia categories
CivilopediaScreen
Link copied to clipboard
class CivilopediaScreen(ruleset: Ruleset, previousScreen: BaseScreen, category: CivilopediaCategories, link: String) : BaseScreen
Content copied to clipboard
Screen displaying the Civilopedia
FormattedLine
Link copied to clipboard
ICivilopediaText
Link copied to clipboard
interface ICivilopediaText
Content copied to clipboard
Addon common to most ruleset game objects managing civilopedia display
MarkupRenderer
Link copied to clipboard
object MarkupRenderer
Content copied to clipboard
Makes renderer available outside ICivilopediaText
SimpleCivilopediaText
Link copied to clipboard
open class SimpleCivilopediaText(civilopediaText: List<FormattedLine>) : ICivilopediaText
Content copied to clipboard
Storage class for instantiation of the simplest form containing only the lines collection