Terraria v1.4.4.9
Terraria source code documentation
|
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< TStepType > | Steps = new List<TStepType>() |
Private Attributes | |
int | _prioritizedStep |
TEntryType | : | new() | |
TStepType | : | IEntrySortStep<TEntryType> |
Definition at line 6 of file EntrySorter.cs.