C# Class Terraria.ModLoader.Default.MysteryGlobalItem

Inheritance: GlobalItem
Exibir arquivo Open project: bluemagic123/tModLoader Class Usage Examples

Public Methods

Method Description
Load ( Item item, TagCompound tag ) : void
NeedsSaving ( Item item ) : bool
Save ( Item item ) : TagCompound

Method Details

Load() public method

public Load ( Item item, TagCompound tag ) : void
item Item
tag TagCompound
return void

NeedsSaving() public method

public NeedsSaving ( Item item ) : bool
item Item
return bool

Save() public method

public Save ( Item item ) : TagCompound
item Item
return TagCompound