LeviLamina
Loading...
Searching...
No Matches
br::worldgen::ChunkAccessor Class Reference

Public Member Functions

MCAPI ChunkAccessor (::Dimension &dimension, ::BiomeSource const &biomeSource)
 
MCAPI int getFirstFreeHeight (int x, int z, ::br::worldgen::HeightmapProjection::Type heightmapProjection) const
 
MCAPI ~ChunkAccessor ()
 
MCAPI void * $ctor (::Dimension &dimension, ::BiomeSource const &biomeSource)
 
MCAPI void $dtor ()
 

Public Attributes

::ll::TypedStorage< 8, 8, ::gsl::not_null<::Dimension * > > mDimension
 
::ll::TypedStorage< 8, 8, ::gsl::not_null<::BiomeSource const * > > mBiomeSource
 
::ll::TypedStorage< 8, 8, ::std::unique_ptr<::BlockVolume > > mBlockVolume
 
::ll::TypedStorage< 8, 8, ::std::unique_ptr<::std::vector<::Block const * > > > mBlockBuffer
 
::ll::TypedStorage< 8, 8, ::std::unique_ptr<::std::unordered_map<::ChunkPos, ::std::unique_ptr<::std::vector< short > > > > > mChunkHeightCache
 

Constructor & Destructor Documentation

◆ ChunkAccessor()

MCAPI br::worldgen::ChunkAccessor::ChunkAccessor ( ::Dimension & dimension,
::BiomeSource const & biomeSource )
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.

◆ ~ChunkAccessor()

MCAPI br::worldgen::ChunkAccessor::~ChunkAccessor ( )
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.

Member Function Documentation

◆ getFirstFreeHeight()

MCAPI int br::worldgen::ChunkAccessor::getFirstFreeHeight ( int x,
int z,
::br::worldgen::HeightmapProjection::Type heightmapProjection ) 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.

◆ $ctor()

MCAPI void * br::worldgen::ChunkAccessor::$ctor ( ::Dimension & dimension,
::BiomeSource const & biomeSource )
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 br::worldgen::ChunkAccessor::$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.

The documentation for this class was generated from the following file: