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

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

공개 메소드들

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

비공개 메소드들

메소드 설명
Lumberjacking ( ) : System

메소드 상세

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

Initialize() 공개 정적인 메소드

public static Initialize ( ) : void
리턴 void

OnBadHarvestTarget() 공개 메소드

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