tModLoader v2022.09
A mod to make and play Terraria mods
Terraria.GameContent.Bestiary.ModBiomeBestiaryInfoElement Class Reference

Inherits Terraria.GameContent.Bestiary.ModBestiaryInfoElement, and Terraria.GameContent.Bestiary.IBestiaryBackgroundImagePathAndColorProvider.

Public Member Functions

 ModBiomeBestiaryInfoElement (ModLoader.Mod mod, string displayName, string iconPath, string backgroundPath, Color? backgroundColor)
 
Color? GetBackgroundColor ()
 
Asset< Texture2D > GetBackgroundImage ()
 
override UIElement GetFilterImage ()
 
- Public Member Functions inherited from Terraria.GameContent.Bestiary.ModBestiaryInfoElement
string GetDisplayNameKey ()
 
virtual UIElement GetFilterImage ()
 
string GetSearchString (ref BestiaryUICollectionInfo info)
 
UIElement ProvideUIElement (BestiaryUICollectionInfo info)
 
string GetDisplayNameKey ()
 
UIElement GetFilterImage ()
 
string GetSearchString (ref BestiaryUICollectionInfo info)
 
UIElement ProvideUIElement (BestiaryUICollectionInfo info)
 
Color? GetBackgroundColor ()
 
Asset< Texture2D > GetBackgroundImage ()
 

Member Function Documentation

◆ GetBackgroundColor()

Color? Terraria.GameContent.Bestiary.ModBiomeBestiaryInfoElement.GetBackgroundColor ( )

◆ GetBackgroundImage()

Asset< Texture2D > Terraria.GameContent.Bestiary.ModBiomeBestiaryInfoElement.GetBackgroundImage ( )

◆ GetFilterImage()

override UIElement Terraria.GameContent.Bestiary.ModBiomeBestiaryInfoElement.GetFilterImage ( )
virtual