Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Hopson97/HopsonCraft
/ Defer_Block
Method
Defer_Block
Source/World/Generators/Trees.cpp:14–17 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
12
struct Defer_Block
13
{
14
Defer_Block(int x, int y, int z, CBlock b)
15
: pos (x, y, z)
16
, block (b)
17
{ }
18
19
Block::Position pos;
20
CBlock block;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected