Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cuberite/cuberite
/ GetMaxStackSize
Method
GetMaxStackSize
src/Item.cpp:103–106 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
101
102
103
char cItem::GetMaxStackSize(void) const
104
{
105
return ItemHandler(m_ItemType)->GetMaxStackSize();
106
}
107
108
109
Callers
6
HowManyCanFit
Method · 0.45
AddItem
Method · 0.45
ChangeSlotCount
Method · 0.45
IsFullStack
Method · 0.45
HowManyCanFit
Method · 0.45
AddToBar
Method · 0.45
Calls
1
ItemHandler
Function · 0.85
Tested by
no test coverage detected