C# Class Server.Engines.Harvest.Lumberjacking

Inheritance: HarvestSystem
Mostra file Open project: Grimoric/RunUO.T2A

Public Methods

Method Description
CheckHarvest ( Server.Mobile from, Item tool ) : bool
CheckHarvest ( Server.Mobile from, Item tool, HarvestDefinition def, object toHarvest ) : bool
Initialize ( ) : void
OnBadHarvestTarget ( Server.Mobile from, Item tool, object toHarvest ) : void

Private Methods

Method Description
Lumberjacking ( ) : System

Method Details

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

Initialize() public static method

public static Initialize ( ) : void
return void

OnBadHarvestTarget() public method

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