diff options
author | Alexander Harkness <bearbin@gmail.com> | 2014-05-19 15:01:50 +0200 |
---|---|---|
committer | Alexander Harkness <bearbin@gmail.com> | 2014-05-19 15:01:50 +0200 |
commit | 1de4408a1809a312f4c63065d6538a422c6a9326 (patch) | |
tree | c93b4e6e9b28b9a80e87252a3ef0de19dbb8868e /src/Entities/Entity.h | |
parent | There's no "round" function in MSVC2008. (diff) | |
parent | Derp (diff) | |
download | cuberite-1de4408a1809a312f4c63065d6538a422c6a9326.tar cuberite-1de4408a1809a312f4c63065d6538a422c6a9326.tar.gz cuberite-1de4408a1809a312f4c63065d6538a422c6a9326.tar.bz2 cuberite-1de4408a1809a312f4c63065d6538a422c6a9326.tar.lz cuberite-1de4408a1809a312f4c63065d6538a422c6a9326.tar.xz cuberite-1de4408a1809a312f4c63065d6538a422c6a9326.tar.zst cuberite-1de4408a1809a312f4c63065d6538a422c6a9326.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 a111b128d..0c393c0f5 100644 --- a/src/Entities/Entity.h +++ b/src/Entities/Entity.h @@ -320,6 +320,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); |