diff options
author | Tiger Wang <ziwei.tiger@outlook.com> | 2020-08-04 19:39:47 +0200 |
---|---|---|
committer | Tiger Wang <ziwei.tiger@outlook.com> | 2020-08-04 19:39:47 +0200 |
commit | 501702065b7daf25f06ff8d13dd83abb0fe17b9f (patch) | |
tree | 84d9b41455380fc576a9caec060112195d37dec7 /tests/LuaThreadStress | |
parent | Simply Y-check in door handler (diff) | |
download | cuberite-501702065b7daf25f06ff8d13dd83abb0fe17b9f.tar cuberite-501702065b7daf25f06ff8d13dd83abb0fe17b9f.tar.gz cuberite-501702065b7daf25f06ff8d13dd83abb0fe17b9f.tar.bz2 cuberite-501702065b7daf25f06ff8d13dd83abb0fe17b9f.tar.lz cuberite-501702065b7daf25f06ff8d13dd83abb0fe17b9f.tar.xz cuberite-501702065b7daf25f06ff8d13dd83abb0fe17b9f.tar.zst cuberite-501702065b7daf25f06ff8d13dd83abb0fe17b9f.zip |
Diffstat (limited to '')
-rw-r--r-- | tests/LuaThreadStress/Stubs.cpp | 18 |
1 files changed, 1 insertions, 17 deletions
diff --git a/tests/LuaThreadStress/Stubs.cpp b/tests/LuaThreadStress/Stubs.cpp index 99f500cf7..db0e8826a 100644 --- a/tests/LuaThreadStress/Stubs.cpp +++ b/tests/LuaThreadStress/Stubs.cpp @@ -166,23 +166,7 @@ void cBlockHandler::OnUpdate(cChunkInterface & a_ChunkInterface, cWorldInterface -void cBlockHandler::OnPlacedByPlayer(cChunkInterface & a_ChunkInterface, cWorldInterface & a_WorldInterface, cPlayer & a_Player, const sSetBlock & a_BlockChange) -{ -} - - - - - -void cBlockHandler::OnPlaced(cChunkInterface & a_ChunkInterface, cWorldInterface & a_WorldInterface, Vector3i a_BlockPos, BLOCKTYPE a_BlockType, NIBBLETYPE a_BlockMeta) -{ -} - - - - - -void cBlockHandler::OnBroken(cChunkInterface & a_ChunkInterface, cWorldInterface & a_WorldInterface, Vector3i a_BlockPos, BLOCKTYPE a_OldBlockType, NIBBLETYPE a_OldBlockMeta) +void cBlockHandler::OnNeighborChanged(cChunkInterface & a_ChunkInterface, Vector3i a_BlockPos, eBlockFace a_WhichNeighbor) { } |