C# 클래스 fCraft.PlantTask

상속: PhysicsTask
파일 보기 프로젝트 열기: GlennMR/800craft 1 사용 예제들

공개 메소드들

메소드 설명
GetRandomDelay ( ) : int
PlantTask ( World w, short x, short y, short z ) : System

보호된 메소드들

메소드 설명
PerformInternal ( ) : int

비공개 메소드들

메소드 설명
CanGrow ( int height ) : bool
MakeTrunks ( short height, TreeType type ) : void
TypeByBlock ( Block b ) : TreeType

메소드 상세

GetRandomDelay() 공개 정적인 메소드

public static GetRandomDelay ( ) : int
리턴 int

PerformInternal() 보호된 메소드

protected PerformInternal ( ) : int
리턴 int

PlantTask() 공개 메소드

public PlantTask ( World w, short x, short y, short z ) : System
w World
x short
y short
z short
리턴 System