summaryrefslogtreecommitdiffstats
path: root/src/WorldStorage/WSSAnvil.h
diff options
context:
space:
mode:
authorTheJumper <maximilian.springer@web.de>2014-02-23 18:13:49 +0100
committerTheJumper <maximilian.springer@web.de>2014-02-23 18:13:49 +0100
commit1afcc255bfe7153dc397970e0ece41d6d48e63be (patch)
treea6c3ea18af891781c4a7e48528e635def25ba98e /src/WorldStorage/WSSAnvil.h
parentFinally corrected the Enchantment constants. (diff)
downloadcuberite-1afcc255bfe7153dc397970e0ece41d6d48e63be.tar
cuberite-1afcc255bfe7153dc397970e0ece41d6d48e63be.tar.gz
cuberite-1afcc255bfe7153dc397970e0ece41d6d48e63be.tar.bz2
cuberite-1afcc255bfe7153dc397970e0ece41d6d48e63be.tar.lz
cuberite-1afcc255bfe7153dc397970e0ece41d6d48e63be.tar.xz
cuberite-1afcc255bfe7153dc397970e0ece41d6d48e63be.tar.zst
cuberite-1afcc255bfe7153dc397970e0ece41d6d48e63be.zip
Diffstat (limited to '')
-rw-r--r--src/WorldStorage/WSSAnvil.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/WorldStorage/WSSAnvil.h b/src/WorldStorage/WSSAnvil.h
index 541371560..6c6444dae 100644
--- a/src/WorldStorage/WSSAnvil.h
+++ b/src/WorldStorage/WSSAnvil.h
@@ -194,6 +194,9 @@ protected:
/// Loads entity common data from the NBT compound; returns true if successful
bool LoadEntityBaseFromNBT(cEntity & a_Entity, const cParsedNBT & a_NBT, int a_TagIdx);
+ /// Loads monster common data from the NBT compound; returns true if successful
+ bool LoadMonsterBaseFromNBT(cMonster & a_Monster, const cParsedNBT & a_NBT, int a_TagIdx);
+
/// Loads projectile common data from the NBT compound; returns true if successful
bool LoadProjectileBaseFromNBT(cProjectileEntity & a_Entity, const cParsedNBT & a_NBT, int a_TagIx);