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

Function ItemToString

src/BlockID.cpp:227–230  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

225
226
227AString ItemToString(const cItem & a_Item)
228{
229 return gsBlockIDMap.Desolve(a_Item.m_ItemType, a_Item.m_ItemDamage);
230}
231
232
233

Callers 4

ItemToFullStringFunction · 0.85
OnNextBlockMethod · 0.85
HandleWindowClickMethod · 0.85
SimulateChunkMethod · 0.85

Calls 1

DesolveMethod · 0.80

Tested by

no test coverage detected