Botcraft 1.21.4
Loading...
Searching...
No Matches
RavagerEntity.cpp
Go to the documentation of this file.
1#if PROTOCOL_VERSION > 404 /* > 1.13.2 */
3
4namespace Botcraft
5{
19
24
25
26 std::string RavagerEntity::GetName() const
27 {
28 return "ravager";
29 }
30
35
36
38 {
39 return "ravager";
40 }
41
46
47
49 {
50 return 1.95;
51 }
52
54 {
55 return 2.2;
56 }
57
58}
59#endif
std::map< EntityAttribute::Type, EntityAttribute > attributes
virtual std::string GetName() const override
static EntityType GetClassType()
virtual double GetWidthImpl() const override
virtual double GetHeightImpl() const override
virtual EntityType GetType() const override
static std::string GetClassName()