Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Hopson97/HopsonCraft
/ Tree_Helper
Method
Tree_Helper
Source/World/Generators/Trees.cpp:24–27 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
22
23
public:
24
Tree_Helper(CBlock leaf, CBlock wood)
25
: m_leafBlock (leaf)
26
, m_woodBlock (wood)
27
{ }
28
29
void addLeaf(int x, int y, int z)
30
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected