C# 클래스 OpenMinecraft.NormalTree

Set up the foliage for a 'normal' tree. This tree will be a single bulb of foliage above a single width trunk. This shape is very similar to the default Minecraft tree.
상속: StickTree
파일 보기 프로젝트 열기: N3X15/MineEdit

공개 메소드들

메소드 설명
MakeFoliage ( IMapHandler &map ) : void
NormalTree ( long x, long y, long z, int h ) : System

메소드 상세

MakeFoliage() 공개 메소드

public MakeFoliage ( IMapHandler &map ) : void
map IMapHandler
리턴 void

NormalTree() 공개 메소드

public NormalTree ( long x, long y, long z, int h ) : System
x long
y long
z long
h int
리턴 System