Botcraft 1.21.4
Loading...
Searching...
No Matches
UnknownEntity.cpp
Go to the documentation of this file.
2
3namespace Botcraft
4{
9
14
15 std::string UnknownEntity::GetName() const
16 {
17 return "";
18 }
19
24
25
27 {
28 return 1.0;
29 }
30
32 {
33 return 1.0;
34 }
35
36}
virtual double GetWidthImpl() const override
virtual double GetHeightImpl() const override
virtual std::string GetName() const override
virtual EntityType GetType() const override