tModLoader v2024.11
A mod to make and play Terraria mods
SpawnConditionBestiaryInfoElement Class Reference

Inherits FilterProviderInfoElement, IBestiaryBackgroundImagePathAndColorProvider, and IBestiaryPrioritizedElement.

Public Member Functions

 SpawnConditionBestiaryInfoElement (string nameLanguageKey, int filterIconFrame, string backgroundImagePath=null, Color? backgroundColor=null)
 
Color? GetBackgroundColor ()
 
Asset< Texture2D > GetBackgroundImage ()
 
- Public Member Functions inherited from FilterProviderInfoElement
 FilterProviderInfoElement (string nameLanguageKey, int filterIconFrame)
 
string GetDisplayNameKey ()
 
UIElement GetFilterImage ()
 
string GetSearchString (ref BestiaryUICollectionInfo info)
 
UIElement ProvideUIElement (BestiaryUICollectionInfo info)
 Use to create the UIElement for this bestiary entry. Called when the bestiary entry is clicked in-game. Use BestiaryUICollectionInfo.UnlockState to dynamically populate the UI according to how fully unlocked this particular bestiary entry is. Return null if no UIElement should be provided, which is usually the case for NPC never encountered. More...
 
string GetDisplayNameKey ()
 
UIElement GetFilterImage ()
 
string GetSearchString (ref BestiaryUICollectionInfo info)
 
UIElement ProvideUIElement (BestiaryUICollectionInfo info)
 Use to create the UIElement for this bestiary entry. Called when the bestiary entry is clicked in-game. Use BestiaryUICollectionInfo.UnlockState to dynamically populate the UI according to how fully unlocked this particular bestiary entry is. Return null if no UIElement should be provided, which is usually the case for NPC never encountered. More...
 
Color? GetBackgroundColor ()
 
Asset< Texture2D > GetBackgroundImage ()
 

Properties

float OrderPriority [get, set]
 Higher priority values are shown before (higher up) other elements in the same Bestiary info category (UI.Elements.UIBestiaryEntryInfoPage.BestiaryInfoCategory). Defaults to 0. Use ICategorizedBestiaryInfoElement.ElementCategory to dictate which category this element belongs to. More...
 
- Properties inherited from FilterProviderInfoElement
int DisplayTextPriority [get, set]
 
bool HideInPortraitInfo [get, set]
 
- Properties inherited from IBestiaryPrioritizedElement
float OrderPriority [get]
 Higher priority values are shown before (higher up) other elements in the same Bestiary info category (UI.Elements.UIBestiaryEntryInfoPage.BestiaryInfoCategory). Defaults to 0. Use ICategorizedBestiaryInfoElement.ElementCategory to dictate which category this element belongs to. More...
 

Member Function Documentation

◆ GetBackgroundColor()

Color? SpawnConditionBestiaryInfoElement.GetBackgroundColor ( )

◆ GetBackgroundImage()

Asset< Texture2D > SpawnConditionBestiaryInfoElement.GetBackgroundImage ( )

Property Documentation

◆ OrderPriority

float SpawnConditionBestiaryInfoElement.OrderPriority
getset

Higher priority values are shown before (higher up) other elements in the same Bestiary info category (UI.Elements.UIBestiaryEntryInfoPage.BestiaryInfoCategory). Defaults to 0. Use ICategorizedBestiaryInfoElement.ElementCategory to dictate which category this element belongs to.

Implements IBestiaryPrioritizedElement.