C# Class 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.
Inheritance: StickTree
Show file Open project: N3X15/MineEdit

Public Methods

Method Description
MakeFoliage ( IMapHandler &map ) : void
NormalTree ( long x, long y, long z, int h ) : System

Method Details

MakeFoliage() public method

public MakeFoliage ( IMapHandler &map ) : void
map IMapHandler
return void

NormalTree() public method

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