Botcraft 1.21.4
Loading...
Searching...
No Matches
VindicatorEntity.cpp
Go to the documentation of this file.
2
3namespace Botcraft
4{
13
18
19
20 std::string VindicatorEntity::GetName() const
21 {
22 return "vindicator";
23 }
24
29
30
32 {
33 return "vindicator";
34 }
35
40
41
43 {
44 return 0.6;
45 }
46
48 {
49 return 1.95;
50 }
51
52}
std::map< EntityAttribute::Type, EntityAttribute > attributes
virtual std::string GetName() const override
static std::string GetClassName()
virtual double GetHeightImpl() const override
virtual EntityType GetType() const override
static EntityType GetClassType()
virtual double GetWidthImpl() const override