diff options
author | madmaxoft <github@xoft.cz> | 2013-10-23 12:09:11 +0200 |
---|---|---|
committer | madmaxoft <github@xoft.cz> | 2013-10-23 12:09:11 +0200 |
commit | b8a27932286a4626b1b202a7f521d609073c1ea9 (patch) | |
tree | 4169dcaa68ff742d78dc110d9dd8ac8ae6f7df21 /source/BlockEntities/HopperEntity.h | |
parent | Fixed cDropSpenserEntity bindings generating an extra var. (diff) | |
download | cuberite-b8a27932286a4626b1b202a7f521d609073c1ea9.tar cuberite-b8a27932286a4626b1b202a7f521d609073c1ea9.tar.gz cuberite-b8a27932286a4626b1b202a7f521d609073c1ea9.tar.bz2 cuberite-b8a27932286a4626b1b202a7f521d609073c1ea9.tar.lz cuberite-b8a27932286a4626b1b202a7f521d609073c1ea9.tar.xz cuberite-b8a27932286a4626b1b202a7f521d609073c1ea9.tar.zst cuberite-b8a27932286a4626b1b202a7f521d609073c1ea9.zip |
Diffstat (limited to '')
-rw-r--r-- | source/BlockEntities/HopperEntity.h | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/source/BlockEntities/HopperEntity.h b/source/BlockEntities/HopperEntity.h index 9e69f15c3..1a7650581 100644 --- a/source/BlockEntities/HopperEntity.h +++ b/source/BlockEntities/HopperEntity.h @@ -38,15 +38,12 @@ public: /// Constructor used for normal operation cHopperEntity(int a_BlockX, int a_BlockY, int a_BlockZ, cWorld * a_World); - // tolua_begin - /** Returns the block coords of the block receiving the output items, based on the meta - Returns false if unattached + Returns false if unattached. + Exported in ManualBindings.cpp */ bool GetOutputBlockPos(NIBBLETYPE a_BlockMeta, int & a_OutputX, int & a_OutputY, int & a_OutputZ); - // tolua_end - static const char * GetClassStatic(void) { return "cHopperEntity"; } protected: |