diff options
author | Tiger Wang <ziwei.tiger@hotmail.co.uk> | 2014-05-18 23:41:42 +0200 |
---|---|---|
committer | Tiger Wang <ziwei.tiger@hotmail.co.uk> | 2014-05-18 23:41:42 +0200 |
commit | 6167c79e7a822cb14431985a82f4cc5b463e556f (patch) | |
tree | c15864c1c047290ac29745a0e1fd8b00947c029a /src/Entities/Entity.h | |
parent | Merge pull request #1005 from SphinxC0re/LoadPluginfolder (diff) | |
download | cuberite-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.h | 3 |
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); |