|
enum class | Type : uchar {
South = 0
, West = 1
, North = 2
, East = 3
,
Undefined = 255
} |
|
|
static MCAPI ::Direction::Type | getDirection (float xd, float zd) |
|
static MCAPI ::std::add_lvalue_reference_t<::Direction::Type const[]> | DIRECTION_COUNTER_CLOCKWISE () |
|
static MCAPI ::std::array< uchar, 4 > const & | DIRECTION_FACING () |
|
static MCAPI ::std::add_lvalue_reference_t<::Direction::Type const[]> | DIRECTION_OPPOSITE () |
|
static MCAPI ::std::add_lvalue_reference_t<::Direction::Type const[]> | FACING_DIRECTION () |
|
static MCAPI ::std::unordered_map<::std::string, ::Direction::Type > const & | FROM_STRING_MAP () |
|
static MCAPI ::std::add_lvalue_reference_t< uchar[][6]> | RELATIVE_DIRECTION_FACING () |
|
static MCAPI ::std::add_lvalue_reference_t< int const[]> | STEP_X () |
|
static MCAPI ::std::add_lvalue_reference_t< int const[]> | STEP_Z () |
|
static MCAPI ::std::unordered_map< uint, ::std::string > const & | TO_STRING_MAP () |
|
The documentation for this class was generated from the following file: