Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cuberite/cuberite
/ SetResult
Method
SetResult
src/BlockEntities/CommandBlockEntity.cpp:70–73 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
68
69
70
void cCommandBlockEntity::SetResult(const NIBBLETYPE a_Result)
71
{
72
m_Result = a_Result;
73
}
74
75
76
Callers
1
LoadCommandBlockFromNBT
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected