MCPcopy Create free account
hub / github.com/cuberite/cuberite / HandleUpdateSign

Method HandleUpdateSign

src/ClientHandle.cpp:1324–1332  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1322
1323
1324void cClientHandle::HandleUpdateSign(
1325 int a_BlockX, int a_BlockY, int a_BlockZ,
1326 const AString & a_Line1, const AString & a_Line2,
1327 const AString & a_Line3, const AString & a_Line4
1328)
1329{
1330 cWorld * World = m_Player->GetWorld();
1331 World->UpdateSign(a_BlockX, a_BlockY, a_BlockZ, a_Line1, a_Line2, a_Line3, a_Line4, m_Player);
1332}
1333
1334
1335

Callers 2

ParseUpdateSignMethod · 0.80

Calls 2

UpdateSignMethod · 0.80
GetWorldMethod · 0.45

Tested by

no test coverage detected