LeviLamina
Loading...
Searching...
No Matches
BlockVolumeBase Class Referenceabstract
+ Inheritance diagram for BlockVolumeBase:

Public Member Functions

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<::ChunkPosgetChunks () const =0
 
virtual ::std::unordered_set<::BlockPosgetFlattenedBlockPositions () const =0
 
virtual ::std::unique_ptr<::BaseBlockLocationIteratorgetIterator () const =0
 
MCAPI void $dtor ()
 

Static Public Member Functions

static MCAPI void ** $vftable ()
 

Member Function Documentation

◆ $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: