Botcraft 1.21.4
Loading...
Searching...
No Matches
BreezeEntity.cpp
Go to the documentation of this file.
1#if PROTOCOL_VERSION > 764 /* > 1.20.2 */
3
4#include <mutex>
5
6namespace Botcraft
7{
21
26
27
28 std::string BreezeEntity::GetName() const
29 {
30 return "breeze";
31 }
32
37
38
40 {
41 return "breeze";
42 }
43
48
49
51 {
52 return 0.6;
53 }
54
56 {
57#if PROTOCOL_VERSION < 766 /* < 1.20.5 */
58 return 1.7;
59#else
60 return 1.77;
61#endif
62 }
63
64}
65#endif
static std::string GetClassName()
virtual std::string GetName() const override
static EntityType GetClassType()
virtual double GetHeightImpl() const override
virtual double GetWidthImpl() const override
virtual EntityType GetType() const override
std::map< EntityAttribute::Type, EntityAttribute > attributes