C# Class Server.Items.DeceitBrazier

Inheritance: Item
Afficher le fichier Open project: Grimoric/RunUO.T2A

Private Properties

Свойство Type Description
DeceitBrazier System

Méthodes publiques

Méthode 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

Méthode Description
DeceitBrazier ( ) : System

Method Details

DeceitBrazier() public méthode

public DeceitBrazier ( Serial serial ) : System
serial Serial
Résultat System

Deserialize() public méthode

public Deserialize ( GenericReader reader ) : void
reader GenericReader
Résultat void

DoEffect() public méthode

public DoEffect ( Point3D loc, Map map ) : void
loc Point3D
map Map
Résultat void

GetSpawnPosition() public méthode

public GetSpawnPosition ( ) : Point3D
Résultat Point3D

HeedWarning() public méthode

public HeedWarning ( ) : void
Résultat void

OnDoubleClick() public méthode

public OnDoubleClick ( Mobile from ) : void
from Mobile
Résultat void

OnMovement() public méthode

public OnMovement ( Mobile m, Point3D oldLocation ) : void
m Mobile
oldLocation Point3D
Résultat void

Serialize() public méthode

public Serialize ( GenericWriter writer ) : void
writer GenericWriter
Résultat void