|
virtual::BoundingBox | getBoundingBox () const =0 |
|
virtual::BlockPos | getMin () const =0 |
|
virtual::BlockPos | getMax () const =0 |
|
virtual::glm::ivec3 | getSpan () const =0 |
|
virtual int | getCapacity () const =0 |
|
virtual bool | isInside (::BlockPos const &) const =0 |
|
virtual void | translate (::BlockPos const &)=0 |
|
virtual void | forEach (::std::function< bool(::BlockPos const &)>) const =0 |
|
virtual ::std::set<::ChunkPos > | getChunks () const =0 |
|
virtual ::std::unordered_set<::BlockPos > | getFlattenedBlockPositions () const =0 |
|
virtual ::std::unique_ptr<::BaseBlockLocationIterator > | getIterator () const =0 |
|
MCAPI void | $dtor () |
|
◆ $dtor()
MCAPI void BlockVolumeBase::$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.
◆ $vftable()
static MCAPI void ** BlockVolumeBase::$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: