diff options
author | Hownaer <franzi.moos@googlemail.com> | 2014-08-28 18:18:21 +0200 |
---|---|---|
committer | Hownaer <franzi.moos@googlemail.com> | 2014-08-28 18:18:21 +0200 |
commit | 4ff34b9f10368587b7d7ade58977fb8ec7692d73 (patch) | |
tree | 39ad5da159158b792a6de3fe05a480958c0229ca /src/Item.h | |
parent | Added comments. (diff) | |
download | cuberite-4ff34b9f10368587b7d7ade58977fb8ec7692d73.tar cuberite-4ff34b9f10368587b7d7ade58977fb8ec7692d73.tar.gz cuberite-4ff34b9f10368587b7d7ade58977fb8ec7692d73.tar.bz2 cuberite-4ff34b9f10368587b7d7ade58977fb8ec7692d73.tar.lz cuberite-4ff34b9f10368587b7d7ade58977fb8ec7692d73.tar.xz cuberite-4ff34b9f10368587b7d7ade58977fb8ec7692d73.tar.zst cuberite-4ff34b9f10368587b7d7ade58977fb8ec7692d73.zip |
Diffstat (limited to '')
-rw-r--r-- | src/Item.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Item.h b/src/Item.h index 61011d861..316928b9e 100644 --- a/src/Item.h +++ b/src/Item.h @@ -183,7 +183,7 @@ public: /** Loads the item data from JSON representation */ void FromJson(const Json::Value & a_Value); - /** Returns true if the specified item type is enchantable (as per 1.2.5 protocol requirements) */ + /** Returns true if the specified item type is enchantable. */ static bool IsEnchantable(short a_ItemType, bool a_WithBook = false); // tolua_export /** Returns the enchantability of the item. When the item hasn't a enchantability, it will returns 0 */ |