Botcraft 1.21.4
Loading...
Searching...
No Matches
ProjectileEntity.hpp
Go to the documentation of this file.
1#if PROTOCOL_VERSION > 578 /* > 1.15.2 */
2#pragma once
3
5
6namespace Botcraft
7{
8 class ProjectileEntity : public Entity
9 {
10 protected:
11 static constexpr int metadata_count = 0;
13
14 public:
16 virtual ~ProjectileEntity();
17
18 virtual bool IsProjectile() const override;
19 };
20}
21#endif
static constexpr int hierarchy_metadata_count
Definition Entity.hpp:62
static constexpr int metadata_count
Definition Entity.hpp:55
static constexpr int hierarchy_metadata_count
virtual bool IsProjectile() const override
static constexpr int metadata_count