C# Class Server.Engines.Harvest.Mining

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

Public Methods

Method 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

Method Description
Mining ( ) : System

Method Details

BeginHarvesting() public method

public BeginHarvesting ( Server.Mobile from, Item tool ) : bool
from Server.Mobile
tool Item
return bool

CheckHarvest() public method

public CheckHarvest ( Server.Mobile from, Item tool ) : bool
from Server.Mobile
tool Item
return bool

CheckHarvest() public method

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

OnBadHarvestTarget() public method

public OnBadHarvestTarget ( Server.Mobile from, Item tool, object toHarvest ) : void
from Server.Mobile
tool Item
toHarvest object
return void