tModLoader v2022.09
A mod to make and play Terraria mods
Terraria.GameContent.Bestiary.SortingSteps.ByAttack Class Reference

Inherits Terraria.GameContent.Bestiary.SortingSteps.ByStat.

Public Member Functions

override int Compare (NPCStatsReportInfoElement cardX, NPCStatsReportInfoElement cardY)
 
override string GetDisplayNameKey ()
 
- Public Member Functions inherited from Terraria.GameContent.Bestiary.SortingSteps.ByStat
int Compare (BestiaryEntry x, BestiaryEntry y)
 
abstract int Compare (NPCStatsReportInfoElement cardX, NPCStatsReportInfoElement cardY)
 
abstract string GetDisplayNameKey ()
 
- Public Member Functions inherited from Terraria.DataStructures.IEntrySortStep< BestiaryEntry >
string GetDisplayNameKey ()
 

Additional Inherited Members

- Properties inherited from Terraria.GameContent.Bestiary.SortingSteps.ByStat
bool HiddenFromSortOptions [get]
 
- Properties inherited from Terraria.GameContent.Bestiary.IBestiarySortStep
bool HiddenFromSortOptions [get]
 

Member Function Documentation

◆ Compare()

override int Terraria.GameContent.Bestiary.SortingSteps.ByAttack.Compare ( NPCStatsReportInfoElement  cardX,
NPCStatsReportInfoElement  cardY 
)
virtual

◆ GetDisplayNameKey()

override string Terraria.GameContent.Bestiary.SortingSteps.ByAttack.GetDisplayNameKey ( )
virtual