diff options
author | LogicParrot <LogicParrot@users.noreply.github.com> | 2017-08-25 13:53:20 +0200 |
---|---|---|
committer | LogicParrot <LogicParrot@users.noreply.github.com> | 2017-08-25 13:53:20 +0200 |
commit | 42d3c615fe6b30111cb741b85cde9441d9d5a39b (patch) | |
tree | 9ab2905dacf583dd81243cc532fd9716ad1939ca /src/Mobs/Behaviors/BehaviorItemFollower.h | |
parent | Coward mobs run twice as fast (diff) | |
download | cuberite-42d3c615fe6b30111cb741b85cde9441d9d5a39b.tar cuberite-42d3c615fe6b30111cb741b85cde9441d9d5a39b.tar.gz cuberite-42d3c615fe6b30111cb741b85cde9441d9d5a39b.tar.bz2 cuberite-42d3c615fe6b30111cb741b85cde9441d9d5a39b.tar.lz cuberite-42d3c615fe6b30111cb741b85cde9441d9d5a39b.tar.xz cuberite-42d3c615fe6b30111cb741b85cde9441d9d5a39b.tar.zst cuberite-42d3c615fe6b30111cb741b85cde9441d9d5a39b.zip |
Diffstat (limited to '')
-rw-r--r-- | src/Mobs/Behaviors/BehaviorItemFollower.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/Mobs/Behaviors/BehaviorItemFollower.h b/src/Mobs/Behaviors/BehaviorItemFollower.h index c84779a5e..a8160f537 100644 --- a/src/Mobs/Behaviors/BehaviorItemFollower.h +++ b/src/Mobs/Behaviors/BehaviorItemFollower.h @@ -5,20 +5,12 @@ class cBehaviorItemFollower; #include "Behavior.h" -// fwds -class cMonster; -class cItems; - class cBehaviorItemFollower : public cBehavior { public: void AttachToMonster(cMonster & a_Parent); - void GetBreedingItems(cItems & a_Items); - // Functions our host Monster should invoke: - bool IsControlDesired(std::chrono::milliseconds a_Dt, cChunk & a_Chunk) override; - void Tick(std::chrono::milliseconds a_Dt, cChunk & a_Chunk) override; private: |