Botcraft
1.21.4
Loading...
Searching...
No Matches
Enums.cpp
Go to the documentation of this file.
1
#include "
botcraft/Game/Enums.hpp
"
2
#include "
botcraft/Utilities/EnumUtilities.hpp
"
3
4
namespace
Botcraft
5
{
6
DEFINE_ENUM_STRINGIFYER_RANGE
(
PlayerDiggingFace
,
PlayerDiggingFace::Down
,
PlayerDiggingFace::East
);
7
DEFINE_ENUM_STRINGIFYER_RANGE
(
Hand
,
Hand::Right
,
Hand::Left
);
8
}
EnumUtilities.hpp
DEFINE_ENUM_STRINGIFYER_RANGE
#define DEFINE_ENUM_STRINGIFYER_RANGE(Enum, min_value, max_value)
Definition
EnumUtilities.hpp:86
Enums.hpp
Botcraft
Definition
BaseNode.hpp:6
Botcraft::Direction
Direction
Definition
Enums.hpp:197
Botcraft::Direction::Down
@ Down
-Y
Botcraft::Direction::East
@ East
+X
Botcraft::Hand
Hand
Definition
Enums.hpp:150
Botcraft::Hand::Right
@ Right
Botcraft::Hand::Left
@ Left
botcraft
src
Game
Enums.cpp
Generated by
1.9.8