tModLoader v2024.10
A mod to make and play Terraria mods
|
Inherits IItemDropRuleChainAttempt.
Public Member Functions | |
TryIfDoesntFillConditions (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.TryIfDoesntFillConditions.CanChainIntoRule | ( | ItemDropAttemptResult | parentResult | ) |
Implements IItemDropRuleChainAttempt.
void Chains.TryIfDoesntFillConditions.ReportDroprates | ( | float | personalDropRate, |
List< DropRateInfo > | drops, | ||
DropRateInfoChainFeed | ratesInfo | ||
) |
Implements IItemDropRuleChainAttempt.
|
get |
Implements IItemDropRuleChainAttempt.