Botcraft 1.21.4
Loading...
Searching...
No Matches
UnknownEntity.hpp
Go to the documentation of this file.
1#pragma once
2
4
5namespace Botcraft
6{
7 class UnknownEntity : public Entity
8 {
9 public:
11 virtual ~UnknownEntity();
12
13 // Object related stuff
14 virtual std::string GetName() const override;
15 virtual EntityType GetType() const override;
16
17 protected:
18 virtual double GetWidthImpl() const override;
19 virtual double GetHeightImpl() const override;
20
21 };
22}
virtual double GetWidthImpl() const override
virtual double GetHeightImpl() const override
virtual std::string GetName() const override
virtual EntityType GetType() const override