C# Class Server.Items.BaseHarvestTool

Inheritance: Item, IUsesRemaining, ICraftable
Afficher le fichier Open project: Grimoric/RunUO.T2A Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
BaseHarvestTool ( Serial serial ) : System
BaseHarvestTool ( int itemID ) : System
BaseHarvestTool ( int usesRemaining, int itemID ) : System
Deserialize ( GenericReader reader ) : void
DisplayDurabilityTo ( Mobile m ) : void
GetProperties ( ObjectPropertyList list ) : void
GetUsesScalar ( ) : int
OnCraft ( int quality, bool makersMark, Mobile from, CraftSystem craftSystem, Type typeRes, BaseTool tool, CraftItem craftItem, int resHue ) : int
OnDoubleClick ( Mobile from ) : void
OnSingleClick ( Mobile from ) : void
ScaleUses ( ) : void
Serialize ( GenericWriter writer ) : void
UnscaleUses ( ) : void

Method Details

BaseHarvestTool() public méthode

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

BaseHarvestTool() public méthode

public BaseHarvestTool ( int itemID ) : System
itemID int
Résultat System

BaseHarvestTool() public méthode

public BaseHarvestTool ( int usesRemaining, int itemID ) : System
usesRemaining int
itemID int
Résultat System

Deserialize() public méthode

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

DisplayDurabilityTo() public méthode

public DisplayDurabilityTo ( Mobile m ) : void
m Mobile
Résultat void

GetProperties() public méthode

public GetProperties ( ObjectPropertyList list ) : void
list ObjectPropertyList
Résultat void

GetUsesScalar() public méthode

public GetUsesScalar ( ) : int
Résultat int

OnCraft() public méthode

public OnCraft ( int quality, bool makersMark, Mobile from, CraftSystem craftSystem, Type typeRes, BaseTool tool, CraftItem craftItem, int resHue ) : int
quality int
makersMark bool
from Mobile
craftSystem Server.Engines.Craft.CraftSystem
typeRes System.Type
tool BaseTool
craftItem Server.Engines.Craft.CraftItem
resHue int
Résultat int

OnDoubleClick() public méthode

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

OnSingleClick() public méthode

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

ScaleUses() public méthode

public ScaleUses ( ) : void
Résultat void

Serialize() public méthode

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

UnscaleUses() public méthode

public UnscaleUses ( ) : void
Résultat void