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
DropNothing.cs
Go to the documentation of this file.
1
using
System
;
2
using
System.Collections.Generic
;
3
using
System.Runtime.CompilerServices
;
4
5
namespace
Terraria.GameContent.ItemDropRules
6
{
7
// Token: 0x0200087D RID: 2173
8
public
class
DropNothing
:
IItemDropRule
9
{
10
// Token: 0x170007D5 RID: 2005
11
// (get) Token: 0x060043FA RID: 17402 RVA: 0x0024EF78 File Offset: 0x0024D178
12
// (set) Token: 0x060043FB RID: 17403 RVA: 0x0024EF8C File Offset: 0x0024D18C
13
public
List<IItemDropRuleChainAttempt>
ChainedRules
14
{
15
[
CompilerGenerated
]
16
get
17
{
18
return
this.<
ChainedRules
>
k__BackingField
;
19
}
20
[
CompilerGenerated
]
21
private
set
22
{
23
this.<
ChainedRules
>
k__BackingField
=
value
;
24
}
25
}
26
27
// Token: 0x060043FC RID: 17404 RVA: 0x0024EFA0 File Offset: 0x0024D1A0
28
public
DropNothing
()
29
{
30
}
31
32
// Token: 0x060043FD RID: 17405 RVA: 0x0024EFB4 File Offset: 0x0024D1B4
33
public
bool
CanDrop
(
DropAttemptInfo
info
)
34
{
35
}
36
37
// Token: 0x060043FE RID: 17406 RVA: 0x0024EFC4 File Offset: 0x0024D1C4
38
public
ItemDropAttemptResult
TryDroppingItem
(
DropAttemptInfo
info
)
39
{
40
}
41
42
// Token: 0x060043FF RID: 17407 RVA: 0x0024EFD4 File Offset: 0x0024D1D4
43
public
void
ReportDroprates
(
List<DropRateInfo>
drops
,
DropRateInfoChainFeed
ratesInfo
)
44
{
45
List<IItemDropRuleChainAttempt>
list
= this.<
ChainedRules
>
k__BackingField
;
46
}
47
48
// Token: 0x040081C5 RID: 33221
49
[
CompilerGenerated
]
50
private
List<IItemDropRuleChainAttempt>
<
ChainedRules
>
k__BackingField
;
51
}
52
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
System.Collections.Generic.List
Definition
List.cs:13
Terraria.GameContent.ItemDropRules.DropNothing.CanDrop
bool CanDrop(DropAttemptInfo info)
Definition
DropNothing.cs:33
Terraria.GameContent.ItemDropRules.DropNothing.DropNothing
DropNothing()
Definition
DropNothing.cs:28
Terraria.GameContent.ItemDropRules.DropNothing.k__BackingField
List< IItemDropRuleChainAttempt >< ChainedRules > k__BackingField
Definition
DropNothing.cs:50
Terraria.GameContent.ItemDropRules.DropNothing.ChainedRules
List< IItemDropRuleChainAttempt > ChainedRules
Definition
DropNothing.cs:14
Terraria.GameContent.ItemDropRules.DropNothing.TryDroppingItem
ItemDropAttemptResult TryDroppingItem(DropAttemptInfo info)
Definition
DropNothing.cs:38
Terraria.GameContent.ItemDropRules.DropNothing.ReportDroprates
void ReportDroprates(List< DropRateInfo > drops, DropRateInfoChainFeed ratesInfo)
Definition
DropNothing.cs:43
Terraria.GameContent.ItemDropRules.DropNothing
Definition
DropNothing.cs:9
Terraria.GameContent.ItemDropRules.IItemDropRule
Definition
IItemDropRule.cs:8
System.Collections.Generic
Definition
ArrayBuilder.cs:5
System.Runtime.CompilerServices
Definition
AsyncMethodBuilderAttribute.cs:4
System.ExceptionArgument.list
@ list
System.ExceptionArgument.value
@ value
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
DropNothing.cs
Generated by
1.10.0