Botcraft 1.21.4
Loading...
Searching...
No Matches
WanderingTraderEntity.hpp
Go to the documentation of this file.
1#if PROTOCOL_VERSION > 404 /* > 1.13.2 */
2#pragma once
3
4#if PROTOCOL_VERSION > 477 /* > 1.14 */
6#else
8#endif
9
10namespace Botcraft
11{
12#if PROTOCOL_VERSION > 477 /* > 1.14 */
14#else
16#endif
17 {
18 protected:
19 static constexpr int metadata_count = 0;
20#if PROTOCOL_VERSION > 477 /* > 1.14 */
22#else
24#endif
25
26 public:
28 virtual ~WanderingTraderEntity();
29
30 // Object related stuff
31 virtual std::string GetName() const override;
32 virtual EntityType GetType() const override;
33
34 // Static stuff, for easier comparison
35 static std::string GetClassName();
36 static EntityType GetClassType();
37
38 protected:
39 virtual double GetWidthImpl() const override;
40 virtual double GetHeightImpl() const override;
41
42 };
43}
44#endif
static constexpr int metadata_count
static constexpr int hierarchy_metadata_count
virtual double GetWidthImpl() const override
virtual double GetHeightImpl() const override
virtual EntityType GetType() const override
virtual std::string GetName() const override