Botcraft 1.21.4
Loading...
Searching...
No Matches
MonsterEntity.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 ~MonsterEntity();
16
17 virtual ProtocolCraft::Json::Value Serialize() const override;
18
19 virtual bool IsMonster() const override;
20
21 // Attribute stuff
22 double GetAttributeAttackDamageValue() const;
23 };
24}
virtual bool IsMonster() const override
static constexpr int metadata_count
static constexpr int hierarchy_metadata_count
virtual ProtocolCraft::Json::Value Serialize() const override
double GetAttributeAttackDamageValue() const
static constexpr int hierarchy_metadata_count
Main class, basically a JsonVariant with extra utility functions it doesn't inherit JsonVariant direc...
Definition Json.hpp:45