Botcraft 1.21.4
Loading...
Searching...
No Matches
LlamaSpitEntity.cpp
Go to the documentation of this file.
2
3namespace Botcraft
4{
9
14
15
16 std::string LlamaSpitEntity::GetName() const
17 {
18 return "llama_spit";
19 }
20
25
26
28 {
29 return "llama_spit";
30 }
31
36
37
39 {
40 return 0.25;
41 }
42
44 {
45 return 0.25;
46 }
47
48}
static std::string GetClassName()
virtual double GetHeightImpl() const override
static EntityType GetClassType()
virtual std::string GetName() const override
virtual double GetWidthImpl() const override
virtual EntityType GetType() const override