MCPcopy 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
60void 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

OutMethod · 0.80

Calls 1

BroadcastBlockEntityMethod · 0.45

Tested by

no test coverage detected