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

Method OnDiggingBlock

src/Items/ItemHandler.cpp:272–283  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

270
271
272bool cItemHandler::OnDiggingBlock(cWorld * a_World, cPlayer * a_Player, const cItem & a_Item, int a_BlockX, int a_BlockY, int a_BlockZ, eBlockFace a_Dir)
273{
274 UNUSED(a_World);
275 UNUSED(a_Player);
276 UNUSED(a_Item);
277 UNUSED(a_BlockX);
278 UNUSED(a_BlockY);
279 UNUSED(a_BlockZ);
280 UNUSED(a_Dir);
281
282 return false;
283}
284
285
286

Callers 1

HandleBlockDigStartedMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected