Botcraft 1.21.5
Loading...
Searching...
No Matches
SquidEntity.cpp
Go to the documentation of this file.
2
3namespace Botcraft
4{
6 {
7 // Initialize all attributes with default values
9 }
10
15
16
17 std::string SquidEntity::GetName() const
18 {
19 return "squid";
20 }
21
26
27
29 {
30 return "squid";
31 }
32
37
38
40 {
41 return 0.8;
42 }
43
45 {
46 return 0.8;
47 }
48
49}
std::map< EntityAttribute::Type, EntityAttribute > attributes
static std::string GetClassName()
virtual double GetHeightImpl() const override
virtual EntityType GetType() const override
static EntityType GetClassType()
virtual std::string GetName() const override
virtual double GetWidthImpl() const override