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
IPreferenceProviderElement.cs
Go to the documentation of this file.
1
using
System
;
2
3
namespace
Terraria.GameContent.Bestiary
4
{
5
// Token: 0x02000958 RID: 2392
6
public
interface
IPreferenceProviderElement
:
IBestiaryInfoElement
7
{
8
// Token: 0x060047E2 RID: 18402
9
IBestiaryBackgroundImagePathAndColorProvider
GetPreferredProvider
();
10
11
// Token: 0x060047E3 RID: 18403
12
bool
Matches
(
IBestiaryBackgroundImagePathAndColorProvider
provider);
13
}
14
}
Terraria.GameContent.Bestiary.IBestiaryBackgroundImagePathAndColorProvider
Definition
IBestiaryBackgroundImagePathAndColorProvider.cs:9
Terraria.GameContent.Bestiary.IBestiaryInfoElement
Definition
IBestiaryInfoElement.cs:8
Terraria.GameContent.Bestiary.IPreferenceProviderElement.Matches
bool Matches(IBestiaryBackgroundImagePathAndColorProvider provider)
Terraria.GameContent.Bestiary.IPreferenceProviderElement.GetPreferredProvider
IBestiaryBackgroundImagePathAndColorProvider GetPreferredProvider()
Terraria.GameContent.Bestiary.IPreferenceProviderElement
Definition
IPreferenceProviderElement.cs:7
System
Definition
__ComObject.cs:4
Terraria.GameContent.Bestiary
Definition
BestiaryDatabase.cs:7
source
Terraria
GameContent
Bestiary
IPreferenceProviderElement.cs
Generated by
1.10.0