tModLoader v2022.09
A mod to make and play Terraria mods
Terraria.GameContent.Bestiary.BestiaryUnlocksTracker Class Reference

Inherits Terraria.GameContent.IPersistentPerWorldContent, and Terraria.GameContent.IOnPlayerJoining.

Public Member Functions

void FillBasedOnVersionBefore210 ()
 
void Load (BinaryReader reader, int gameVersionSaveWasMadeOn)
 
void OnPlayerJoining (int playerIndex)
 
void Reset ()
 
void Save (BinaryWriter writer)
 
void ValidateWorld (BinaryReader reader, int gameVersionSaveWasMadeOn)
 
void Load (BinaryReader reader, int gameVersionSaveWasMadeOn)
 
void Reset ()
 
void Save (BinaryWriter writer)
 
void ValidateWorld (BinaryReader reader, int gameVersionSaveWasMadeOn)
 
void OnPlayerJoining (int playerIndex)
 

Public Attributes

NPCWasChatWithTracker Chats = new NPCWasChatWithTracker()
 
NPCKillsTracker Kills = new NPCKillsTracker()
 
NPCWasNearPlayerTracker Sights = new NPCWasNearPlayerTracker()
 

Member Function Documentation

◆ Load()

void Terraria.GameContent.Bestiary.BestiaryUnlocksTracker.Load ( BinaryReader  reader,
int  gameVersionSaveWasMadeOn 
)

◆ OnPlayerJoining()

void Terraria.GameContent.Bestiary.BestiaryUnlocksTracker.OnPlayerJoining ( int  playerIndex)

◆ Reset()

void Terraria.GameContent.Bestiary.BestiaryUnlocksTracker.Reset ( )

◆ Save()

void Terraria.GameContent.Bestiary.BestiaryUnlocksTracker.Save ( BinaryWriter  writer)

◆ ValidateWorld()

void Terraria.GameContent.Bestiary.BestiaryUnlocksTracker.ValidateWorld ( BinaryReader  reader,
int  gameVersionSaveWasMadeOn 
)