tModLoader v2024.10
A mod to make and play Terraria mods
|
Static Public Member Functions | |
static Item | FromBase64 (string base64) |
static void | Load (Item item, TagCompound tag) |
static Item | Load (TagCompound tag) |
static Item | Receive (BinaryReader reader, bool readStack=false, bool readFavorite=false) |
static void | Receive (Item item, BinaryReader reader, bool readStack=false, bool readFavorite=false) |
static void | ReceiveModData (Item item, BinaryReader reader) |
static TagCompound | Save (Item item) |
static TagCompound | Save (Item item, List< TagCompound > globalData) |
static void | Send (Item item, BinaryWriter writer, bool writeStack=false, bool writeFavorite=false) |
static void | SendModData (Item item, BinaryWriter writer) |
static string | ToBase64 (Item item) |