diff options
author | Tiger Wang <ziwei.tiger@outlook.com> | 2020-09-23 14:03:06 +0200 |
---|---|---|
committer | Tiger Wang <ziwei.tiger@outlook.com> | 2020-09-25 15:51:57 +0200 |
commit | c158569af3f8303c1c2472490cfd2f5a1f599d35 (patch) | |
tree | 0a9385c0df165af449889cd29cd9dca38c2825eb /src/Blocks/BlockHandler.h | |
parent | Do not call into things we don't own in destructors (diff) | |
download | cuberite-c158569af3f8303c1c2472490cfd2f5a1f599d35.tar cuberite-c158569af3f8303c1c2472490cfd2f5a1f599d35.tar.gz cuberite-c158569af3f8303c1c2472490cfd2f5a1f599d35.tar.bz2 cuberite-c158569af3f8303c1c2472490cfd2f5a1f599d35.tar.lz cuberite-c158569af3f8303c1c2472490cfd2f5a1f599d35.tar.xz cuberite-c158569af3f8303c1c2472490cfd2f5a1f599d35.tar.zst cuberite-c158569af3f8303c1c2472490cfd2f5a1f599d35.zip |
Diffstat (limited to 'src/Blocks/BlockHandler.h')
-rw-r--r-- | src/Blocks/BlockHandler.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/src/Blocks/BlockHandler.h b/src/Blocks/BlockHandler.h index 91362960e..55dbeb5ec 100644 --- a/src/Blocks/BlockHandler.h +++ b/src/Blocks/BlockHandler.h @@ -16,7 +16,6 @@ class cBlockPluginInterface; class cChunkInterface; class cWorldInterface; class cItems; -class BlockTypeRegistry; @@ -235,13 +234,3 @@ protected: BLOCKTYPE m_BlockType; }; - - - - -namespace Temporary -{ - /** Registers all the BlockHandler descendants in the specified registry. - Temporary, since this will later be performed in a plugin that provides the vanilla blocks. */ - void RegisterAllBlockHandlers(BlockTypeRegistry & aRegistry); -}; |