Botcraft 1.21.4
Loading...
Searching...
No Matches
CaveSpiderEntity.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 CaveSpiderEntity::GetName() const
18 {
19 return "cave_spider";
20 }
21
26
27
29 {
30 return "cave_spider";
31 }
32
37
38
40 {
41 return 0.7;
42 }
43
45 {
46 return 0.5;
47 }
48
49}
virtual double GetWidthImpl() const override
virtual std::string GetName() const override
virtual EntityType GetType() const override
static EntityType GetClassType()
static std::string GetClassName()
virtual double GetHeightImpl() const override
std::map< EntityAttribute::Type, EntityAttribute > attributes