diff options
author | faketruth <faketruth@0a769ca7-a7f5-676a-18bf-c427514a06d6> | 2013-02-03 00:55:29 +0100 |
---|---|---|
committer | faketruth <faketruth@0a769ca7-a7f5-676a-18bf-c427514a06d6> | 2013-02-03 00:55:29 +0100 |
commit | fdcad8a72d6f66d62dcd5893f9ba7bf421043a61 (patch) | |
tree | c7e8d5fa8c358e36c50b197204a29fdaa7475da8 /source/ChestEntity.h | |
parent | Moved BioGen parameter reading from cComposableGenrator into each BioGen itself (diff) | |
download | cuberite-fdcad8a72d6f66d62dcd5893f9ba7bf421043a61.tar cuberite-fdcad8a72d6f66d62dcd5893f9ba7bf421043a61.tar.gz cuberite-fdcad8a72d6f66d62dcd5893f9ba7bf421043a61.tar.bz2 cuberite-fdcad8a72d6f66d62dcd5893f9ba7bf421043a61.tar.lz cuberite-fdcad8a72d6f66d62dcd5893f9ba7bf421043a61.tar.xz cuberite-fdcad8a72d6f66d62dcd5893f9ba7bf421043a61.tar.zst cuberite-fdcad8a72d6f66d62dcd5893f9ba7bf421043a61.zip |
Diffstat (limited to '')
-rw-r--r-- | source/ChestEntity.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source/ChestEntity.h b/source/ChestEntity.h index 78746cfdf..cef53f037 100644 --- a/source/ChestEntity.h +++ b/source/ChestEntity.h @@ -31,6 +31,8 @@ public: virtual ~cChestEntity(); virtual void Destroy(); + static const char * GetClassStatic() { return "cChestEntity"; } + const cItem * GetSlot(int a_Slot) const; // tolua_export void SetSlot(int a_Slot, const cItem & a_Item ); // tolua_export |