MCPcopy Create free account
hub / github.com/Hopson97/MineCraft-One-Week-Challenge / getNumInStack

Method getNumInStack

Source/Item/ItemStack.cpp:33–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31}
32
33int ItemStack::getNumInStack() const
34{
35 return m_numInStack;
36}
37
38const Material &ItemStack::getMaterial() const
39{

Callers 1

drawMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected