Uses of Interface
com.prineside.tdi2.utils.ObjectSupplier
Packages that use ObjectSupplier
Package
Description
-
Uses of ObjectSupplier in com.prineside.tdi2.gameplayMods
Methods in com.prineside.tdi2.gameplayMods that return ObjectSupplierModifier and TypeMethodDescriptiondefault ObjectSupplier<CharSequence>
GameplayMod.getNotSatisfiedPreconditions
(GameSystemProvider S) -
Uses of ObjectSupplier in com.prineside.tdi2.gameplayMods.mods
Methods in com.prineside.tdi2.gameplayMods.mods that return ObjectSupplierModifier and TypeMethodDescriptionAddAllAbilityCharges.getNotSatisfiedPreconditions
(GameSystemProvider S) AddRandomCoreTile.getNotSatisfiedPreconditions
(GameSystemProvider S) AddRandomPlatform.getNotSatisfiedPreconditions
(GameSystemProvider S) AllAbilitiesForRandomTower.getNotSatisfiedPreconditions
(GameSystemProvider S) BoostExistingEnemiesWithLoot.getNotSatisfiedPreconditions
(GameSystemProvider S) BuildRandomMiner.getNotSatisfiedPreconditions
(GameSystemProvider S) DoubleMiningSpeed.getNotSatisfiedPreconditions
(GameSystemProvider S) EnemiesDropResources.getNotSatisfiedPreconditions
(GameSystemProvider S) GV_AbilitiesEnergy.getNotSatisfiedPreconditions
(GameSystemProvider S) GV_AbilitiesMaxEnergy.getNotSatisfiedPreconditions
(GameSystemProvider S) GV_BountiesNearby.getNotSatisfiedPreconditions
(GameSystemProvider S) GV_DisableBountyModifierHarm.getNotSatisfiedPreconditions
(GameSystemProvider S) GV_MinersMaxUpgradeLevel.getNotSatisfiedPreconditions
(GameSystemProvider S) IncreasedTowerToEnemyEfficiency.getNotSatisfiedPreconditions
(GameSystemProvider S) MinedItemsTurnIntoDust.getNotSatisfiedPreconditions
(GameSystemProvider S) MinersSpawnEnemies.getNotSatisfiedPreconditions
(GameSystemProvider S) MultiplyMdps.getNotSatisfiedPreconditions
(GameSystemProvider S) SellAllTowers.getNotSatisfiedPreconditions
(GameSystemProvider S) SummonLootBoss.getNotSatisfiedPreconditions
(GameSystemProvider S) TriggerRandomAbility.getNotSatisfiedPreconditions
(GameSystemProvider S) -
Uses of ObjectSupplier in com.prineside.tdi2.managers
Methods in com.prineside.tdi2.managers with parameters of type ObjectSupplierModifier and TypeMethodDescriptionvoid
CursorGraphicsManager.setActorCustomMouseCursorConditional
(Actor actor, ObjectSupplier<Cursor.SystemCursor> cursorSupplier) Constructors in com.prineside.tdi2.managers with parameters of type ObjectSupplierModifierConstructorDescriptionCustomCursorActorListener
(String ownerId, ObjectSupplier<Cursor.SystemCursor> cursor) -
Uses of ObjectSupplier in com.prineside.tdi2.utils
Methods in com.prineside.tdi2.utils with parameters of type ObjectSupplierModifier and TypeMethodDescription<T> SafePools.Pool<T>
SafePools.create
(int initial, int max, ObjectSupplier<T> provider)