| 
    tModLoader v2025.09
    
   A mod to make and play Terraria mods 
   | 
 
Inherits IItemDropRuleChainAttempt.
Public Member Functions | |
| TryIfFailedRandomRoll (IItemDropRule rule, bool hideLootReport=false) | |
| bool | CanChainIntoRule (ItemDropAttemptResult parentResult) | 
| void | ReportDroprates (float personalDropRate, List< DropRateInfo > drops, DropRateInfoChainFeed ratesInfo) | 
| bool | CanChainIntoRule (ItemDropAttemptResult parentResult) | 
| void | ReportDroprates (float personalDropRate, List< DropRateInfo > drops, DropRateInfoChainFeed ratesInfo) | 
Public Attributes | |
| bool | hideLootReport | 
Properties | |
| IItemDropRule | RuleToChain [get] | 
  Properties inherited from IItemDropRuleChainAttempt | |
| IItemDropRule | RuleToChain [get] | 
| bool Chains.TryIfFailedRandomRoll.CanChainIntoRule | ( | ItemDropAttemptResult | parentResult | ) | 
Implements IItemDropRuleChainAttempt.
| void Chains.TryIfFailedRandomRoll.ReportDroprates | ( | float | personalDropRate, | 
| List< DropRateInfo > | drops, | ||
| DropRateInfoChainFeed | ratesInfo | ||
| ) | 
Implements IItemDropRuleChainAttempt.
      
  | 
  get | 
Implements IItemDropRuleChainAttempt.