Botcraft 1.21.7
Loading...
Searching...
No Matches
GiantEntity.cpp
Go to the documentation of this file.
2
3namespace Botcraft
4{
15
20
21
22 std::string GiantEntity::GetName() const
23 {
24 return "giant";
25 }
26
31
32
34 {
35 return "giant";
36 }
37
42
43
45 {
46 return 3.6;
47 }
48
50 {
51 return 12.0;
52 }
53
54}
virtual std::string GetName() const override
virtual double GetWidthImpl() const override
virtual double GetHeightImpl() const override
virtual EntityType GetType() const override
static std::string GetClassName()
static EntityType GetClassType()
std::map< EntityAttribute::Type, EntityAttribute > attributes