tModLoader v2024.03
A mod to make and play Terraria mods
SortingSteps.ByStat Class Referenceabstract

Inherits IBestiarySortStep, IEntrySortStep< BestiaryEntry >, and IComparer< BestiaryEntry >.

Inherited by SortingSteps.ByAttack, SortingSteps.ByCoins, SortingSteps.ByDefense, and SortingSteps.ByHP.

Public Member Functions

int Compare (BestiaryEntry x, BestiaryEntry y)
 
abstract int Compare (NPCStatsReportInfoElement cardX, NPCStatsReportInfoElement cardY)
 
abstract string GetDisplayNameKey ()
 
- Public Member Functions inherited from IEntrySortStep< BestiaryEntry >
string GetDisplayNameKey ()
 

Properties

bool HiddenFromSortOptions [get]
 
- Properties inherited from IBestiarySortStep
bool HiddenFromSortOptions [get]
 

Property Documentation

◆ HiddenFromSortOptions

bool SortingSteps.ByStat.HiddenFromSortOptions
get

Implements IBestiarySortStep.