C# Class Server.Spells.Seventh.EnergyFieldSpell.InternalItem

Inheritance: BaseItem
显示文件 Open project: Grimoric/RunUO.T2A

Public Methods

Method Description
Deserialize ( GenericReader reader ) : void
InternalItem ( Point3D loc, Map map, System.TimeSpan duration, int itemID, Mobile caster ) : System
InternalItem ( Serial serial ) : System
OnAfterDelete ( ) : void
OnMoveOver ( Mobile m ) : bool
Serialize ( GenericWriter writer ) : void

Method Details

Deserialize() public method

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

InternalItem() public method

public InternalItem ( Point3D loc, Map map, System.TimeSpan duration, int itemID, Mobile caster ) : System
loc Point3D
map Map
duration System.TimeSpan
itemID int
caster Mobile
return System

InternalItem() public method

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

OnAfterDelete() public method

public OnAfterDelete ( ) : void
return void

OnMoveOver() public method

public OnMoveOver ( Mobile m ) : bool
m Mobile
return bool

Serialize() public method

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