summaryrefslogtreecommitdiffstats
path: root/src/Mobs/PassiveMonster.h
diff options
context:
space:
mode:
authorLogicParrot <LogicParrot@users.noreply.github.com>2017-08-22 14:43:34 +0200
committerLogicParrot <LogicParrot@users.noreply.github.com>2017-08-22 19:55:30 +0200
commita04ad8f02f6b3babf78963dbb0a2d227918f0a35 (patch)
tree0df8eae42f1589a1c8e25b492dc80484597a59b3 /src/Mobs/PassiveMonster.h
parentd (diff)
downloadcuberite-a04ad8f02f6b3babf78963dbb0a2d227918f0a35.tar
cuberite-a04ad8f02f6b3babf78963dbb0a2d227918f0a35.tar.gz
cuberite-a04ad8f02f6b3babf78963dbb0a2d227918f0a35.tar.bz2
cuberite-a04ad8f02f6b3babf78963dbb0a2d227918f0a35.tar.lz
cuberite-a04ad8f02f6b3babf78963dbb0a2d227918f0a35.tar.xz
cuberite-a04ad8f02f6b3babf78963dbb0a2d227918f0a35.tar.zst
cuberite-a04ad8f02f6b3babf78963dbb0a2d227918f0a35.zip
Diffstat (limited to '')
-rw-r--r--src/Mobs/PassiveMonster.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Mobs/PassiveMonster.h b/src/Mobs/PassiveMonster.h
index 1ab6d27e3..e95db755f 100644
--- a/src/Mobs/PassiveMonster.h
+++ b/src/Mobs/PassiveMonster.h
@@ -25,6 +25,8 @@ public:
virtual void Destroyed(void) override;
+ virtual cBehaviorBreeder * GetBehaviorBreeder() override;
+ virtual const cBehaviorBreeder * GetBehaviorBreeder() const override;
private:
cBehaviorBreeder m_BehaviorBreeder;
cBehaviorItemFollower m_BehaviorItemFollower;