MCPcopy Create free account
hub / github.com/cuberite/cuberite / SetInventorySlot

Method SetInventorySlot

src/Inventory.cpp:228–231  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

226
227
228void cInventory::SetInventorySlot(int a_InventorySlotNum, const cItem & a_Item)
229{
230 m_InventorySlots.SetSlot(a_InventorySlotNum, a_Item);
231}
232
233
234

Callers

nothing calls this directly

Calls 1

SetSlotMethod · 0.45

Tested by

no test coverage detected