C# Class Terraria.ModLoader.Default.StartBag

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

Méthodes publiques

Méthode Description
CanRightClick ( ) : bool
Load ( TagCompound tag ) : void
LoadLegacy ( BinaryReader reader ) : void
RightClick ( Player player ) : void
Save ( ) : TagCompound
SetDefaults ( ) : void

Private Methods

Méthode Description
AddItem ( Item item ) : void

Method Details

CanRightClick() public méthode

public CanRightClick ( ) : bool
Résultat bool

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

RightClick() public méthode

public RightClick ( Player player ) : void
player Player
Résultat void

Save() public méthode

public Save ( ) : TagCompound
Résultat TagCompound

SetDefaults() public méthode

public SetDefaults ( ) : void
Résultat void