C# Class Terraria.ModLoader.Default.StartBag

Inheritance: ModItem
Exibir arquivo Open project: bluemagic123/tModLoader

Public Methods

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

Private Methods

Method Description
AddItem ( Item item ) : void

Method Details

CanRightClick() public method

public CanRightClick ( ) : bool
return bool

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

RightClick() public method

public RightClick ( Player player ) : void
player Player
return void

Save() public method

public Save ( ) : TagCompound
return TagCompound

SetDefaults() public method

public SetDefaults ( ) : void
return void