Botcraft 1.21.4
Loading...
Searching...
No Matches
MagmaCubeEntity.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 ~MagmaCubeEntity();
16
17 // Object related stuff
18 virtual std::string GetName() const override;
19 virtual EntityType GetType() const override;
20
21 // Static stuff, for easier comparison
22 static std::string GetClassName();
23 static EntityType GetClassType();
24
25 };
26}
static EntityType GetClassType()
virtual EntityType GetType() const override
static constexpr int metadata_count
virtual std::string GetName() const override
static constexpr int hierarchy_metadata_count
static std::string GetClassName()
static constexpr int hierarchy_metadata_count
static constexpr int metadata_count