|
terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
|
Inheritance diagram for Terraria.GameContent.Bestiary.BestiaryEntry:
Collaboration diagram for Terraria.GameContent.Bestiary.BestiaryEntry:Public Member Functions | |
| BestiaryEntry () | |
| void | AddTags (params IBestiaryInfoElement[] elements) |
Static Public Member Functions | |
| static BestiaryEntry | Enemy (int npcNetId) |
| static BestiaryEntry | TownNPC (int npcNetId) |
| static BestiaryEntry | Critter (int npcNetId) |
| static BestiaryEntry | Biome (string nameLanguageKey, string texturePath, Func< bool > unlockCondition) |
Public Attributes | |
| IEntryIcon | Icon |
| IBestiaryUICollectionInfoProvider | UIInfoProvider |
Properties | |
| List< IBestiaryInfoElement > | Info [get, set, private set] |
Private Attributes | |
| List< IBestiaryInfoElement >< Info > | k__BackingField |
Definition at line 12 of file BestiaryEntry.cs.