Botcraft 1.21.4
Loading...
Searching...
No Matches
CodEntity.cpp
Go to the documentation of this file.
1#if PROTOCOL_VERSION > 340 /* > 1.12.2 */
3
4namespace Botcraft
5{
10
12 {
13
14 }
15
16
17 std::string CodEntity::GetName() const
18 {
19 return "cod";
20 }
21
23 {
24 return EntityType::Cod;
25 }
26
27
29 {
30 return "cod";
31 }
32
37
38
40 {
41 return 0.5;
42 }
43
45 {
46 return 0.3;
47 }
48
49}
50#endif
virtual double GetWidthImpl() const override
Definition CodEntity.cpp:39
virtual std::string GetName() const override
Definition CodEntity.cpp:17
static EntityType GetClassType()
Definition CodEntity.cpp:33
virtual double GetHeightImpl() const override
Definition CodEntity.cpp:44
static std::string GetClassName()
Definition CodEntity.cpp:28
virtual EntityType GetType() const override
Definition CodEntity.cpp:22