Package com.unciv.logic
Types
BackwardCompatibility
Link copied to clipboard
object BackwardCompatibility
Content copied to clipboard
Container for all temporarily used code managing transitions from deprecated elements to their replacements.
BarbarianManager
Link copied to clipboard
class BarbarianManager
Content copied to clipboard
CustomSaveLocationHelper
Link copied to clipboard
interface CustomSaveLocationHelper
Content copied to clipboard
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
Content copied to clipboard
GameInfoPreview
Link copied to clipboard
class GameInfoPreview
Content copied to clipboard
Reduced variant of GameInfo used for load preview and multiplayer saves. Contains additional data for multiplayer settings.
GameStarter
Link copied to clipboard
object GameStarter
Content copied to clipboard
IdChecker
Link copied to clipboard
object IdChecker
Content copied to clipboard
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.
UncivShowableException
Link copied to clipboard