C# 클래스 Server.Engines.Harvest.Mining

상속: HarvestSystem
파일 보기 프로젝트 열기: Grimoric/RunUO.T2A

공개 메소드들

메소드 설명
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