Uses of Enum Class
com.prineside.tdi2.gameplayMods.GameplayModCategory
Packages that use GameplayModCategory
-
Uses of GameplayModCategory in com.prineside.tdi2.gameplayMods
Fields in com.prineside.tdi2.gameplayMods declared as GameplayModCategoryMethods in com.prineside.tdi2.gameplayMods that return GameplayModCategoryModifier and TypeMethodDescriptiondefault GameplayModCategory
GameplayMod.getAdditionalCategory()
GameplayMod.getCategory()
static GameplayModCategory
Returns the enum constant of this class with the specified name.static GameplayModCategory[]
GameplayModCategory.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of GameplayModCategory in com.prineside.tdi2.gameplayMods.mods
Fields in com.prineside.tdi2.gameplayMods.mods declared as GameplayModCategoryModifier and TypeFieldDescriptionAbstractGameValueMod.additionalCategory
AbstractGameValueMod.mainCategory
Methods in com.prineside.tdi2.gameplayMods.mods that return GameplayModCategoryModifier and TypeMethodDescriptionAbstractGameValueMod.getAdditionalCategory()
BaseExplodesOnEnemyPass.getAdditionalCategory()
BoostExistingEnemiesWithLoot.getAdditionalCategory()
MinersSpawnEnemies.getAdditionalCategory()
AbstractGameValueMod.getCategory()
AddAllAbilityCharges.getCategory()
AddRandomCoreTile.getCategory()
AddRandomPlatform.getCategory()
AllAbilitiesForRandomTower.getCategory()
BaseExplodesOnEnemyPass.getCategory()
BoostExistingEnemiesWithLoot.getCategory()
BuildRandomMiner.getCategory()
CriticalDamage.getCategory()
DebuffsLastLonger.getCategory()
DepositCoinsGeneration.getCategory()
DoubleMiningSpeed.getCategory()
EnemiesDropResources.getCategory()
ExtraDamagePerBuff.getCategory()
FirstEnemiesInWaveExplode.getCategory()
IncreasedTowerToEnemyEfficiency.getCategory()
IncreaseSelectedBonusesPower.getCategory()
LastEnemiesInWaveDealNoDamage.getCategory()
LightningStrikeOnTowerLevelUp.getCategory()
LowHpEnemiesDealNoDamage.getCategory()
MinedItemsTurnIntoDust.getCategory()
MineLegendaryItems.getCategory()
MinersSpawnEnemies.getCategory()
MoreBonusVariantsNextTime.getCategory()
MultiplyLootedItems.getCategory()
MultiplyMdps.getCategory()
NukeOnBonusStage.getCategory()
ReceiveCoins.getCategory()
ReceiveGreenPapers.getCategory()
SellAllTowers.getCategory()
SpawnZombiesFromBase.getCategory()
SummonLootBoss.getCategory()
TowersAttackSpeed.getCategory()
TowersDamage.getCategory()
TriggerRandomAbility.getCategory()
Constructors in com.prineside.tdi2.gameplayMods.mods with parameters of type GameplayModCategoryModifierConstructorDescriptionAbstractGameValueMod
(GameValueType gvType, float baseValue, float deltaPerPower, boolean roundToInt, GameplayModCategory mainCategory, GameplayModCategory additionalCategory)