mirror of
https://github.com/MCLCE/MinecraftConsoles.git
synced 2026-09-24 16:00:55 +00:00
@@ -7,6 +7,6 @@ class BookItem : public Item
|
||||
public:
|
||||
BookItem(int id);
|
||||
|
||||
bool isEnchantable(std::shared_ptr<ItemInstance> itemInstance);
|
||||
bool isEnchantable(shared_ptr<ItemInstance> itemInstance);
|
||||
int getEnchantmentValue();
|
||||
};
|
||||
Reference in New Issue
Block a user