summaryrefslogtreecommitdiffstats
path: root/src/Entities/Entity.h
diff options
context:
space:
mode:
authorTiger Wang <ziwei.tiger@hotmail.co.uk>2014-05-18 23:41:42 +0200
committerTiger Wang <ziwei.tiger@hotmail.co.uk>2014-05-18 23:41:42 +0200
commit6167c79e7a822cb14431985a82f4cc5b463e556f (patch)
treec15864c1c047290ac29745a0e1fd8b00947c029a /src/Entities/Entity.h
parentMerge pull request #1005 from SphinxC0re/LoadPluginfolder (diff)
downloadcuberite-6167c79e7a822cb14431985a82f4cc5b463e556f.tar
cuberite-6167c79e7a822cb14431985a82f4cc5b463e556f.tar.gz
cuberite-6167c79e7a822cb14431985a82f4cc5b463e556f.tar.bz2
cuberite-6167c79e7a822cb14431985a82f4cc5b463e556f.tar.lz
cuberite-6167c79e7a822cb14431985a82f4cc5b463e556f.tar.xz
cuberite-6167c79e7a822cb14431985a82f4cc5b463e556f.tar.zst
cuberite-6167c79e7a822cb14431985a82f4cc5b463e556f.zip
Diffstat (limited to 'src/Entities/Entity.h')
-rw-r--r--src/Entities/Entity.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Entities/Entity.h b/src/Entities/Entity.h
index df03d635b..d5e7cf5c1 100644
--- a/src/Entities/Entity.h
+++ b/src/Entities/Entity.h
@@ -317,6 +317,9 @@ public:
/// Updates the state related to this entity being on fire
virtual void TickBurning(cChunk & a_Chunk);
+
+ /** Detects the time for application of cacti damage */
+ virtual void DetectCacti(void);
/// Handles when the entity is in the void
virtual void TickInVoid(cChunk & a_Chunk);