Botcraft 1.21.4
Loading...
Searching...
No Matches
ThrowableProjectileEntity.hpp
Go to the documentation of this file.
1#pragma once
2
3#if PROTOCOL_VERSION > 578 /* > 1.15.2 */
5#else
7#endif
8
9namespace Botcraft
10{
11#if PROTOCOL_VERSION > 578 /* > 1.15.2 */
13#else
15#endif
16 {
17 protected:
18 static constexpr int metadata_count = 0;
19#if PROTOCOL_VERSION > 578 /* > 1.15.2 */
21#else
23#endif
24
25 public:
28
29 virtual bool IsThrowableProjectile() const override;
30 };
31}
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
static constexpr int metadata_count
virtual bool IsThrowableProjectile() const override