Botcraft 1.21.4
Loading...
Searching...
No Matches
GiantEntity.cpp
Go to the documentation of this file.
2
3namespace Botcraft
4{
12
17
18
19 std::string GiantEntity::GetName() const
20 {
21 return "giant";
22 }
23
28
29
31 {
32 return "giant";
33 }
34
39
40
42 {
43 return 3.6;
44 }
45
47 {
48 return 12.0;
49 }
50
51}
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