C# Class Server.Items.FishingPole

Inheritance: BaseItem
ファイルを表示 Open project: Grimoric/RunUO.T2A Class Usage Examples

Public Methods

Method Description
CheckConflictingLayer ( Mobile m, Item item, Layer layer ) : bool
Deserialize ( GenericReader reader ) : void
FishingPole ( Serial serial ) : Server.Engines.Harvest
OnDoubleClick ( Mobile from ) : void
Serialize ( GenericWriter writer ) : void

Private Methods

Method Description
FishingPole ( ) : Server.Engines.Harvest

Method Details

CheckConflictingLayer() public method

public CheckConflictingLayer ( Mobile m, Item item, Layer layer ) : bool
m Mobile
item Item
layer Layer
return bool

Deserialize() public method

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

FishingPole() public method

public FishingPole ( Serial serial ) : Server.Engines.Harvest
serial Serial
return Server.Engines.Harvest

OnDoubleClick() public method

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

Serialize() public method

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