Botcraft 1.21.4
Loading...
Searching...
No Matches
DonkeyEntity.cpp
Go to the documentation of this file.
2
3namespace Botcraft
4{
9
14
15
16 std::string DonkeyEntity::GetName() const
17 {
18 return "donkey";
19 }
20
25
26
28 {
29 return "donkey";
30 }
31
36
37
39 {
40 return 1.3964844;
41 }
42
44 {
45#if PROTOCOL_VERSION > 404 /* > 1.13.2 */
46 return 1.5;
47#else
48 return 1.6;
49#endif
50 }
51
52}
virtual std::string GetName() const override
virtual double GetWidthImpl() const override
static EntityType GetClassType()
virtual EntityType GetType() const override
virtual double GetHeightImpl() const override
static std::string GetClassName()