Botcraft
1.21.4
Loading...
Searching...
No Matches
UnknownEntity.hpp
Go to the documentation of this file.
1
#pragma once
2
3
#include "
botcraft/Game/Entities/entities/Entity.hpp
"
4
5
namespace
Botcraft
6
{
7
class
UnknownEntity
:
public
Entity
8
{
9
public
:
10
UnknownEntity
();
11
virtual
~UnknownEntity
();
12
13
// Object related stuff
14
virtual
std::string
GetName
()
const override
;
15
virtual
EntityType
GetType
()
const override
;
16
17
protected
:
18
virtual
double
GetWidthImpl
()
const override
;
19
virtual
double
GetHeightImpl
()
const override
;
20
21
};
22
}
Botcraft::Entity
Definition
Entity.hpp:52
Botcraft::UnknownEntity
Definition
UnknownEntity.hpp:8
Botcraft::UnknownEntity::GetWidthImpl
virtual double GetWidthImpl() const override
Definition
UnknownEntity.cpp:26
Botcraft::UnknownEntity::~UnknownEntity
virtual ~UnknownEntity()
Definition
UnknownEntity.cpp:10
Botcraft::UnknownEntity::GetHeightImpl
virtual double GetHeightImpl() const override
Definition
UnknownEntity.cpp:31
Botcraft::UnknownEntity::GetName
virtual std::string GetName() const override
Definition
UnknownEntity.cpp:15
Botcraft::UnknownEntity::UnknownEntity
UnknownEntity()
Definition
UnknownEntity.cpp:5
Botcraft::UnknownEntity::GetType
virtual EntityType GetType() const override
Definition
UnknownEntity.cpp:20
Entity.hpp
Botcraft
Definition
BaseNode.hpp:6
Botcraft::EntityType
EntityType
Definition
Entity.hpp:280
botcraft
include
botcraft
Game
Entities
entities
UnknownEntity.hpp
Generated by
1.9.8