Botcraft 1.21.4
Loading...
Searching...
No Matches
HangingEntity.hpp
Go to the documentation of this file.
1#pragma once
2
3#if PROTOCOL_VERSION < 767 /* < 1.21 */
5#else
7#endif
8
9namespace Botcraft
10{
12#if PROTOCOL_VERSION < 767 /* < 1.21 */
13 public Entity
14#else
16#endif
17 {
18 protected:
19 static constexpr int metadata_count = 0;
20#if PROTOCOL_VERSION < 767 /* < 1.21 */
22#else
24#endif
25
26 public:
28 virtual ~HangingEntity();
29
30 virtual bool IsHangingEntity() const override;
31 };
32}
static constexpr int hierarchy_metadata_count
static constexpr int hierarchy_metadata_count
Definition Entity.hpp:62
static constexpr int metadata_count
Definition Entity.hpp:55
virtual bool IsHangingEntity() const override
static constexpr int hierarchy_metadata_count
static constexpr int metadata_count