Botcraft 1.21.4
Loading...
Searching...
No Matches
PatrollingMonsterEntity.hpp
Go to the documentation of this file.
1#if PROTOCOL_VERSION > 404 /* > 1.13.2 */
2#pragma once
3
5
6namespace Botcraft
7{
9 {
10 protected:
11 static constexpr int metadata_count = 0;
13
14 public:
17
18 virtual bool IsPatrollingMonster() const override;
19 };
20}
21#endif
static constexpr int metadata_count
static constexpr int hierarchy_metadata_count
virtual bool IsPatrollingMonster() const override