summaryrefslogtreecommitdiffstats
path: root/src/Mobs/Enderman.h
diff options
context:
space:
mode:
authorTiger Wang <ziwei.tiger@outlook.com>2020-12-18 21:49:36 +0100
committerTiger Wang <ziwei.tiger@outlook.com>2020-12-21 14:52:23 +0100
commit5b6bed6b00a4337092920684461328901c4cb6f0 (patch)
treeb424ec3bc0352746a1cc154fdcc0286451bf414e /src/Mobs/Enderman.h
parentMonsters: improve targeting (diff)
downloadcuberite-5b6bed6b00a4337092920684461328901c4cb6f0.tar
cuberite-5b6bed6b00a4337092920684461328901c4cb6f0.tar.gz
cuberite-5b6bed6b00a4337092920684461328901c4cb6f0.tar.bz2
cuberite-5b6bed6b00a4337092920684461328901c4cb6f0.tar.lz
cuberite-5b6bed6b00a4337092920684461328901c4cb6f0.tar.xz
cuberite-5b6bed6b00a4337092920684461328901c4cb6f0.tar.zst
cuberite-5b6bed6b00a4337092920684461328901c4cb6f0.zip
Diffstat (limited to 'src/Mobs/Enderman.h')
-rw-r--r--src/Mobs/Enderman.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/Mobs/Enderman.h b/src/Mobs/Enderman.h
index a4864a7f1..1e2a6f52e 100644
--- a/src/Mobs/Enderman.h
+++ b/src/Mobs/Enderman.h
@@ -27,9 +27,6 @@ public:
BLOCKTYPE GetCarriedBlock(void) const {return m_CarriedBlock; }
NIBBLETYPE GetCarriedMeta(void) const {return m_CarriedMeta; }
- /** Returns if the current sky light level is sufficient for the enderman to become aggravated */
- bool CheckLight(void);
-
private:
bool m_bIsScreaming;