Botcraft 1.21.4
Loading...
Searching...
No Matches
HuskEntity.cpp
Go to the documentation of this file.
2
3namespace Botcraft
4{
9
14
15
16 std::string HuskEntity::GetName() const
17 {
18 return "husk";
19 }
20
22 {
23 return EntityType::Husk;
24 }
25
26
28 {
29 return "husk";
30 }
31
36
37
39 {
40 return 0.6;
41 }
42
44 {
45 return 1.95;
46 }
47
48}
virtual std::string GetName() const override
virtual double GetWidthImpl() const override
virtual double GetHeightImpl() const override
static std::string GetClassName()
virtual EntityType GetType() const override
static EntityType GetClassType()