C# Class Server.Items.ArcaneGem

Inheritance: Server.Items.Item
Show file Open project: Grimoric/RunUO.T2A Class Usage Examples

Public Methods

Method Description
ArcaneGem ( Serial serial ) : System.Collections.Generic
ConsumeCharges ( Mobile from, int amount ) : bool
Deserialize ( GenericReader reader ) : void
GetChargesFor ( Mobile m ) : int
OnDoubleClick ( Mobile from ) : void
OnTarget ( Mobile from, object obj ) : void
Serialize ( GenericWriter writer ) : void

Private Methods

Method Description
ArcaneGem ( ) : System.Collections.Generic

Method Details

ArcaneGem() public method

public ArcaneGem ( Serial serial ) : System.Collections.Generic
serial Serial
return System.Collections.Generic

ConsumeCharges() public static method

public static ConsumeCharges ( Mobile from, int amount ) : bool
from Mobile
amount int
return bool

Deserialize() public method

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

GetChargesFor() public method

public GetChargesFor ( Mobile m ) : int
m Mobile
return int

OnDoubleClick() public method

public OnDoubleClick ( Mobile from ) : void
from Mobile
return void

OnTarget() public method

public OnTarget ( Mobile from, object obj ) : void
from Mobile
obj object
return void

Serialize() public method

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