Botcraft 1.21.4
Loading...
Searching...
No Matches
AgeableWaterCreatureEntity.hpp
Go to the documentation of this file.
1#if PROTOCOL_VERSION > 767 /* > 1.21.1 */
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 IsAgeableWaterCreature() const override;
19 };
20}
21#endif
static constexpr int metadata_count
static constexpr int hierarchy_metadata_count
virtual bool IsAgeableWaterCreature() const override