C# Class Terraria.ModLoader.Default.MysteryGlobalItem

Inheritance: GlobalItem
Afficher le fichier Open project: bluemagic123/tModLoader Class Usage Examples

Méthodes publiques

Méthode Description
Load ( Item item, TagCompound tag ) : void
NeedsSaving ( Item item ) : bool
Save ( Item item ) : TagCompound

Method Details

Load() public méthode

public Load ( Item item, TagCompound tag ) : void
item Item
tag TagCompound
Résultat void

NeedsSaving() public méthode

public NeedsSaving ( Item item ) : bool
item Item
Résultat bool

Save() public méthode

public Save ( Item item ) : TagCompound
item Item
Résultat TagCompound