C# Class Server.Items.DeceitBrazier

Inheritance: Item
Mostrar archivo Open project: Grimoric/RunUO.T2A

Private Properties

Property Type Description
DeceitBrazier System

Public Methods

Method Description
DeceitBrazier ( Serial serial ) : System
Deserialize ( GenericReader reader ) : void
DoEffect ( Point3D loc, Map map ) : void
GetSpawnPosition ( ) : Point3D
HeedWarning ( ) : void
OnDoubleClick ( Mobile from ) : void
OnMovement ( Mobile m, Point3D oldLocation ) : void
Serialize ( GenericWriter writer ) : void

Private Methods

Method Description
DeceitBrazier ( ) : System

Method Details

DeceitBrazier() public method

public DeceitBrazier ( Serial serial ) : System
serial Serial
return System

Deserialize() public method

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

DoEffect() public method

public DoEffect ( Point3D loc, Map map ) : void
loc Point3D
map Map
return void

GetSpawnPosition() public method

public GetSpawnPosition ( ) : Point3D
return Point3D

HeedWarning() public method

public HeedWarning ( ) : void
return void

OnDoubleClick() public method

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

OnMovement() public method

public OnMovement ( Mobile m, Point3D oldLocation ) : void
m Mobile
oldLocation Point3D
return void

Serialize() public method

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