summaryrefslogtreecommitdiffstats
path: root/src/BlockEntities/HopperEntity.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/BlockEntities/HopperEntity.h9
1 files changed, 1 insertions, 8 deletions
diff --git a/src/BlockEntities/HopperEntity.h b/src/BlockEntities/HopperEntity.h
index ff21471b6..366eb8e9e 100644
--- a/src/BlockEntities/HopperEntity.h
+++ b/src/BlockEntities/HopperEntity.h
@@ -26,6 +26,7 @@ class cHopperEntity :
// tolua_begin
public:
+
enum
{
ContentsHeight = 1,
@@ -33,12 +34,8 @@ public:
TICKS_PER_TRANSFER = 8, ///< How many ticks at minimum between two item transfers to or from the hopper
} ;
-
-
// tolua_end
- BLOCKENTITY_PROTODEF(cHopperEntity)
-
/** Constructor used for normal operation */
cHopperEntity(BLOCKTYPE a_BlockType, NIBBLETYPE a_BlockMeta, Vector3i a_Pos, cWorld * a_World);
@@ -100,7 +97,3 @@ private:
bool m_Locked;
} ; // tolua_export
-
-
-
-