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

Method OnCancelRightClick

src/Blocks/BlockComparator.h:30–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28
29
30 virtual void OnCancelRightClick(cChunkInterface & a_ChunkInterface, cWorldInterface & a_WorldInterface, cPlayer * a_Player, int a_BlockX, int a_BlockY, int a_BlockZ, eBlockFace a_BlockFace) override
31 {
32 UNUSED(a_ChunkInterface);
33 a_WorldInterface.SendBlockTo(a_BlockX, a_BlockY, a_BlockZ, a_Player);
34 }
35
36
37 virtual void ConvertToPickups(cItems & a_Pickups, NIBBLETYPE a_BlockMeta) override

Callers

nothing calls this directly

Calls 1

SendBlockToMethod · 0.45

Tested by

no test coverage detected