C# Class Server.Engines.Harvest.Lumberjacking

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

Méthodes publiques

Méthode 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

Méthode Description
Lumberjacking ( ) : System

Method Details

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

Initialize() public static méthode

public static Initialize ( ) : void
Résultat void

OnBadHarvestTarget() public méthode

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