Botcraft 1.21.4
Loading...
Searching...
No Matches
BlockAttachedEntity.hpp
Go to the documentation of this file.
1#if PROTOCOL_VERSION > 766 /* > 1.20.6 */
2#pragma once
3
5
6namespace Botcraft
7{
9 {
10 protected:
11 static constexpr int metadata_count = 0;
13
14 public:
16 virtual ~BlockAttachedEntity();
17
18 virtual bool IsBlockAttachedEntity() const override;
19 };
20}
21#endif
virtual bool IsBlockAttachedEntity() const override
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