#include <mg_decoration.h>
Public Member Functions | |
ObjDef * | clone () const |
virtual size_t | generate (MMVManip *vm, PcgRandom *pr, v3s16 p, bool ceiling) |
Public Member Functions inherited from Decoration | |
Decoration ()=default | |
virtual | ~Decoration ()=default |
virtual void | resolveNodeNames () |
bool | canPlaceDecoration (MMVManip *vm, v3s16 p) |
size_t | placeDeco (Mapgen *mg, u32 blockseed, v3s16 nmin, v3s16 nmax) |
Public Member Functions inherited from ObjDef | |
virtual | ~ObjDef ()=default |
Public Member Functions inherited from NodeResolver | |
NodeResolver () | |
virtual | ~NodeResolver () |
void | cloneTo (NodeResolver *res) const |
bool | getIdFromNrBacklog (content_t *result_out, const std::string &node_alt, content_t c_fallback, bool error_on_fallback=true) |
bool | getIdsFromNrBacklog (std::vector< content_t > *result_out, bool all_required=false, content_t c_fallback=CONTENT_IGNORE) |
bool | isResolveDone () const |
void | reset (bool resolve_done=false) |
Public Attributes | |
std::shared_ptr< treegen::TreeDef > | tree_def |
Public Attributes inherited from Decoration | |
u32 | flags = 0 |
int | mapseed = 0 |
std::vector< content_t > | c_place_on |
s16 | sidelen = 1 |
s16 | y_min |
s16 | y_max |
float | fill_ratio = 0.0f |
NoiseParams | np |
std::vector< content_t > | c_spawnby |
s16 | nspawnby |
s16 | place_offset_y = 0 |
s16 | check_offset = -1 |
std::unordered_set< biome_t > | biomes |
Public Attributes inherited from ObjDef | |
u32 | index |
u32 | uid |
ObjDefHandle | handle |
std::string | name |
Public Attributes inherited from NodeResolver | |
std::vector< std::string > | m_nodenames |
std::vector< size_t > | m_nnlistsizes |
Additional Inherited Members | |
Protected Member Functions inherited from Decoration | |
void | cloneTo (Decoration *def) const |
Protected Member Functions inherited from ObjDef | |
void | cloneTo (ObjDef *def) const |
Protected Attributes inherited from NodeResolver | |
const NodeDefManager * | m_ndef = nullptr |
u32 | m_nodenames_idx = 0 |
|
virtual |
Implements ObjDef.
References Decoration::cloneTo(), and tree_def.
Implements Decoration.
References Decoration::canPlaceDecoration(), treegen::make_ltree(), p(), and tree_def.
std::shared_ptr<treegen::TreeDef> DecoLSystem::tree_def |
Referenced by clone(), generate(), and read_deco_lsystem().