diff options
author | Tiger Wang <ziwei.tiger@outlook.com> | 2020-08-28 22:40:40 +0200 |
---|---|---|
committer | Tiger Wang <ziwei.tiger@outlook.com> | 2020-08-28 22:40:40 +0200 |
commit | be121f9e80290fb3ad126a6f063784161e516fd0 (patch) | |
tree | 30c4fbf7db90e64c7df10e9b67882601dee4b355 /src/WorldStorage/WSSAnvil.h | |
parent | WorldStorage: Removed unused callback parameters (diff) | |
download | cuberite-be121f9e80290fb3ad126a6f063784161e516fd0.tar cuberite-be121f9e80290fb3ad126a6f063784161e516fd0.tar.gz cuberite-be121f9e80290fb3ad126a6f063784161e516fd0.tar.bz2 cuberite-be121f9e80290fb3ad126a6f063784161e516fd0.tar.lz cuberite-be121f9e80290fb3ad126a6f063784161e516fd0.tar.xz cuberite-be121f9e80290fb3ad126a6f063784161e516fd0.tar.zst cuberite-be121f9e80290fb3ad126a6f063784161e516fd0.zip |
Diffstat (limited to 'src/WorldStorage/WSSAnvil.h')
-rwxr-xr-x | src/WorldStorage/WSSAnvil.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/WorldStorage/WSSAnvil.h b/src/WorldStorage/WSSAnvil.h index 8c3fda2d7..7684fd81b 100755 --- a/src/WorldStorage/WSSAnvil.h +++ b/src/WorldStorage/WSSAnvil.h @@ -163,6 +163,7 @@ protected: OwnedBlockEntity LoadCommandBlockFromNBT(const cParsedNBT & a_NBT, int a_TagIdx, BLOCKTYPE a_BlockType, NIBBLETYPE a_BlockMeta, Vector3i a_Pos); OwnedBlockEntity LoadDispenserFromNBT (const cParsedNBT & a_NBT, int a_TagIdx, BLOCKTYPE a_BlockType, NIBBLETYPE a_BlockMeta, Vector3i a_Pos); OwnedBlockEntity LoadDropperFromNBT (const cParsedNBT & a_NBT, int a_TagIdx, BLOCKTYPE a_BlockType, NIBBLETYPE a_BlockMeta, Vector3i a_Pos); + OwnedBlockEntity LoadEnderChestFromNBT (const cParsedNBT & a_NBT, int a_TagIdx, BLOCKTYPE a_BlockType, NIBBLETYPE a_BlockMeta, Vector3i a_Pos); OwnedBlockEntity LoadFlowerPotFromNBT (const cParsedNBT & a_NBT, int a_TagIdx, BLOCKTYPE a_BlockType, NIBBLETYPE a_BlockMeta, Vector3i a_Pos); OwnedBlockEntity LoadFurnaceFromNBT (const cParsedNBT & a_NBT, int a_TagIdx, BLOCKTYPE a_BlockType, NIBBLETYPE a_BlockMeta, Vector3i a_Pos); OwnedBlockEntity LoadHopperFromNBT (const cParsedNBT & a_NBT, int a_TagIdx, BLOCKTYPE a_BlockType, NIBBLETYPE a_BlockMeta, Vector3i a_Pos); |