tModLoader v2024.09
A mod to make and play Terraria mods
|
Inherits IItemDropRule.
Public Member Functions | |
bool | CanDrop (DropAttemptInfo info) |
void | ReportDroprates (List< DropRateInfo > drops, DropRateInfoChainFeed ratesInfo) |
ItemDropAttemptResult | TryDroppingItem (DropAttemptInfo info) |
bool | CanDrop (DropAttemptInfo info) |
void | ReportDroprates (List< DropRateInfo > drops, DropRateInfoChainFeed ratesInfo) |
ItemDropAttemptResult | TryDroppingItem (DropAttemptInfo info) |
Public Attributes | |
Conditions.MechanicalBossesDummyCondition | dummyCondition = new Conditions.MechanicalBossesDummyCondition() |
Properties | |
List< IItemDropRuleChainAttempt > | ChainedRules [get] |
Properties inherited from IItemDropRule | |
List< IItemDropRuleChainAttempt > | ChainedRules [get] |
bool MechBossSpawnersDropRule.CanDrop | ( | DropAttemptInfo | info | ) |
Implements IItemDropRule.
void MechBossSpawnersDropRule.ReportDroprates | ( | List< DropRateInfo > | drops, |
DropRateInfoChainFeed | ratesInfo | ||
) |
Implements IItemDropRule.
ItemDropAttemptResult MechBossSpawnersDropRule.TryDroppingItem | ( | DropAttemptInfo | info | ) |
Implements IItemDropRule.
|
get |
Implements IItemDropRule.