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