C# Class Server.Spells.Third.WallOfStoneSpell.InternalItem

Inheritance: System.Item
Show file Open project: Grimoric/RunUO.T2A

Public Methods

Method Description
Deserialize ( GenericReader reader ) : void
InternalItem ( Point3D loc, Map map, 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, Mobile caster ) : System
loc Point3D
map Map
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