terraria-cpp2il-methodrecon
v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches
IItemDropRule.cs
Go to the documentation of this file.
1
using
System
;
2
using
System.Collections.Generic
;
3
4
namespace
Terraria.GameContent.ItemDropRules
5
{
6
// Token: 0x02000870 RID: 2160
7
public
interface
IItemDropRule
8
{
9
// Token: 0x170007D2 RID: 2002
10
// (get) Token: 0x060043DA RID: 17370
11
List<IItemDropRuleChainAttempt>
ChainedRules
{
get
; }
12
13
// Token: 0x060043DB RID: 17371
14
bool
CanDrop
(
DropAttemptInfo
info
);
15
16
// Token: 0x060043DC RID: 17372
17
void
ReportDroprates
(
List<DropRateInfo>
drops
,
DropRateInfoChainFeed
ratesInfo
);
18
19
// Token: 0x060043DD RID: 17373
20
ItemDropAttemptResult
TryDroppingItem
(
DropAttemptInfo
info
);
21
}
22
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
System.Collections.Generic.List
Definition
List.cs:13
Terraria.GameContent.ItemDropRules.IItemDropRule.ChainedRules
List< IItemDropRuleChainAttempt > ChainedRules
Definition
IItemDropRule.cs:11
Terraria.GameContent.ItemDropRules.IItemDropRule.CanDrop
bool CanDrop(DropAttemptInfo info)
Terraria.GameContent.ItemDropRules.IItemDropRule.ReportDroprates
void ReportDroprates(List< DropRateInfo > drops, DropRateInfoChainFeed ratesInfo)
Terraria.GameContent.ItemDropRules.IItemDropRule.TryDroppingItem
ItemDropAttemptResult TryDroppingItem(DropAttemptInfo info)
Terraria.GameContent.ItemDropRules.IItemDropRule
Definition
IItemDropRule.cs:8
System.Collections.Generic
Definition
ArrayBuilder.cs:5
System.ExceptionArgument.info
@ info
System
Definition
__ComObject.cs:4
Terraria.GameContent.ItemDropRules
Definition
Chains.cs:7
Terraria.GameContent.ItemDropRules.DropAttemptInfo
Definition
DropAttemptInfo.cs:8
Terraria.GameContent.ItemDropRules.DropRateInfoChainFeed
Definition
DropRateInfoChainFeed.cs:8
Terraria.GameContent.ItemDropRules.ItemDropAttemptResult
Definition
ItemDropAttemptResult.cs:7
source
Terraria
GameContent
ItemDropRules
IItemDropRule.cs
Generated by
1.10.0