C# Class Server.Items.IronOre

Inheritance: BaseOre
Datei anzeigen Open project: Grimoric/RunUO.T2A Class Usage Examples

Public Methods

Method Description
Deserialize ( GenericReader reader ) : void
GetIngot ( ) : Server.Items.BaseIngot
IronOre ( Serial serial ) : Server.Targeting
IronOre ( bool fixedSize ) : Server.Targeting
Serialize ( GenericWriter writer ) : void

Private Methods

Method Description
IronOre ( ) : Server.Targeting
IronOre ( int amount ) : Server.Targeting

Method Details

Deserialize() public method

public Deserialize ( GenericReader reader ) : void
reader GenericReader
return void

GetIngot() public method

public GetIngot ( ) : Server.Items.BaseIngot
return Server.Items.BaseIngot

IronOre() public method

public IronOre ( Serial serial ) : Server.Targeting
serial Serial
return Server.Targeting

IronOre() public method

public IronOre ( bool fixedSize ) : Server.Targeting
fixedSize bool
return Server.Targeting

Serialize() public method

public Serialize ( GenericWriter writer ) : void
writer GenericWriter
return void