Uses of Interface
com.prineside.tdi2.utils.ObjectSupplier
Package
Description
-
Uses of ObjectSupplier in com.prineside.tdi2.gameplayMods
Modifier and TypeMethodDescriptiondefault ObjectSupplier<CharSequence>
GameplayMod.getNotSatisfiedPreconditions
(GameSystemProvider S) -
Uses of ObjectSupplier in com.prineside.tdi2.gameplayMods.mods
Modifier 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
Modifier and TypeMethodDescriptionvoid
CursorGraphicsManager.setActorCustomMouseCursorConditional
(Actor actor, ObjectSupplier<Cursor.SystemCursor> cursorSupplier) ModifierConstructorDescriptionCustomCursorActorListener
(String ownerId, ObjectSupplier<Cursor.SystemCursor> cursor) -
Uses of ObjectSupplier in com.prineside.tdi2.utils
Modifier and TypeMethodDescription<T> SafePools.Pool<T>
SafePools.create
(int initial, int max, ObjectSupplier<T> provider)