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