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