Botcraft 1.21.7
Loading...
Searching...
No Matches
FlyingMobEntity.cpp
Go to the documentation of this file.
1#if PROTOCOL_VERSION < 771 /* < 1.21.6 */
3
4namespace Botcraft
5{
6 FlyingMobEntity::FlyingMobEntity()
7 {
8
9 }
10
11 FlyingMobEntity::~FlyingMobEntity()
12 {
13
14 }
15
16 bool FlyingMobEntity::IsFlyingMob() const
17 {
18 return true;
19 }
20
21}
22#endif