|
enum class | IntersectionResult : int { Disjoint = 0
, Contains = 1
, Intersects = 2
} |
|
enum class | CornerIndex : uchar {
FrontBottomLeft = 0
, BackBottomLeft = 1
, FrontTopLeft = 2
, BackTopLeft = 3
,
FrontBottomRight = 4
, BackBottomRight = 5
, FrontTopRight = 6
, BackTopRight = 7
} |
|
◆ getMin()
virtual::BlockPos SimpleBlockVolume::getMin |
( |
| ) |
const |
|
virtual |
◆ getMax()
virtual::BlockPos SimpleBlockVolume::getMax |
( |
| ) |
const |
|
virtual |
◆ getBoundingBox()
virtual::BoundingBox SimpleBlockVolume::getBoundingBox |
( |
| ) |
const |
|
virtual |
◆ getSpan()
virtual::glm::ivec3 SimpleBlockVolume::getSpan |
( |
| ) |
const |
|
virtual |
◆ getCapacity()
virtual int SimpleBlockVolume::getCapacity |
( |
| ) |
const |
|
virtual |
◆ isInside()
virtual bool SimpleBlockVolume::isInside |
( |
::BlockPos const & | pos | ) |
const |
|
virtual |
◆ translate()
virtual void SimpleBlockVolume::translate |
( |
::BlockPos const & | delta | ) |
|
|
virtual |
◆ forEach()
virtual void SimpleBlockVolume::forEach |
( |
::std::function< bool(::BlockPos const &)> | callback | ) |
const |
|
virtual |
◆ getChunks()
virtual ::std::set<::ChunkPos > SimpleBlockVolume::getChunks |
( |
| ) |
const |
|
virtual |
◆ getFlattenedBlockPositions()
virtual ::std::unordered_set<::BlockPos > SimpleBlockVolume::getFlattenedBlockPositions |
( |
| ) |
const |
|
virtual |
◆ getIterator()
◆ doesAreaTouchFaces()
MCAPI bool SimpleBlockVolume::doesAreaTouchFaces |
( |
::BlockPos const & | min, |
|
|
::BlockPos const & | max ) const |
- 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.
◆ intersects()
MCAPI::SimpleBlockVolume::IntersectionResult SimpleBlockVolume::intersects |
( |
::SimpleBlockVolume const & | other | ) |
const |
- 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.
◆ cerealBindTypes()
- 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.
◆ $dtor()
MCAPI void SimpleBlockVolume::$dtor |
( |
| ) |
|
- 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.
◆ $getMin()
MCAPI::BlockPos SimpleBlockVolume::$getMin |
( |
| ) |
const |
- 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.
◆ $getMax()
MCAPI::BlockPos SimpleBlockVolume::$getMax |
( |
| ) |
const |
- 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.
◆ $getBoundingBox()
MCAPI::BoundingBox SimpleBlockVolume::$getBoundingBox |
( |
| ) |
const |
- 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.
◆ $getSpan()
MCAPI::glm::ivec3 SimpleBlockVolume::$getSpan |
( |
| ) |
const |
- 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.
◆ $getCapacity()
MCAPI int SimpleBlockVolume::$getCapacity |
( |
| ) |
const |
- 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.
◆ $isInside()
MCAPI bool SimpleBlockVolume::$isInside |
( |
::BlockPos const & | pos | ) |
const |
- 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.
◆ $translate()
MCAPI void SimpleBlockVolume::$translate |
( |
::BlockPos const & | delta | ) |
|
- 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.
◆ $forEach()
MCAPI void SimpleBlockVolume::$forEach |
( |
::std::function< bool(::BlockPos const &)> | callback | ) |
const |
- 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.
◆ $getChunks()
MCAPI ::std::set<::ChunkPos > SimpleBlockVolume::$getChunks |
( |
| ) |
const |
- 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.
◆ $getFlattenedBlockPositions()
MCAPI ::std::unordered_set<::BlockPos > SimpleBlockVolume::$getFlattenedBlockPositions |
( |
| ) |
const |
- 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.
◆ $getIterator()
- 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.
◆ $vftable()
static MCAPI void ** SimpleBlockVolume::$vftable |
( |
| ) |
|
|
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: