Uses of Class
com.prineside.tdi2.managers.GameValueManager.GameValuesSnapshot
Packages that use GameValueManager.GameValuesSnapshot
Package
Description
The game itself.
- 
Uses of GameValueManager.GameValuesSnapshot in com.prineside.tdi2
Methods in com.prineside.tdi2 with parameters of type GameValueManager.GameValuesSnapshotModifier and TypeMethodDescriptiondoubleBasicLevelQuestConfig.getCurrentValue(GameValueManager.GameValuesSnapshot gv) BasicLevelQuestConfig.getPrizes(GameValueManager.GameValuesSnapshot gv) longBasicLevelQuestConfig.getRequiredValue(GameValueManager.GameValuesSnapshot gv)  - 
Uses of GameValueManager.GameValuesSnapshot in com.prineside.tdi2.managers
Methods in com.prineside.tdi2.managers that return GameValueManager.GameValuesSnapshotModifier and TypeMethodDescriptionGameValueManager.createSnapshot(GameValueManager.GameValuesSnapshot snapshot, DifficultyMode difficultyMode, boolean fillWithEffects, BasicLevel forLevel, boolean disableResearchAndTrophies, boolean forUserMaps, ProgressManager.ProgressSnapshotForState progressSnapshot) GameValueManager.getEndlessSnapshot()GameValueManager.getSnapshot()Depends on the selected difficultyMethods in com.prineside.tdi2.managers with parameters of type GameValueManager.GameValuesSnapshotModifier and TypeMethodDescriptionGameValueManager.createSnapshot(GameValueManager.GameValuesSnapshot snapshot, DifficultyMode difficultyMode, boolean fillWithEffects, BasicLevel forLevel, boolean disableResearchAndTrophies, boolean forUserMaps, ProgressManager.ProgressSnapshotForState progressSnapshot) voidGameValueManager.GameValuesSnapshot.from(GameValueManager.GameValuesSnapshot snapshot) GameValueManager.GameValuesSnapshot.getDifferences(GameValueManager.GameValuesSnapshot compareTo) voidGameValueManager.GameValuesSnapshot.printDifferences(String thisName, String compareToName, GameValueManager.GameValuesSnapshot compareTo, StringBuilder sb) Constructors in com.prineside.tdi2.managers with parameters of type GameValueManager.GameValuesSnapshot - 
Uses of GameValueManager.GameValuesSnapshot in com.prineside.tdi2.systems
Methods in com.prineside.tdi2.systems that return GameValueManager.GameValuesSnapshotModifier and TypeMethodDescriptionGameValueSystem.getGlobalSnapshot()If not set yet, generates snapshot on demand, based on the current difficulty mode, level, gameStartProgressSnapshot and TargetTile config.GameValueSystem.getSnapshot()Methods in com.prineside.tdi2.systems with parameters of type GameValueManager.GameValuesSnapshotModifier and TypeMethodDescriptionvoidGameValueSystem.setGlobalSnapshot(GameValueManager.GameValuesSnapshot snapshot) Set snapshot manually.