tModLoader v2022.09
A mod to make and play Terraria mods
|
Inherits Terraria.GameContent.Bestiary.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 Terraria.GameContent.Bestiary.CustomEntryIcon.CreateClone | ( | ) |
Implements Terraria.GameContent.Bestiary.IEntryIcon.
void Terraria.GameContent.Bestiary.CustomEntryIcon.Draw | ( | BestiaryUICollectionInfo | providedInfo, |
SpriteBatch | spriteBatch, | ||
EntryIconDrawSettings | settings | ||
) |
Implements Terraria.GameContent.Bestiary.IEntryIcon.
string Terraria.GameContent.Bestiary.CustomEntryIcon.GetHoverText | ( | BestiaryUICollectionInfo | providedInfo | ) |
Implements Terraria.GameContent.Bestiary.IEntryIcon.
bool Terraria.GameContent.Bestiary.CustomEntryIcon.GetUnlockState | ( | BestiaryUICollectionInfo | providedInfo | ) |
Implements Terraria.GameContent.Bestiary.IEntryIcon.
void Terraria.GameContent.Bestiary.CustomEntryIcon.Update | ( | BestiaryUICollectionInfo | providedInfo, |
Rectangle | hitbox, | ||
EntryIconDrawSettings | settings | ||
) |
Implements Terraria.GameContent.Bestiary.IEntryIcon.