tModLoader v2024.03
A mod to make and play Terraria mods
EntrySorter< TEntryType, TStepType > Class Template Reference

Inherits IComparer< TEntryType >.

Public Member Functions

void AddSortSteps (List< TStepType > sortSteps)
 
int Compare (TEntryType x, TEntryType y)
 
string GetDisplayName ()
 
void SetPrioritizedStepIndex (int index)
 

Public Attributes

List< TStepType > Steps = new List<TStepType>()