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

Inherits Terraria.GameContent.ItemDropRules.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)
 

Properties

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

Member Function Documentation

◆ CanDrop()

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

◆ ReportDroprates()

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

◆ TryDroppingItem()

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

Property Documentation

◆ ChainedRules

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