Uses of Class
com.prineside.tdi2.utils.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
-
Uses of ObjectPair in com.prineside.tdi2.gameplayMods.mods
Modifier and TypeFieldDescriptionstatic final ObjectPair<TowerType,
EnemyType>[] IncreasedTowerToEnemyEfficiency.DEFAULT_PAIRS
Do not modify Public for referenceModifier and TypeMethodDescriptionstatic Array<ObjectPair<SourceTile,
MinerType>> BuildRandomMiner.getSuitablePlaces
(GameSystemProvider S) -
Uses of ObjectPair in com.prineside.tdi2.managers
Modifier and TypeMethodDescriptionvoid
AuthManager.signInEnterOTP
(String otpCode, String otpRequestId, ObjectConsumer<ObjectPair<Boolean, String>> callback) -
Uses of ObjectPair in com.prineside.tdi2.managers.preferences
Modifier 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
-
Uses of ObjectPair in com.prineside.tdi2.systems
Modifier and TypeFieldDescriptionMapEditorSystem.HistoryImprint.mapReplacedGates
MapEditorSystem.HistoryImprint.mapReplacedTiles
-
Uses of ObjectPair in com.prineside.tdi2.utils
Modifier 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
ModifierConstructorDescriptionSyncCheckSim
(SimConfig simConfig, Array<ObjectPair<String, Scenario>> scenarios, Scenario extraLoadScenario, int parallelThreads, int extraLoadThreads, int syncCheckFrameInterval)