C# Класс Server.Engines.Harvest.Mining

Наследование: HarvestSystem
Показать файл Открыть проект

Открытые методы

Метод Описание
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

Приватные методы

Метод Описание
Mining ( ) : System

Описание методов

BeginHarvesting() публичный Метод

public BeginHarvesting ( Server.Mobile from, Item tool ) : bool
from Server.Mobile
tool Item
Результат bool

CheckHarvest() публичный Метод

public CheckHarvest ( Server.Mobile from, Item tool ) : bool
from Server.Mobile
tool Item
Результат bool

CheckHarvest() публичный Метод

public CheckHarvest ( Server.Mobile from, Item tool, HarvestDefinition def, object toHarvest ) : bool
from Server.Mobile
tool Item
def HarvestDefinition
toHarvest object
Результат bool

OnBadHarvestTarget() публичный Метод

public OnBadHarvestTarget ( Server.Mobile from, Item tool, object toHarvest ) : void
from Server.Mobile
tool Item
toHarvest object
Результат void