C# Class Terraria.ModLoader.Default.MysteryItem

Inheritance: ModItem
Exibir arquivo Open project: bluemagic123/tModLoader

Public Methods

Method Description
Clone ( ) : ModItem
Load ( TagCompound tag ) : void
LoadLegacy ( BinaryReader reader ) : void
Save ( ) : TagCompound
SetDefaults ( ) : void

Private Methods

Method Description
Setup ( TagCompound tag ) : void

Method Details

Clone() public method

public Clone ( ) : ModItem
return ModItem

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

SetDefaults() public method

public SetDefaults ( ) : void
return void