1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-12-30 18:05:29 +01:00

Wieldhand: Allow overriding the hand

This commit is contained in:
TeTpaAka
2015-06-25 13:06:49 +02:00
committed by paramat
parent e4ee6548af
commit 785a9a6c1a
6 changed files with 64 additions and 4 deletions

View File

@@ -251,6 +251,8 @@ public:
const Inventory* getInventory() const;
InventoryLocation getInventoryLocation() const;
std::string getWieldList() const;
ItemStack getWieldedItem() const;
bool setWieldedItem(const ItemStack &item);
int getWieldIndex() const;
void setWieldIndex(int i);