Botcraft 1.21.4
Loading...
Searching...
No Matches
AmbientCreatureEntity.hpp
Go to the documentation of this file.
1#pragma once
2
4
5namespace Botcraft
6{
8 {
9 protected:
10 static constexpr int metadata_count = 0;
12
13 public:
15 virtual ~AmbientCreatureEntity();
16
17 virtual bool IsAmbientCreature() const override;
18 };
19}
virtual bool IsAmbientCreature() const override
static constexpr int hierarchy_metadata_count
Definition MobEntity.hpp:12
static constexpr int metadata_count
Definition MobEntity.hpp:10