tModLoader v2024.09
A mod to make and play Terraria mods
|
Public Member Functions | |
void | ApplyPass (BestiaryEntriesPass pass) |
delegate void | BestiaryEntriesPass (BestiaryEntry entry) |
BestiaryEntry | FindEntryByNPCID (int npcNetId) |
List< BestiaryEntry > | GetBestiaryEntriesByMod (Mod mod) |
Gets entries from the database created by the mod specified More... | |
float | GetCompletedPercentByMod (Mod mod) |
Gets the completed percent of the given mod's bestiary More... | |
void | Merge (ItemDropDatabase dropsDatabase) |
BestiaryEntry | Register (BestiaryEntry entry) |
IBestiaryEntryFilter | Register (IBestiaryEntryFilter filter) |
IBestiarySortStep | Register (IBestiarySortStep sortStep) |
Properties | |
List< BestiaryEntry > | Entries [get] |
List< IBestiaryEntryFilter > | Filters [get] |
List< IBestiarySortStep > | SortSteps [get] |
List< BestiaryEntry > BestiaryDatabase.GetBestiaryEntriesByMod | ( | Mod | mod | ) |
Gets entries from the database created by the mod specified
mod | The mod to find entries from (null for Terraria) |
float BestiaryDatabase.GetCompletedPercentByMod | ( | Mod | mod | ) |
Gets the completed percent of the given mod's bestiary
mod | The mod to calculate bestiary completeness (null for Terraria) |