Uses of Class
com.prineside.tdi2.UserMap
Package
Description
The game itself.
-
Uses of UserMap in com.prineside.tdi2
-
Uses of UserMap in com.prineside.tdi2.managers
Modifier and TypeMethodDescriptionUserMapManager.addUserMap
(String name) UserMapManager.getUserMap
(String id) Modifier and TypeMethodDescriptionvoid
ScreenManager.goToMapEditorScreenUserMap
(UserMap userMap) void
void
ScreenManager.startNewUserLevel
(UserMap userMap, AbilitySelectionOverlay.SelectedAbilitiesConfiguration abilitiesConfiguration) -
Uses of UserMap in com.prineside.tdi2.managers.preferences.categories.progress
-
Uses of UserMap in com.prineside.tdi2.screens
Modifier and TypeMethodDescriptionstatic void
GameScreen.configureSystemsBeforeSetup
(GameSystemProvider S, AbilitySelectionOverlay.SelectedAbilitiesConfiguration abilitiesConfiguration, boolean canLootCases, boolean lootBoostEnabled, boolean rarityBoostEnabled, long gameStartTimestamp, BasicLevel basicLevel, UserMap userMap, DifficultyMode difficultyMode, int modeDifficultyMultiplier, GameStateSystem.GameMode gameMode, BossType[] allowedBossesForCustomMaps, ProgressManager.ProgressSnapshotForState progressSnapshot, ProgressManager.InventoryStatistics inventoryStatistics, DailyQuestManager.DailyQuestLevel dailyQuestLevel) Used by: - GameScreen.init() - GameStateSystem.continueSavedGame() (if continued with sync validator)ModifierConstructorDescriptionGameScreen
(UserMap userMap, DifficultyMode difficultyMode, int modeDifficultyMultiplier, AbilitySelectionOverlay.SelectedAbilitiesConfiguration abilitiesConfiguration, long gameStartTimestamp, BossType[] allowedBossesForCustomMaps, ProgressManager.ProgressSnapshotForState progressSnapshot, ProgressManager.InventoryStatistics inventoryStatistics) Used by: - ScreenManager.startNewUserLevel() - GameStateSystem.restartGame() - GameStateSystem.continueSavedGame() - GameStateSystem.startReplay() - GameStateSystem.headlessValidateGame()MapEditorScreen
(UserMap userMap) -
Uses of UserMap in com.prineside.tdi2.systems
Modifier and TypeMethodDescriptionWaveSystem.generateWavesTimelineConfigurationUserMap
(UserMap userMap, Map map, int startWave, WaveBossSupplier bossWaves)