summaryrefslogtreecommitdiffstats
path: root/src/Mobs
diff options
context:
space:
mode:
authorHowaner <franzi.moos@googlemail.com>2014-04-28 13:51:22 +0200
committerHowaner <franzi.moos@googlemail.com>2014-04-28 13:51:22 +0200
commit26e935cb2028e041623424d474ccf1b127d55e97 (patch)
treec9d67cb8336f9d47b643fc1ee7c4d3248a8d15f4 /src/Mobs
parentChanged the old invulnerable methods from the wither to the new. (diff)
downloadcuberite-26e935cb2028e041623424d474ccf1b127d55e97.tar
cuberite-26e935cb2028e041623424d474ccf1b127d55e97.tar.gz
cuberite-26e935cb2028e041623424d474ccf1b127d55e97.tar.bz2
cuberite-26e935cb2028e041623424d474ccf1b127d55e97.tar.lz
cuberite-26e935cb2028e041623424d474ccf1b127d55e97.tar.xz
cuberite-26e935cb2028e041623424d474ccf1b127d55e97.tar.zst
cuberite-26e935cb2028e041623424d474ccf1b127d55e97.zip
Diffstat (limited to 'src/Mobs')
-rw-r--r--src/Mobs/Wither.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/Mobs/Wither.h b/src/Mobs/Wither.h
index fbea331d3..81c9df1b1 100644
--- a/src/Mobs/Wither.h
+++ b/src/Mobs/Wither.h
@@ -19,9 +19,6 @@ public:
/** Returns whether the wither is invulnerable to arrows. */
bool IsArmored(void) const;
-
- /** Use the wither the invulnerable from the spawn? */
- bool IsSpawnInvulnerable(void) const { return m_IsSpawnInvulnerable; }
// cEntity overrides
virtual bool Initialize(cWorld * a_World) override;