C# Class Terraria.ModLoader.IO.WorldIO

Mostrar archivo Open project: bluemagic123/tModLoader Class Usage Examples

Public Properties

Property Type Description
customDataFail Terraria.ModLoader.Exceptions.CustomModDataException

Public Methods

Method Description
ReceiveModData ( BinaryReader reader ) : void
SendModData ( BinaryWriter writer ) : void

Private Methods

Method Description
EraseWorld ( string path, bool cloudSave ) : void
Load ( string path, bool isCloudSave ) : void
LoadAnglerQuest ( TagCompound tag ) : void
LoadBackup ( string path, bool cloudSave ) : void
LoadChests ( IList list ) : void
LoadDedServBackup ( string path, bool cloudSave ) : void
LoadLegacy ( byte buffer ) : void
LoadLegacyAnglerQuest ( BinaryReader reader ) : void
LoadLegacyChest ( BinaryReader reader ) : void
LoadLegacyChests ( BinaryReader reader ) : void
LoadLegacyModData ( BinaryReader reader ) : void
LoadLegacyModWorld ( byte flags, BinaryReader reader ) : void
LoadLegacyNPCKillCounts ( BinaryReader reader ) : void
LoadModData ( IList list ) : void
LoadNPCKillCounts ( IList list ) : void
MoveToCloud ( string localPath, string cloudPath ) : void
MoveToLocal ( string cloudPath, string localPath ) : void
RevertDedServBackup ( string path, bool cloudSave ) : void
Save ( string path, bool isCloudSave ) : void
SaveAnglerQuest ( ) : TagCompound
SaveChests ( ) : List
SaveModData ( ) : List
SaveNPCKillCounts ( ) : List

Method Details

ReceiveModData() public static method

public static ReceiveModData ( BinaryReader reader ) : void
reader System.IO.BinaryReader
return void

SendModData() public static method

public static SendModData ( BinaryWriter writer ) : void
writer System.IO.BinaryWriter
return void

Property Details

customDataFail public_oe static_oe property

public static CustomModDataException,Terraria.ModLoader.Exceptions customDataFail
return Terraria.ModLoader.Exceptions.CustomModDataException