tModLoader v2022.09
A mod to make and play Terraria mods
Terraria.GameContent.ItemDropRules.HerbBagDropsItemDropRule Class Reference

Used just by Herb Bag. Horribly hardcoded. Do not use if you can. More...

Inherits Terraria.GameContent.ItemDropRules.IItemDropRule.

Public Member Functions

 HerbBagDropsItemDropRule (params int[] options)
 
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

int[] dropIds
 

Properties

List< IItemDropRuleChainAttemptChainedRules [get]
 
- Properties inherited from Terraria.GameContent.ItemDropRules.IItemDropRule
List< IItemDropRuleChainAttemptChainedRules [get]
 

Detailed Description

Used just by Herb Bag. Horribly hardcoded. Do not use if you can.

Member Function Documentation

◆ CanDrop()

bool Terraria.GameContent.ItemDropRules.HerbBagDropsItemDropRule.CanDrop ( DropAttemptInfo  info)

◆ ReportDroprates()

void Terraria.GameContent.ItemDropRules.HerbBagDropsItemDropRule.ReportDroprates ( List< DropRateInfo drops,
DropRateInfoChainFeed  ratesInfo 
)

◆ TryDroppingItem()

ItemDropAttemptResult Terraria.GameContent.ItemDropRules.HerbBagDropsItemDropRule.TryDroppingItem ( DropAttemptInfo  info)

Property Documentation

◆ ChainedRules

List<IItemDropRuleChainAttempt> Terraria.GameContent.ItemDropRules.HerbBagDropsItemDropRule.ChainedRules
get