|
tModLoader v2025.09
A mod to make and play Terraria mods
|
Used just by Herb Bag. Horribly hardcoded. Do not use if you can. More...
Inherits 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< IItemDropRuleChainAttempt > | ChainedRules [get] |
Properties inherited from IItemDropRule | |
| List< IItemDropRuleChainAttempt > | ChainedRules [get] |
Used just by Herb Bag. Horribly hardcoded. Do not use if you can.
| bool HerbBagDropsItemDropRule.CanDrop | ( | DropAttemptInfo | info | ) |
Implements IItemDropRule.
| void HerbBagDropsItemDropRule.ReportDroprates | ( | List< DropRateInfo > | drops, |
| DropRateInfoChainFeed | ratesInfo | ||
| ) |
Implements IItemDropRule.
| ItemDropAttemptResult HerbBagDropsItemDropRule.TryDroppingItem | ( | DropAttemptInfo | info | ) |
Implements IItemDropRule.
|
get |
Implements IItemDropRule.