Botcraft 1.21.4
Loading...
Searching...
No Matches
BreezeEntity.hpp
Go to the documentation of this file.
1#if PROTOCOL_VERSION > 764 /* > 1.20.2 */
2#pragma once
3
5
6namespace Botcraft
7{
9 {
10 protected:
11 static constexpr int metadata_count = 0;
13
14 public:
16 virtual ~BreezeEntity();
17
18 // Object related stuff
19 virtual std::string GetName() const override;
20 virtual EntityType GetType() const override;
21
22 // Static stuff, for easier comparison
23 static std::string GetClassName();
24 static EntityType GetClassType();
25
26 protected:
27 virtual double GetWidthImpl() const override;
28 virtual double GetHeightImpl() const override;
29
30 };
31}
32#endif
static std::string GetClassName()
static constexpr int hierarchy_metadata_count
virtual std::string GetName() const override
static EntityType GetClassType()
virtual double GetHeightImpl() const override
virtual double GetWidthImpl() const override
virtual EntityType GetType() const override
static constexpr int metadata_count
static constexpr int metadata_count
static constexpr int hierarchy_metadata_count