Botcraft 1.21.4
Loading...
Searching...
No Matches
TraderLlamaEntity.cpp
Go to the documentation of this file.
1#if PROTOCOL_VERSION > 404 /* > 1.13.2 */
3
4namespace Botcraft
5{
10
15
16
17 std::string TraderLlamaEntity::GetName() const
18 {
19 return "trader_llama";
20 }
21
26
27
29 {
30 return "trader_llama";
31 }
32
37
38
40 {
41 return 0.9;
42 }
43
45 {
46 return 1.87;
47 }
48
49}
50#endif
virtual EntityType GetType() const override
virtual double GetWidthImpl() const override
virtual double GetHeightImpl() const override
static std::string GetClassName()
virtual std::string GetName() const override