C# Class Terraria.ModLoader.Default.MysteryItem

Inheritance: ModItem
Afficher le fichier Open project: bluemagic123/tModLoader

Méthodes publiques

Méthode Description
Clone ( ) : ModItem
Load ( TagCompound tag ) : void
LoadLegacy ( BinaryReader reader ) : void
Save ( ) : TagCompound
SetDefaults ( ) : void

Private Methods

Méthode Description
Setup ( TagCompound tag ) : void

Method Details

Clone() public méthode

public Clone ( ) : ModItem
Résultat ModItem

Load() public méthode

public Load ( TagCompound tag ) : void
tag TagCompound
Résultat void

LoadLegacy() public méthode

public LoadLegacy ( BinaryReader reader ) : void
reader System.IO.BinaryReader
Résultat void

Save() public méthode

public Save ( ) : TagCompound
Résultat TagCompound

SetDefaults() public méthode

public SetDefaults ( ) : void
Résultat void