|
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 () |
|
◆ getDirection()
static MCAPI ::Direction::Type Direction::getDirection |
( |
float | xd, |
|
|
float | zd ) |
|
static |
- Attention
- This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.
◆ DIRECTION_COUNTER_CLOCKWISE()
static MCAPI ::std::add_lvalue_reference_t<::Direction::Type const []> Direction::DIRECTION_COUNTER_CLOCKWISE |
( |
| ) |
|
|
static |
- Attention
- This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.
◆ DIRECTION_FACING()
static MCAPI ::std::array< uchar, 4 > const & Direction::DIRECTION_FACING |
( |
| ) |
|
|
static |
- Attention
- This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.
◆ DIRECTION_OPPOSITE()
static MCAPI ::std::add_lvalue_reference_t<::Direction::Type const []> Direction::DIRECTION_OPPOSITE |
( |
| ) |
|
|
static |
- Attention
- This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.
◆ FACING_DIRECTION()
static MCAPI ::std::add_lvalue_reference_t<::Direction::Type const []> Direction::FACING_DIRECTION |
( |
| ) |
|
|
static |
- Attention
- This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.
◆ FROM_STRING_MAP()
static MCAPI ::std::unordered_map<::std::string, ::Direction::Type > const & Direction::FROM_STRING_MAP |
( |
| ) |
|
|
static |
- Attention
- This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.
◆ RELATIVE_DIRECTION_FACING()
static MCAPI ::std::add_lvalue_reference_t< uchar[][6]> Direction::RELATIVE_DIRECTION_FACING |
( |
| ) |
|
|
static |
- Attention
- This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.
◆ STEP_X()
static MCAPI ::std::add_lvalue_reference_t< int const []> Direction::STEP_X |
( |
| ) |
|
|
static |
- Attention
- This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.
◆ STEP_Z()
static MCAPI ::std::add_lvalue_reference_t< int const []> Direction::STEP_Z |
( |
| ) |
|
|
static |
- Attention
- This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.
◆ TO_STRING_MAP()
static MCAPI ::std::unordered_map< uint, ::std::string > const & Direction::TO_STRING_MAP |
( |
| ) |
|
|
static |
- Attention
- This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.
The documentation for this class was generated from the following file: