Botcraft
1.21.4
Loading...
Searching...
No Matches
ProjectileEntity.cpp
Go to the documentation of this file.
1
#if PROTOCOL_VERSION > 578
/* > 1.15.2 */
2
#include "
botcraft/Game/Entities/entities/projectile/ProjectileEntity.hpp
"
3
4
namespace
Botcraft
5
{
6
ProjectileEntity::ProjectileEntity
()
7
{
8
9
}
10
11
ProjectileEntity::~ProjectileEntity
()
12
{
13
14
}
15
16
bool
ProjectileEntity::IsProjectile
()
const
17
{
18
return
true
;
19
}
20
21
}
22
#endif
ProjectileEntity.hpp
Botcraft::ProjectileEntity::ProjectileEntity
ProjectileEntity()
Definition
ProjectileEntity.cpp:6
Botcraft::ProjectileEntity::IsProjectile
virtual bool IsProjectile() const override
Definition
ProjectileEntity.cpp:16
Botcraft::ProjectileEntity::~ProjectileEntity
virtual ~ProjectileEntity()
Definition
ProjectileEntity.cpp:11
Botcraft
Definition
BaseNode.hpp:6
botcraft
src
Game
Entities
entities
projectile
ProjectileEntity.cpp
Generated by
1.9.8