MCPcopy 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
94bool cItem::IsFullStack(void) const
95{
96 return (m_ItemCount >= ItemHandler(m_ItemType)->GetMaxStackSize());
97}
98
99
100

Callers 4

TrySuckPickupInMethod · 0.80
MoveItemsToSlotMethod · 0.80
CanCookInputToOutputMethod · 0.80
CollectItemsToHandMethod · 0.80

Calls 2

ItemHandlerFunction · 0.85
GetMaxStackSizeMethod · 0.45

Tested by

no test coverage detected