LeviLamina
Loading...
Searching...
No Matches
CachedChunkBlockSource Class Reference

Public Member Functions

CachedChunkBlockSourceoperator= (CachedChunkBlockSource const &)
 
 CachedChunkBlockSource (CachedChunkBlockSource const &)
 
MCAPI ushort _updateCacheAndGetIndex (::BlockPos const &position)
 
MCAPI::Block const & getBlock (::BlockPos const &position)
 
MCAPI::Block const & getLiquidBlock (::BlockPos const &position)
 
MCAPI::Material const & getMaterial (::BlockPos const &pos)
 

Public Attributes

::ll::TypedStorage< 8, 8, ::BlockSource & > mBlockSource
 
::ll::TypedStorage< 2, 2, short > mMinHeight
 
::ll::TypedStorage< 8, 8, ::ChunkPosmPreviousChunkPos
 
::ll::TypedStorage< 2, 2, short > mPreviousSubChunkHeight
 
::ll::TypedStorage< 8, 8, ::LevelChunk const * > mPreviousLevelChunk
 
::ll::TypedStorage< 8, 8, ::SubChunk const * > mPreviousSubChunk
 

Member Function Documentation

◆ _updateCacheAndGetIndex()

MCAPI ushort CachedChunkBlockSource::_updateCacheAndGetIndex ( ::BlockPos const & position)
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.

◆ getBlock()

MCAPI::Block const & CachedChunkBlockSource::getBlock ( ::BlockPos const & position)
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.

◆ getLiquidBlock()

MCAPI::Block const & CachedChunkBlockSource::getLiquidBlock ( ::BlockPos const & position)
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.

◆ getMaterial()

MCAPI::Material const & CachedChunkBlockSource::getMaterial ( ::BlockPos const & pos)
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: