summaryrefslogtreecommitdiffstats
path: root/source/Enchantments.cpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--source/Enchantments.cpp9
1 files changed, 9 insertions, 0 deletions
diff --git a/source/Enchantments.cpp b/source/Enchantments.cpp
index 4802db3f7..57079b734 100644
--- a/source/Enchantments.cpp
+++ b/source/Enchantments.cpp
@@ -194,6 +194,15 @@ int cEnchantments::StringToEnchantmentID(const AString & a_EnchantmentName)
+bool cEnchantments::operator ==(const cEnchantments & a_Other) const
+{
+ return m_Enchantments == a_Other.m_Enchantments;
+}
+
+
+
+
+
void cEnchantments::WriteToNBTCompound(cFastNBTWriter & a_Writer, const AString & a_ListTagName) const
{
// Write the enchantments into the specified NBT writer