summaryrefslogtreecommitdiffstats
path: root/src/Mobs/Mooshroom.h
diff options
context:
space:
mode:
authorTheJumper <maximilian.springer@web.de>2014-02-22 02:11:54 +0100
committerTheJumper <maximilian.springer@web.de>2014-02-22 02:11:54 +0100
commit748a9c60b336f5ffabed9d5f2d86fc757bd3a253 (patch)
treebd142f6b55c547d25a82ff8e786424627d224af8 /src/Mobs/Mooshroom.h
parentMonster.h: Added doxy-comments for drop methods (diff)
downloadcuberite-748a9c60b336f5ffabed9d5f2d86fc757bd3a253.tar
cuberite-748a9c60b336f5ffabed9d5f2d86fc757bd3a253.tar.gz
cuberite-748a9c60b336f5ffabed9d5f2d86fc757bd3a253.tar.bz2
cuberite-748a9c60b336f5ffabed9d5f2d86fc757bd3a253.tar.lz
cuberite-748a9c60b336f5ffabed9d5f2d86fc757bd3a253.tar.xz
cuberite-748a9c60b336f5ffabed9d5f2d86fc757bd3a253.tar.zst
cuberite-748a9c60b336f5ffabed9d5f2d86fc757bd3a253.zip
Diffstat (limited to 'src/Mobs/Mooshroom.h')
-rw-r--r--src/Mobs/Mooshroom.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Mobs/Mooshroom.h b/src/Mobs/Mooshroom.h
index c94301098..16f6c8248 100644
--- a/src/Mobs/Mooshroom.h
+++ b/src/Mobs/Mooshroom.h
@@ -18,6 +18,7 @@ public:
CLASS_PROTODEF(cMooshroom);
virtual void GetDrops(cItems & a_Drops, cEntity * a_Killer = NULL) override;
+ virtual void OnRightClicked(cPlayer & a_Player) override;
virtual const cItem GetFollowedItem(void) const override { return cItem(E_ITEM_WHEAT); }
} ;