diff options
author | TheJumper <maximilian.springer@web.de> | 2014-02-23 19:35:56 +0100 |
---|---|---|
committer | TheJumper <maximilian.springer@web.de> | 2014-02-23 19:35:56 +0100 |
commit | 2f59517023765e8f5d5555adacafd146729ab071 (patch) | |
tree | bb5202265e994a69e16041a86e8199563ee6e940 /src/Mobs/Mooshroom.h | |
parent | Added static Enchantment Constants, Replaced cryptic Looting ID (diff) | |
download | cuberite-2f59517023765e8f5d5555adacafd146729ab071.tar cuberite-2f59517023765e8f5d5555adacafd146729ab071.tar.gz cuberite-2f59517023765e8f5d5555adacafd146729ab071.tar.bz2 cuberite-2f59517023765e8f5d5555adacafd146729ab071.tar.lz cuberite-2f59517023765e8f5d5555adacafd146729ab071.tar.xz cuberite-2f59517023765e8f5d5555adacafd146729ab071.tar.zst cuberite-2f59517023765e8f5d5555adacafd146729ab071.zip |
Diffstat (limited to '')
-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); } } ; |