Botcraft 1.21.4
Loading...
Searching...
No Matches
TadpoleEntity.cpp
Go to the documentation of this file.
1#if PROTOCOL_VERSION > 758 /* > 1.18.2 */
3
4namespace Botcraft
5{
12
17
18
19 std::string TadpoleEntity::GetName() const
20 {
21 return "tadpole";
22 }
23
28
29
31 {
32 return "tadpole";
33 }
34
39
40
42 {
43 return 0.4;
44 }
45
47 {
48 return 0.3;
49 }
50
51}
52#endif
std::map< EntityAttribute::Type, EntityAttribute > attributes
static std::string GetClassName()
virtual double GetWidthImpl() const override
virtual std::string GetName() const override
virtual EntityType GetType() const override
static EntityType GetClassType()
virtual double GetHeightImpl() const override