tModLoader v2022.09
A mod to make and play Terraria mods
Terraria.GameContent.NetModules.NetBestiaryModule Class Reference

Inherits Terraria.Net.NetModule.

Public Member Functions

override bool Deserialize (BinaryReader reader, int userId)
 
abstract bool Deserialize (BinaryReader reader, int userId)
 

Static Public Member Functions

static NetPacket SerializeChat (int npcNetId)
 
static NetPacket SerializeKillCount (int npcNetId, int killcount)
 
static NetPacket SerializeSight (int npcNetId)
 

Additional Inherited Members

- Static Protected Member Functions inherited from Terraria.Net.NetModule
static NetPacket CreatePacket< T > (int maxSize)
 

Member Function Documentation

◆ Deserialize()

override bool Terraria.GameContent.NetModules.NetBestiaryModule.Deserialize ( BinaryReader  reader,
int  userId 
)
virtual