Terraria v1.4.4.9
Terraria source code documentation
|
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, private set] |
Definition at line 8 of file BestiaryEntry.cs.