From dcc3af0704f63caefd39d8488f8c6ff28c208bfd Mon Sep 17 00:00:00 2001 From: "madmaxoft@gmail.com" Date: Tue, 4 Jun 2013 11:54:44 +0000 Subject: Added cItem copy-constructor to Lua API, made cItem::IsEqual() and IsStackable() enchantment-aware git-svn-id: http://mc-server.googlecode.com/svn/trunk@1546 0a769ca7-a7f5-676a-18bf-c427514a06d6 --- source/Enchantments.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'source/Enchantments.h') diff --git a/source/Enchantments.h b/source/Enchantments.h index 002626413..0b720c4e1 100644 --- a/source/Enchantments.h +++ b/source/Enchantments.h @@ -87,6 +87,9 @@ public: /// Converts enchantment name to the numeric representation; returns -1 if enchantment name not found; case insensitive static int StringToEnchantmentID(const AString & a_EnchantmentName); + /// Returns true if a_Other contains exactly the same enchantments and levels + bool operator ==(const cEnchantments & a_Other) const; + // tolua_end /// Writes the enchantments into the specified NBT writer; begins with the LIST tag of the specified name ("ench" or "StoredEnchantments") -- cgit v1.2.3