Botcraft 1.21.4
Loading...
Searching...
No Matches
PiglinBruteEntity.cpp
Go to the documentation of this file.
1#if PROTOCOL_VERSION > 736 /* > 1.16.1 */
3
4namespace Botcraft
5{
16
21
22
23 std::string PiglinBruteEntity::GetName() const
24 {
25 return "piglin_brute";
26 }
27
32
33
35 {
36 return "piglin_brute";
37 }
38
43
44
46 {
47 return 0.6;
48 }
49
51 {
52 return 1.95;
53 }
54
55}
56#endif
std::map< EntityAttribute::Type, EntityAttribute > attributes
virtual EntityType GetType() const override
virtual double GetHeightImpl() const override
virtual double GetWidthImpl() const override
static std::string GetClassName()
virtual std::string GetName() const override