Botcraft 1.21.4
Loading...
Searching...
No Matches
LeashFenceKnotEntity.cpp
Go to the documentation of this file.
2
3namespace Botcraft
4{
9
14
15
17 {
18 return "leash_knot";
19 }
20
25
26
28 {
29 return "leash_knot";
30 }
31
36
37
39 {
40#if PROTOCOL_VERSION > 754 /* > 1.16.5 */
41 return 0.375;
42#else
43 return 0.5;
44#endif
45 }
46
48 {
49 return 0.5;
50 }
51
52}
virtual EntityType GetType() const override
virtual double GetHeightImpl() const override
virtual double GetWidthImpl() const override
virtual std::string GetName() const override