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