Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
Terraria.DataStructures.EntrySorter< TEntryType, TStepType > Class Template Reference

Public Member Functions

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

Public Attributes

List< TStepTypeSteps = new List<TStepType>()
 

Private Attributes

int _prioritizedStep
 

Detailed Description

Type Constraints
TEntryType :new() 
TStepType :IEntrySortStep<TEntryType> 

Definition at line 6 of file EntrySorter.cs.


The documentation for this class was generated from the following file: