MCPcopy 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
103char cItem::GetMaxStackSize(void) const
104{
105 return ItemHandler(m_ItemType)->GetMaxStackSize();
106}
107
108
109

Callers 6

HowManyCanFitMethod · 0.45
AddItemMethod · 0.45
ChangeSlotCountMethod · 0.45
IsFullStackMethod · 0.45
HowManyCanFitMethod · 0.45
AddToBarMethod · 0.45

Calls 1

ItemHandlerFunction · 0.85

Tested by

no test coverage detected