Botcraft 1.21.4
Loading...
Searching...
No Matches
MagmaCubeEntity.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 MagmaCubeEntity::GetName() const
18 {
19 return "magma_cube";
20 }
21
26
27
29 {
30 return "magma_cube";
31 }
32
37
38}
std::map< EntityAttribute::Type, EntityAttribute > attributes
static EntityType GetClassType()
virtual EntityType GetType() const override
virtual std::string GetName() const override
static std::string GetClassName()