Botcraft 1.21.4
Loading...
Searching...
No Matches
WindChargeEntity.cpp
Go to the documentation of this file.
1#if PROTOCOL_VERSION > 764 /* > 1.20.2 */
3
4#include <mutex>
5
6namespace Botcraft
7{
12
17
18
19 std::string WindChargeEntity::GetName() const
20 {
21 return "wind_charge";
22 }
23
28
29
31 {
32 return "wind_charge";
33 }
34
39
40
42 {
43 return 0.3125;
44 }
45
47 {
48 return 0.3125;
49 }
50
51}
52#endif
virtual EntityType GetType() const override
static std::string GetClassName()
virtual std::string GetName() const override
virtual double GetHeightImpl() const override
virtual double GetWidthImpl() const override
static EntityType GetClassType()