Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
IPreferenceProviderElement.cs
Go to the documentation of this file.
1
namespace
Terraria.GameContent.Bestiary
;
2
3
public
interface
IPreferenceProviderElement
:
IBestiaryInfoElement
4
{
5
IBestiaryBackgroundImagePathAndColorProvider
GetPreferredProvider
();
6
7
bool
Matches
(
IBestiaryBackgroundImagePathAndColorProvider
provider);
8
}
Terraria.GameContent.Bestiary.IBestiaryBackgroundImagePathAndColorProvider
Definition
IBestiaryBackgroundImagePathAndColorProvider.cs:8
Terraria.GameContent.Bestiary.IBestiaryInfoElement
Definition
IBestiaryInfoElement.cs:6
Terraria.GameContent.Bestiary.IPreferenceProviderElement.Matches
bool Matches(IBestiaryBackgroundImagePathAndColorProvider provider)
Terraria.GameContent.Bestiary.IPreferenceProviderElement.GetPreferredProvider
IBestiaryBackgroundImagePathAndColorProvider GetPreferredProvider()
Terraria.GameContent.Bestiary.IPreferenceProviderElement
Definition
IPreferenceProviderElement.cs:4
Terraria.GameContent.Bestiary
Definition
BestiaryDatabase.cs:5
source
Terraria.GameContent.Bestiary
IPreferenceProviderElement.cs
Generated by
1.10.0