C# Class Server.Engines.Harvest.Mining

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

Méthodes publiques

Méthode Description
BeginHarvesting ( Server.Mobile from, Item tool ) : bool
CheckHarvest ( Server.Mobile from, Item tool ) : bool
CheckHarvest ( Server.Mobile from, Item tool, HarvestDefinition def, object toHarvest ) : bool
OnBadHarvestTarget ( Server.Mobile from, Item tool, object toHarvest ) : void

Private Methods

Méthode Description
Mining ( ) : System

Method Details

BeginHarvesting() public méthode

public BeginHarvesting ( Server.Mobile from, Item tool ) : bool
from Server.Mobile
tool Item
Résultat bool

CheckHarvest() public méthode

public CheckHarvest ( Server.Mobile from, Item tool ) : bool
from Server.Mobile
tool Item
Résultat bool

CheckHarvest() public méthode

public CheckHarvest ( Server.Mobile from, Item tool, HarvestDefinition def, object toHarvest ) : bool
from Server.Mobile
tool Item
def HarvestDefinition
toHarvest object
Résultat bool

OnBadHarvestTarget() public méthode

public OnBadHarvestTarget ( Server.Mobile from, Item tool, object toHarvest ) : void
from Server.Mobile
tool Item
toHarvest object
Résultat void