Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cuberite/cuberite
/ IsFullStack
Method
IsFullStack
src/Item.cpp:94–97 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
92
93
94
bool cItem::IsFullStack(void) const
95
{
96
return (m_ItemCount >= ItemHandler(m_ItemType)->GetMaxStackSize());
97
}
98
99
100
Callers
4
TrySuckPickupIn
Method · 0.80
MoveItemsToSlot
Method · 0.80
CanCookInputToOutput
Method · 0.80
CollectItemsToHand
Method · 0.80
Calls
2
ItemHandler
Function · 0.85
GetMaxStackSize
Method · 0.45
Tested by
no test coverage detected