|
Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
| CommonEnemyUICollectionInfoProvider (string persistentId, bool quickUnlock) | |
| BestiaryUICollectionInfo | GetEntryUICollectionInfo () |
| BestiaryEntryUnlockState | GetUnlockStateByKillCount (int killCount, bool quickUnlock) |
| UIElement | ProvideUIElement (BestiaryUICollectionInfo info) |
Static Public Member Functions | |
| static int | GetKillCountNeeded (string persistentId) |
| static BestiaryEntryUnlockState | GetUnlockStateByKillCount (int killCount, bool quickUnlock, int fullKillCountNeeded) |
Private Attributes | |
| string | _persistentIdentifierToCheck |
| bool | _quickUnlock |
| int | _killCountNeededToFullyUnlock |
Definition at line 6 of file CommonEnemyUICollectionInfoProvider.cs.