tModLoader v2024.03
A mod to make and play Terraria mods
ItemDropBestiaryInfoElement Class Reference

Inherits IItemBestiaryInfoElement, IBestiaryInfoElement, and IProvideSearchFilterString.

Public Member Functions

 ItemDropBestiaryInfoElement (DropRateInfo info)
 
string GetSearchString (ref BestiaryUICollectionInfo info)
 
virtual UIElement ProvideUIElement (BestiaryUICollectionInfo info)
 
UIElement ProvideUIElement (BestiaryUICollectionInfo info)
 
string GetSearchString (ref BestiaryUICollectionInfo info)
 

Protected Attributes

DropRateInfo _droprateInfo
 

Member Function Documentation

◆ GetSearchString()

string ItemDropBestiaryInfoElement.GetSearchString ( ref BestiaryUICollectionInfo  info)

◆ ProvideUIElement()

virtual UIElement ItemDropBestiaryInfoElement.ProvideUIElement ( BestiaryUICollectionInfo  info)
virtual

Implements IBestiaryInfoElement.