Botcraft 1.21.11
Loading...
Searching...
No Matches
CamelHuskEntity.cpp
Go to the documentation of this file.
1#if PROTOCOL_VERSION > 773 /* > 1.21.10 */
3
4#include <mutex>
5
6namespace Botcraft
7{
12
17
18
19 std::string CamelHuskEntity::GetName() const
20 {
21 return "camel_husk";
22 }
23
28
29
31 {
32 return "camel_husk";
33 }
34
39
40
42 {
43 return 1.7;
44 }
45
47 {
48 return 2.375;
49 }
50
51}
52#endif
virtual double GetHeightImpl() const override
virtual EntityType GetType() const override
static EntityType GetClassType()
static std::string GetClassName()
virtual double GetWidthImpl() const override
virtual std::string GetName() const override