Minetest 5.9.0-dev
 
Loading...
Searching...
No Matches
treegen.h File Reference
#include <string>
#include "irr_v3d.h"
#include "nodedef.h"
#include "mapnode.h"
+ Include dependency graph for treegen.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  treegen::TreeDef
 

Namespaces

namespace  treegen
 

Enumerations

enum  treegen::error { treegen::SUCCESS , treegen::UNBALANCED_BRACKETS }
 

Functions

void treegen::make_tree (MMVManip &vmanip, v3s16 p0, bool is_apple_tree, const NodeDefManager *ndef, s32 seed)
 
void treegen::make_jungletree (MMVManip &vmanip, v3s16 p0, const NodeDefManager *ndef, s32 seed)
 
void treegen::make_pine_tree (MMVManip &vmanip, v3s16 p0, const NodeDefManager *ndef, s32 seed)
 
treegen::error treegen::make_ltree (MMVManip &vmanip, v3s16 p0, const TreeDef &tree_definition)
 
treegen::error treegen::spawn_ltree (ServerMap *map, v3s16 p0, const TreeDef &tree_definition)