Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
227
AString ItemToString(const cItem & a_Item)
228
{
229
return gsBlockIDMap.Desolve(a_Item.m_ItemType, a_Item.m_ItemDamage);
230
}
231
232
233
Callers
4
ItemToFullString
Function · 0.85
OnNextBlock
Method · 0.85
HandleWindowClick
Method · 0.85
SimulateChunk
Method · 0.85
Calls
1
Desolve
Method · 0.80
Tested by
no test coverage detected