|
tModLoader v2025.09
A mod to make and play Terraria mods
|
Inherits IEntryIcon.
Public Member Functions | |
| CustomEntryIcon (string nameLanguageKey, string texturePath, Func< bool > unlockCondition) | |
| IEntryIcon | CreateClone () |
| void | Draw (BestiaryUICollectionInfo providedInfo, SpriteBatch spriteBatch, EntryIconDrawSettings settings) |
| string | GetHoverText (BestiaryUICollectionInfo providedInfo) |
| bool | GetUnlockState (BestiaryUICollectionInfo providedInfo) |
| void | Update (BestiaryUICollectionInfo providedInfo, Rectangle hitbox, EntryIconDrawSettings settings) |
| IEntryIcon | CreateClone () |
| void | Draw (BestiaryUICollectionInfo providedInfo, SpriteBatch spriteBatch, EntryIconDrawSettings settings) |
| string | GetHoverText (BestiaryUICollectionInfo providedInfo) |
| bool | GetUnlockState (BestiaryUICollectionInfo providedInfo) |
| void | Update (BestiaryUICollectionInfo providedInfo, Rectangle hitbox, EntryIconDrawSettings settings) |
| IEntryIcon CustomEntryIcon.CreateClone | ( | ) |
Implements IEntryIcon.
| void CustomEntryIcon.Draw | ( | BestiaryUICollectionInfo | providedInfo, |
| SpriteBatch | spriteBatch, | ||
| EntryIconDrawSettings | settings | ||
| ) |
Implements IEntryIcon.
| string CustomEntryIcon.GetHoverText | ( | BestiaryUICollectionInfo | providedInfo | ) |
Implements IEntryIcon.
| bool CustomEntryIcon.GetUnlockState | ( | BestiaryUICollectionInfo | providedInfo | ) |
Implements IEntryIcon.
| void CustomEntryIcon.Update | ( | BestiaryUICollectionInfo | providedInfo, |
| Rectangle | hitbox, | ||
| EntryIconDrawSettings | settings | ||
| ) |
Implements IEntryIcon.