C# Class Terraria.ModLoader.Default.MysteryPlayer

Inheritance: ModPlayer
Mostrar archivo Open project: bluemagic123/tModLoader

Public Methods

Method Description
Initialize ( ) : void
Load ( TagCompound tag ) : void
LoadLegacy ( BinaryReader reader ) : void
Save ( ) : TagCompound
SetupStartInventory ( IList items ) : void

Method Details

Initialize() public method

public Initialize ( ) : void
return void

Load() public method

public Load ( TagCompound tag ) : void
tag TagCompound
return void

LoadLegacy() public method

public LoadLegacy ( BinaryReader reader ) : void
reader System.IO.BinaryReader
return void

Save() public method

public Save ( ) : TagCompound
return TagCompound

SetupStartInventory() public method

public SetupStartInventory ( IList items ) : void
items IList
return void