summaryrefslogtreecommitdiffstats
path: root/source/WorldStorage/WSSAnvil.h
diff options
context:
space:
mode:
authormadmaxoft <github@xoft.cz>2013-08-25 21:32:17 +0200
committermadmaxoft <github@xoft.cz>2013-08-25 21:32:17 +0200
commit4bbade9fc6eeeb68644657a0d67f84894dd4a21c (patch)
tree8f6f0e3e67b317b9a2eb7b7503083834013e2128 /source/WorldStorage/WSSAnvil.h
parentAdded a few API accessors to cArrowEntity. (diff)
downloadcuberite-4bbade9fc6eeeb68644657a0d67f84894dd4a21c.tar
cuberite-4bbade9fc6eeeb68644657a0d67f84894dd4a21c.tar.gz
cuberite-4bbade9fc6eeeb68644657a0d67f84894dd4a21c.tar.bz2
cuberite-4bbade9fc6eeeb68644657a0d67f84894dd4a21c.tar.lz
cuberite-4bbade9fc6eeeb68644657a0d67f84894dd4a21c.tar.xz
cuberite-4bbade9fc6eeeb68644657a0d67f84894dd4a21c.tar.zst
cuberite-4bbade9fc6eeeb68644657a0d67f84894dd4a21c.zip
Diffstat (limited to '')
-rw-r--r--source/WorldStorage/WSSAnvil.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/WorldStorage/WSSAnvil.h b/source/WorldStorage/WSSAnvil.h
index 47fda3f7b..b2556ab50 100644
--- a/source/WorldStorage/WSSAnvil.h
+++ b/source/WorldStorage/WSSAnvil.h
@@ -145,6 +145,7 @@ protected:
void LoadMinecartTFromNBT (cEntityList & a_Entities, const cParsedNBT & a_NBT, int a_TagIdx);
void LoadMinecartHFromNBT (cEntityList & a_Entities, const cParsedNBT & a_NBT, int a_TagIdx);
void LoadPickupFromNBT (cEntityList & a_Entities, const cParsedNBT & a_NBT, int a_TagIdx);
+ void LoadArrowFromNBT (cEntityList & a_Entities, const cParsedNBT & a_NBT, int a_TagIdx);
/// Loads entity common data from the NBT compound; returns true if successful
bool LoadEntityBaseFromNBT(cEntity & a_Entity, const cParsedNBT & a_NBT, int a_TagIdx);