diff options
author | planetx <pat.moss@planetx.com> | 2014-12-08 17:22:40 +0100 |
---|---|---|
committer | planetx <pat.moss@planetx.com> | 2014-12-08 17:22:40 +0100 |
commit | a1da0e720503696a69adc5c4a06e2fa5fbd87f17 (patch) | |
tree | f62278601d2c4d69383eb4225a39451d2722080d /src/WorldStorage/WSSAnvil.h | |
parent | Added Timestamp info to chunks in WSSAnvil (diff) | |
download | cuberite-a1da0e720503696a69adc5c4a06e2fa5fbd87f17.tar cuberite-a1da0e720503696a69adc5c4a06e2fa5fbd87f17.tar.gz cuberite-a1da0e720503696a69adc5c4a06e2fa5fbd87f17.tar.bz2 cuberite-a1da0e720503696a69adc5c4a06e2fa5fbd87f17.tar.lz cuberite-a1da0e720503696a69adc5c4a06e2fa5fbd87f17.tar.xz cuberite-a1da0e720503696a69adc5c4a06e2fa5fbd87f17.tar.zst cuberite-a1da0e720503696a69adc5c4a06e2fa5fbd87f17.zip |
Diffstat (limited to 'src/WorldStorage/WSSAnvil.h')
-rwxr-xr-x | src/WorldStorage/WSSAnvil.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/WorldStorage/WSSAnvil.h b/src/WorldStorage/WSSAnvil.h index 8836c12ad..974ba932e 100755 --- a/src/WorldStorage/WSSAnvil.h +++ b/src/WorldStorage/WSSAnvil.h @@ -81,7 +81,6 @@ protected: unsigned m_Header[MCA_MAX_CHUNKS]; // Chunk timestamps, following the chunk headers - unsigned m_TimeStamps[MCA_MAX_CHUNKS]; /// Finds a free location large enough to hold a_Data. Gets a hint of the chunk coords, places the data there if it fits. Returns the sector number. @@ -150,6 +149,7 @@ protected: cBlockEntity * LoadDropperFromNBT (const cParsedNBT & a_NBT, int a_TagIdx, int a_BlockX, int a_BlockY, int a_BlockZ); cBlockEntity * LoadFlowerPotFromNBT (const cParsedNBT & a_NBT, int a_TagIdx, int a_BlockX, int a_BlockY, int a_BlockZ); cBlockEntity * LoadFurnaceFromNBT (const cParsedNBT & a_NBT, int a_TagIdx, int a_BlockX, int a_BlockY, int a_BlockZ, BLOCKTYPE a_BlockType, NIBBLETYPE a_BlockMeta); + cBlockEntity * LoadMobSpawnerFromNBT (const cParsedNBT & a_NBT, int a_TagIdx, int a_BlockX, int a_BlockY, int a_BlockZ); cBlockEntity * LoadHopperFromNBT (const cParsedNBT & a_NBT, int a_TagIdx, int a_BlockX, int a_BlockY, int a_BlockZ); cBlockEntity * LoadJukeboxFromNBT (const cParsedNBT & a_NBT, int a_TagIdx, int a_BlockX, int a_BlockY, int a_BlockZ); cBlockEntity * LoadMobHeadFromNBT (const cParsedNBT & a_NBT, int a_TagIdx, int a_BlockX, int a_BlockY, int a_BlockZ); |