Package com.unciv.logic

Types

BackwardCompatibility
Link copied to clipboard
object BackwardCompatibility

Container for all temporarily used code managing transitions from deprecated elements to their replacements.

BarbarianManager
Link copied to clipboard
class BarbarianManager
CustomSaveLocationHelper
Link copied to clipboard
interface CustomSaveLocationHelper

Contract for platform-specific helper classes to handle saving and loading games to and from arbitrary external locations

Encampment
Link copied to clipboard
class Encampment
GameInfo
Link copied to clipboard
class GameInfo
GameInfoPreview
Link copied to clipboard
class GameInfoPreview

Reduced variant of GameInfo used for load preview and multiplayer saves. Contains additional data for multiplayer settings.

GameSaver
Link copied to clipboard
object GameSaver
GameStarter
Link copied to clipboard
object GameStarter
HexMath
Link copied to clipboard
object HexMath
IdChecker
Link copied to clipboard
object IdChecker

This class checks whether a Game- or Player-ID matches the old or new format. If old format is used, checks are skipped and input is returned. If new format is detected, prefix and checkDigit are checked and UUID returned.

MapSaver
Link copied to clipboard
object MapSaver
UncivShowableException
Link copied to clipboard
class UncivShowableException(missingMods: String) : Exception