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 TypeMethodDescriptiondouble
BasicLevelQuestConfig.getCurrentValue
(GameValueManager.GameValuesSnapshot gv) BasicLevelQuestConfig.getPrizes
(GameValueManager.GameValuesSnapshot gv) long
BasicLevelQuestConfig.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) void
GameValueManager.GameValuesSnapshot.from
(GameValueManager.GameValuesSnapshot snapshot) GameValueManager.GameValuesSnapshot.getDifferences
(GameValueManager.GameValuesSnapshot compareTo) void
GameValueManager.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 TypeMethodDescriptionvoid
GameValueSystem.setGlobalSnapshot
(GameValueManager.GameValuesSnapshot snapshot) Set snapshot manually.