Botcraft 1.21.4
Loading...
Searching...
No Matches
EndermiteEntity.cpp
Go to the documentation of this file.
2
3namespace Botcraft
4{
12
17
18
19 std::string EndermiteEntity::GetName() const
20 {
21 return "endermite";
22 }
23
28
29
31 {
32 return "endermite";
33 }
34
39
40
42 {
43 return 0.4;
44 }
45
47 {
48 return 0.3;
49 }
50
51}
static EntityType GetClassType()
virtual std::string GetName() const override
virtual double GetHeightImpl() const override
virtual double GetWidthImpl() const override
virtual EntityType GetType() const override
static std::string GetClassName()
std::map< EntityAttribute::Type, EntityAttribute > attributes