Uses of Class
com.prineside.tdi2.utils.ObjectPair
Packages that use ObjectPair
Package
Description
Variants of 
Ability
 Abilities are what the player can use manually during the game (such things as a Fireball or Nuke).- 
Uses of ObjectPair in com.prineside.tdi2.abilities
Fields in com.prineside.tdi2.abilities with type parameters of type ObjectPair - 
Uses of ObjectPair in com.prineside.tdi2.gameplayMods.mods
Fields in com.prineside.tdi2.gameplayMods.mods declared as ObjectPairModifier and TypeFieldDescriptionstatic final ObjectPair<TowerType,EnemyType>[] IncreasedTowerToEnemyEfficiency.DEFAULT_PAIRSDo not modify Public for referenceMethods in com.prineside.tdi2.gameplayMods.mods that return types with arguments of type ObjectPairModifier and TypeMethodDescriptionstatic Array<ObjectPair<SourceTile,MinerType>> BuildRandomMiner.getSuitablePlaces(GameSystemProvider S)  - 
Uses of ObjectPair in com.prineside.tdi2.managers
Methods in com.prineside.tdi2.managers that return ObjectPairMethod parameters in com.prineside.tdi2.managers with type arguments of type ObjectPairModifier and TypeMethodDescriptionvoidAuthManager.signInEnterOTP(String otpCode, String otpRequestId, ObjectConsumer<ObjectPair<Boolean, String>> callback)  - 
Uses of ObjectPair in com.prineside.tdi2.managers.preferences
Methods in com.prineside.tdi2.managers.preferences that return ObjectPairMethods in com.prineside.tdi2.managers.preferences that return types with arguments of type ObjectPairModifier and TypeMethodDescriptionLegacyPreferences.fromBytes(byte[] data, int offset, int count) LegacyPreferences.fromCompactBase64(String base64Data) Used to parse cloud saves and backups Same return format as getLocallyStoredPrefs()LegacyPreferences.getLocallyStoredPrefs() - 
Uses of ObjectPair in com.prineside.tdi2.managers.script
Fields in com.prineside.tdi2.managers.script with type parameters of type ObjectPair - 
Uses of ObjectPair in com.prineside.tdi2.systems
Fields in com.prineside.tdi2.systems with type parameters of type ObjectPairModifier and TypeFieldDescriptionMapEditorSystem.HistoryImprint.mapReplacedGatesMapEditorSystem.HistoryImprint.mapReplacedTiles - 
Uses of ObjectPair in com.prineside.tdi2.utils
Methods in com.prineside.tdi2.utils that return ObjectPairMethod parameters in com.prineside.tdi2.utils with type arguments of type ObjectPairModifier and TypeMethodDescriptionReflectionUtils.LuaRelated.filterClasses(HashSet<Class<?>> classesSet, ObjectConsumer<ObjectPair<Class<?>, String>> skipListener) ReflectionUtils.LuaRelated.generateOverloadSuffixForTypeArray(Array<ObjectPair<Object, Array<Class<?>>>> data, int shorteningDepth) array(pair(methodOrCtor, array(parameters))) - 
Uses of ObjectPair in com.prineside.tdi2.utils.simulation
Fields in com.prineside.tdi2.utils.simulation with type parameters of type ObjectPairConstructor parameters in com.prineside.tdi2.utils.simulation with type arguments of type ObjectPairModifierConstructorDescriptionSyncCheckSim(SimConfig simConfig, Array<ObjectPair<String, Scenario>> scenarios, Scenario extraLoadScenario, int parallelThreads, int extraLoadThreads, int syncCheckFrameInterval)