diff options
author | TheJumper <maximilian.springer@web.de> | 2014-02-22 02:11:54 +0100 |
---|---|---|
committer | TheJumper <maximilian.springer@web.de> | 2014-02-22 02:11:54 +0100 |
commit | 748a9c60b336f5ffabed9d5f2d86fc757bd3a253 (patch) | |
tree | bd142f6b55c547d25a82ff8e786424627d224af8 /src/Mobs/Mooshroom.h | |
parent | Monster.h: Added doxy-comments for drop methods (diff) | |
download | cuberite-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.h | 1 |
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); } } ; |