diff options
Diffstat (limited to '')
-rw-r--r-- | src/Mobs/Enderman.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Mobs/Enderman.h b/src/Mobs/Enderman.h index 54859c2cd..c9ffbeaba 100644 --- a/src/Mobs/Enderman.h +++ b/src/Mobs/Enderman.h @@ -29,6 +29,8 @@ public: /** Returns if the current sky light level is sufficient for the enderman to become aggravated */ bool CheckLight(void); + /** Returns if the enderman gets hit by the rain */ + bool CheckRain(void); private: |