Botcraft 1.21.4
Loading...
Searching...
No Matches
SkeletonHorseEntity.cpp
Go to the documentation of this file.
2
3namespace Botcraft
4{
11
16
17
18 std::string SkeletonHorseEntity::GetName() const
19 {
20 return "skeleton_horse";
21 }
22
27
28
30 {
31 return "skeleton_horse";
32 }
33
38
39
41 {
42 return 1.3964844;
43 }
44
46 {
47 return 1.6;
48 }
49
50}
std::map< EntityAttribute::Type, EntityAttribute > attributes
virtual EntityType GetType() const override
virtual double GetHeightImpl() const override
virtual double GetWidthImpl() const override
virtual std::string GetName() const override