C# Class Server.Items.AddonContainerComponent

Inheritance: Server.Items.Item, IChopable
Mostrar archivo Open project: Grimoric/RunUO.T2A Class Usage Examples

Private Properties

Property Type Description
AddonContainerComponent System.Collections.Generic

Public Methods

Method Description
AddonContainerComponent ( Serial serial ) : System.Collections.Generic
Deserialize ( GenericReader reader ) : void
GetContextMenuEntries ( Mobile from, List list ) : void
OnAfterDelete ( ) : void
OnChop ( Mobile from ) : void
OnDoubleClick ( Mobile from ) : void
OnDragDrop ( Mobile from, Server.Items.Item dropped ) : bool
OnLocationChange ( Point3D old ) : void
OnMapChange ( ) : void
Serialize ( GenericWriter writer ) : void

Private Methods

Method Description
AddonContainerComponent ( int itemID ) : System.Collections.Generic

Method Details

AddonContainerComponent() public method

public AddonContainerComponent ( Serial serial ) : System.Collections.Generic
serial Serial
return System.Collections.Generic

Deserialize() public method

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

GetContextMenuEntries() public method

public GetContextMenuEntries ( Mobile from, List list ) : void
from Mobile
list List
return void

OnAfterDelete() public method

public OnAfterDelete ( ) : void
return void

OnChop() public method

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

OnDoubleClick() public method

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

OnDragDrop() public method

public OnDragDrop ( Mobile from, Server.Items.Item dropped ) : bool
from Mobile
dropped Server.Items.Item
return bool

OnLocationChange() public method

public OnLocationChange ( Point3D old ) : void
old Point3D
return void

OnMapChange() public method

public OnMapChange ( ) : void
return void

Serialize() public method

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