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

Function ItemToFullString

src/BlockID.cpp:245–250  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

243
244
245AString ItemToFullString(const cItem & a_Item)
246{
247 AString res;
248 Printf(res, "%s:%d * %d", ItemToString(a_Item).c_str(), a_Item.m_ItemDamage, a_Item.m_ItemCount);
249 return res;
250}
251
252
253

Callers 4

HandleRightClickMethod · 0.85
ParseWindowClickMethod · 0.85
HandlePressurePlateMethod · 0.85
ClickedMethod · 0.85

Calls 3

PrintfFunction · 0.85
ItemToStringFunction · 0.85
c_strMethod · 0.80

Tested by

no test coverage detected