Botcraft 1.21.4
Loading...
Searching...
No Matches
MinecartTNTEntity.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 ~MinecartTNTEntity();
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 protected:
26 virtual double GetWidthImpl() const override;
27 virtual double GetHeightImpl() const override;
28
29 };
30}
virtual std::string GetName() const override
virtual double GetWidthImpl() const override
static std::string GetClassName()
static constexpr int metadata_count
static constexpr int hierarchy_metadata_count
virtual double GetHeightImpl() const override
virtual EntityType GetType() const override