Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cuberite/cuberite
/ SetLastOutput
Method
SetLastOutput
src/BlockEntities/CommandBlockEntity.cpp:60–64 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
58
59
60
void cCommandBlockEntity::SetLastOutput(const AString & a_LastOut)
61
{
62
m_World->BroadcastBlockEntity(GetPosX(), GetPosY(), GetPosZ());
63
m_LastOutput = a_LastOut;
64
}
65
66
67
Callers
2
Out
Method · 0.80
LoadCommandBlockFromNBT
Method · 0.80
Calls
1
BroadcastBlockEntity
Method · 0.45
Tested by
no test coverage detected