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

Method BroadcastUseBed

src/World.cpp:2149–2152  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2147
2148
2149void cWorld::BroadcastUseBed(const cEntity & a_Entity, int a_BlockX, int a_BlockY, int a_BlockZ)
2150{
2151 m_ChunkMap->BroadcastUseBed(a_Entity, a_BlockX, a_BlockY, a_BlockZ);
2152}
2153
2154
2155

Callers 1

OnUseMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected