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