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
Afficher le fichier Open project: N3X15/MineEdit

Méthodes publiques

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

Method Details

MakeFoliage() public méthode

public MakeFoliage ( IMapHandler &map ) : void
map IMapHandler
Résultat void

NormalTree() public méthode

public NormalTree ( long x, long y, long z, int h ) : System
x long
y long
z long
h int
Résultat System