Uses of Class
com.prineside.tdi2.managers.DailyQuestManager.DailyQuestLevel
Packages that use DailyQuestManager.DailyQuestLevel
Package
Description
-
Uses of DailyQuestManager.DailyQuestLevel in com.prineside.tdi2.managers
Fields in com.prineside.tdi2.managers declared as DailyQuestManager.DailyQuestLevelMethods in com.prineside.tdi2.managers that return DailyQuestManager.DailyQuestLevelMethods in com.prineside.tdi2.managers with parameters of type DailyQuestManager.DailyQuestLevelModifier and TypeMethodDescriptionvoid
ScreenManager.startNewDailyLevel
(DailyQuestManager.DailyQuestLevel level) Method parameters in com.prineside.tdi2.managers with type arguments of type DailyQuestManager.DailyQuestLevelModifier and TypeMethodDescriptionvoid
DailyQuestManager.getCurrentDayLevel
(ObjectConsumer<DailyQuestManager.DailyQuestLevel> retriever) Получает с сервера название сегодняшнего уровня Сервер может вернуть status FAILED, если игра не последней версии, в таком случае применяется локальный алгоритм Если уровень берется первый раз за день, id его пройденных квестов сбрасываются -
Uses of DailyQuestManager.DailyQuestLevel in com.prineside.tdi2.screens
Methods in com.prineside.tdi2.screens with parameters of type DailyQuestManager.DailyQuestLevelModifier 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)Constructors in com.prineside.tdi2.screens with parameters of type DailyQuestManager.DailyQuestLevelModifierConstructorDescriptionGameScreen
(BasicLevel basicLevel, DifficultyMode difficultyMode, int modeDifficultyMultiplier, AbilitySelectionOverlay.SelectedAbilitiesConfiguration abilitiesConfiguration, boolean canLootCases, boolean lootBoostEnabled, boolean rarityBoostEnabled, long gameStartTimestamp, ProgressManager.ProgressSnapshotForState progressSnapshot, ProgressManager.InventoryStatistics inventoryStatistics, DailyQuestManager.DailyQuestLevel dailyQuestLevel) Used by: - GameStateSystem.restartGame() - GameStateSystem.continueSavedGame() - GameStateSystem.startReplay() - GameStateSystem.headlessValidateGame() --- ScreenManager.startNewBasicLevel() --- ScreenManager.startNewDailyLevel()GameScreen
(DailyQuestManager.DailyQuestLevel dailyQuestLevel) Used by: - ScreenManager.startNewDailyLevel() -
Uses of DailyQuestManager.DailyQuestLevel in com.prineside.tdi2.systems
Fields in com.prineside.tdi2.systems declared as DailyQuestManager.DailyQuestLevel