Botcraft 1.21.11
Loading...
Searching...
No Matches
ParchedEntity.cpp
Go to the documentation of this file.
1#if PROTOCOL_VERSION > 773 /* > 1.21.10 */
3
4namespace Botcraft
5{
7 {
8 // Initialize all attributes with default values
10 }
11
16
17
18 std::string ParchedEntity::GetName() const
19 {
20 return "parched";
21 }
22
27
28
30 {
31 return "parched";
32 }
33
38
39
41 {
42 return 0.6;
43 }
44
46 {
47 return 1.99;
48 }
49
50}
51#endif
std::map< EntityAttribute::Type, EntityAttribute > attributes
virtual EntityType GetType() const override
static EntityType GetClassType()
virtual std::string GetName() const override
static std::string GetClassName()
virtual double GetWidthImpl() const override
virtual double GetHeightImpl() const override