Botcraft 1.21.4
Loading...
Searching...
No Matches
ZombifiedPiglinEntity.cpp
Go to the documentation of this file.
1#if PROTOCOL_VERSION > 578 /* > 1.15.2 */
3
4namespace Botcraft
5{
13
18
19
21 {
22 return "zombified_piglin";
23 }
24
29
30
32 {
33 return "zombified_piglin";
34 }
35
40
41
43 {
44 return 0.6;
45 }
46
48 {
49 return 1.95;
50 }
51
52}
53#endif
std::map< EntityAttribute::Type, EntityAttribute > attributes
virtual double GetHeightImpl() const override
virtual double GetWidthImpl() const override
virtual std::string GetName() const override
virtual EntityType GetType() const override