tModLoader v2022.09
A mod to make and play Terraria mods
|
Inherits Terraria.GameContent.ItemDropRules.IItemDropRule.
Public Member Functions | |
bool | CanDrop (DropAttemptInfo info) |
void | GetDropInfo (int itemId, out int amountDroppedMinimum, out int amountDroppedMaximum) |
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) |
Properties | |
List< IItemDropRuleChainAttempt > | ChainedRules [get] |
Properties inherited from Terraria.GameContent.ItemDropRules.IItemDropRule | |
List< IItemDropRuleChainAttempt > | ChainedRules [get] |
bool Terraria.GameContent.ItemDropRules.SlimeBodyItemDropRule.CanDrop | ( | DropAttemptInfo | info | ) |
Implements Terraria.GameContent.ItemDropRules.IItemDropRule.
void Terraria.GameContent.ItemDropRules.SlimeBodyItemDropRule.ReportDroprates | ( | List< DropRateInfo > | drops, |
DropRateInfoChainFeed | ratesInfo | ||
) |
Implements Terraria.GameContent.ItemDropRules.IItemDropRule.
ItemDropAttemptResult Terraria.GameContent.ItemDropRules.SlimeBodyItemDropRule.TryDroppingItem | ( | DropAttemptInfo | info | ) |
Implements Terraria.GameContent.ItemDropRules.IItemDropRule.
|
get |
Implements Terraria.GameContent.ItemDropRules.IItemDropRule.