diff options
author | daniel0916 <theschokolps@gmail.com> | 2014-01-31 19:46:51 +0100 |
---|---|---|
committer | daniel0916 <theschokolps@gmail.com> | 2014-01-31 19:46:51 +0100 |
commit | 36120db400691be75199ff404e35f5c289b8818f (patch) | |
tree | 0547d366be14b96a961331de0f93ae86ff0fa4ae /src/Item.h | |
parent | removed hook from enchanting commit (diff) | |
download | cuberite-36120db400691be75199ff404e35f5c289b8818f.tar cuberite-36120db400691be75199ff404e35f5c289b8818f.tar.gz cuberite-36120db400691be75199ff404e35f5c289b8818f.tar.bz2 cuberite-36120db400691be75199ff404e35f5c289b8818f.tar.lz cuberite-36120db400691be75199ff404e35f5c289b8818f.tar.xz cuberite-36120db400691be75199ff404e35f5c289b8818f.tar.zst cuberite-36120db400691be75199ff404e35f5c289b8818f.zip |
Diffstat (limited to '')
-rw-r--r-- | src/Item.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Item.h b/src/Item.h index 727965112..1a070eafd 100644 --- a/src/Item.h +++ b/src/Item.h @@ -169,6 +169,9 @@ public: /// Returns true if the specified item type is enchantable (as per 1.2.5 protocol requirements) static bool IsEnchantable(short a_ItemType); + /** Fills a_Enchantments with the list of enchantments applicable to the specified item type */ + static void cItem::GetApplicableEnchantmentsForType(short a_ItemType, cEnchantmentsArray & a_Enchantments); + // tolua_begin short m_ItemType; |