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

Method SetHotbarSlot

src/Inventory.cpp:237–240  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

235
236
237void cInventory::SetHotbarSlot(int a_HotBarSlotNum, const cItem & a_Item)
238{
239 m_HotbarSlots.SetSlot(a_HotBarSlotNum, a_Item);
240}
241
242
243

Callers

nothing calls this directly

Calls 1

SetSlotMethod · 0.45

Tested by

no test coverage detected