diff options
author | madmaxoft <github@xoft.cz> | 2014-08-03 22:03:48 +0200 |
---|---|---|
committer | madmaxoft <github@xoft.cz> | 2014-08-03 22:04:52 +0200 |
commit | 3136fc6246a6e0c3ab19eb3dddb1badc7c427ee3 (patch) | |
tree | 1af0928bd5e51e38c459aca0e60c8ae4f1ea21fe /src/WorldStorage/WSSAnvil.h | |
parent | Debuggers: Added a Name-from-UUID cMojangAPI test. (diff) | |
download | cuberite-3136fc6246a6e0c3ab19eb3dddb1badc7c427ee3.tar cuberite-3136fc6246a6e0c3ab19eb3dddb1badc7c427ee3.tar.gz cuberite-3136fc6246a6e0c3ab19eb3dddb1badc7c427ee3.tar.bz2 cuberite-3136fc6246a6e0c3ab19eb3dddb1badc7c427ee3.tar.lz cuberite-3136fc6246a6e0c3ab19eb3dddb1badc7c427ee3.tar.xz cuberite-3136fc6246a6e0c3ab19eb3dddb1badc7c427ee3.tar.zst cuberite-3136fc6246a6e0c3ab19eb3dddb1badc7c427ee3.zip |
Diffstat (limited to 'src/WorldStorage/WSSAnvil.h')
-rw-r--r-- | src/WorldStorage/WSSAnvil.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/WorldStorage/WSSAnvil.h b/src/WorldStorage/WSSAnvil.h index f8eeb8247..a41268f4c 100644 --- a/src/WorldStorage/WSSAnvil.h +++ b/src/WorldStorage/WSSAnvil.h @@ -21,6 +21,7 @@ class cItemGrid; class cProjectileEntity; class cHangingEntity; +class cWolf; @@ -201,6 +202,9 @@ protected: void LoadZombieFromNBT (cEntityList & a_Entities, const cParsedNBT & a_NBT, int a_TagIdx); void LoadPigZombieFromNBT (cEntityList & a_Entities, const cParsedNBT & a_NBT, int a_TagIdx); + /** Loads the wolf's owner information from the NBT into the specified wolf entity. */ + void LoadWolfOwner(cWolf & a_Wolf, 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); |