LeviLamina
Loading...
Searching...
No Matches
ReplacementBiomeSource Class Reference
+ Inheritance diagram for ReplacementBiomeSource:

Classes

struct  BiomeReplacementIndex
 
struct  BiomeReplacementNoise
 

Public Member Functions

ReplacementBiomeSourceoperator= (ReplacementBiomeSource const &)
 
 ReplacementBiomeSource (ReplacementBiomeSource const &)
 
virtual void fillBiomes (::LevelChunk &levelChunk, ::ChunkLocalNoiseCache const &chunkLocalNoiseCache) const
 
virtual::BiomeArea getBiomeArea (::BoundingBox const &area, uint scale) const
 
virtual::BiomeArea getBiomeArea (::BoundingBox const &area, uint scale, ::GetBiomeOptions const &getBiomeOptionsIn) const
 
virtual bool containsOnly (int xo, int yo, int zo, int r, ::gsl::span< uint64 const > allowed) const
 
virtual::Biome const * getBiome (::BlockPos const &blockPos) const
 
virtual::Biome const * getBiome (::GetBiomeOptions const &getBiomeOptions) const
 
virtual::Biome const * getBiome (int blockX, int blockY, int blockZ) const
 
virtual bool has (uint64 id) const
 
virtual bool hasByHashId (uint64 id) const
 
virtual::BiomeSourceType const getType () const
 
MCAPI ReplacementBiomeSource (::XoroshiroPositionalRandomFactory const &random, ::std::vector<::BiomeReplacement > const &biomeReplacements, ::std::unique_ptr<::BiomeSource > wrappedBiomeSource)
 
MCAPI::Biome const * tryReplace (::Biome const *targetBiome, ::BlockPos const &position) const
 
MCAPI void * $ctor (::XoroshiroPositionalRandomFactory const &random, ::std::vector<::BiomeReplacement > const &biomeReplacements, ::std::unique_ptr<::BiomeSource > wrappedBiomeSource)
 
MCAPI void $dtor ()
 
MCAPI void $fillBiomes (::LevelChunk &levelChunk, ::ChunkLocalNoiseCache const &chunkLocalNoiseCache) const
 
MCAPI::BiomeArea $getBiomeArea (::BoundingBox const &area, uint scale) const
 
MCAPI::BiomeArea $getBiomeArea (::BoundingBox const &area, uint scale, ::GetBiomeOptions const &getBiomeOptionsIn) const
 
MCAPI bool $containsOnly (int xo, int yo, int zo, int r, ::gsl::span< uint64 const > allowed) const
 
MCAPI::Biome const * $getBiome (::BlockPos const &blockPos) const
 
MCAPI::Biome const * $getBiome (::GetBiomeOptions const &getBiomeOptions) const
 
MCAPI::Biome const * $getBiome (int blockX, int blockY, int blockZ) const
 
MCAPI bool $has (uint64 id) const
 
MCAPI bool $hasByHashId (uint64 id) const
 
MCAPI::BiomeSourceType const $getType () const
 

Static Public Member Functions

static MCAPI void ** $vftable ()
 

Public Attributes

::ll::UntypedStorage< 8, 8 > mUnk659304
 
::ll::UntypedStorage< 8, 64 > mUnkf3598e
 
::ll::UntypedStorage< 8, 24 > mUnk908bc6
 

Constructor & Destructor Documentation

◆ ReplacementBiomeSource()

MCAPI ReplacementBiomeSource::ReplacementBiomeSource ( ::XoroshiroPositionalRandomFactory const & random,
::std::vector<::BiomeReplacement > const & biomeReplacements,
::std::unique_ptr<::BiomeSource > wrappedBiomeSource )
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

◆ fillBiomes()

virtual void ReplacementBiomeSource::fillBiomes ( ::LevelChunk & levelChunk,
::ChunkLocalNoiseCache const & chunkLocalNoiseCache ) const
virtual

Implements BiomeSource.

◆ getBiomeArea() [1/2]

virtual::BiomeArea ReplacementBiomeSource::getBiomeArea ( ::BoundingBox const & area,
uint scale ) const
virtual

Implements BiomeSource.

◆ getBiomeArea() [2/2]

virtual::BiomeArea ReplacementBiomeSource::getBiomeArea ( ::BoundingBox const & area,
uint scale,
::GetBiomeOptions const & getBiomeOptionsIn ) const
virtual

Implements BiomeSource.

◆ containsOnly()

virtual bool ReplacementBiomeSource::containsOnly ( int xo,
int yo,
int zo,
int r,
::gsl::span< uint64 const > allowed ) const
virtual

Implements BiomeSource.

◆ getBiome() [1/3]

virtual::Biome const * ReplacementBiomeSource::getBiome ( ::BlockPos const & blockPos) const
virtual

Implements BiomeSource.

◆ getBiome() [2/3]

virtual::Biome const * ReplacementBiomeSource::getBiome ( ::GetBiomeOptions const & getBiomeOptions) const
virtual

Implements BiomeSource.

◆ getBiome() [3/3]

virtual::Biome const * ReplacementBiomeSource::getBiome ( int blockX,
int blockY,
int blockZ ) const
virtual

Implements BiomeSource.

◆ has()

virtual bool ReplacementBiomeSource::has ( uint64 id) const
virtual

Implements BiomeSource.

◆ hasByHashId()

virtual bool ReplacementBiomeSource::hasByHashId ( uint64 id) const
virtual

Implements BiomeSource.

◆ getType()

virtual::BiomeSourceType const ReplacementBiomeSource::getType ( ) const
virtual

Implements BiomeSource.

◆ tryReplace()

MCAPI::Biome const * ReplacementBiomeSource::tryReplace ( ::Biome const * targetBiome,
::BlockPos const & position ) 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 * ReplacementBiomeSource::$ctor ( ::XoroshiroPositionalRandomFactory const & random,
::std::vector<::BiomeReplacement > const & biomeReplacements,
::std::unique_ptr<::BiomeSource > wrappedBiomeSource )
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 ReplacementBiomeSource::$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.

◆ $fillBiomes()

MCAPI void ReplacementBiomeSource::$fillBiomes ( ::LevelChunk & levelChunk,
::ChunkLocalNoiseCache const & chunkLocalNoiseCache ) 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.

◆ $getBiomeArea() [1/2]

MCAPI::BiomeArea ReplacementBiomeSource::$getBiomeArea ( ::BoundingBox const & area,
uint scale ) 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.

◆ $getBiomeArea() [2/2]

MCAPI::BiomeArea ReplacementBiomeSource::$getBiomeArea ( ::BoundingBox const & area,
uint scale,
::GetBiomeOptions const & getBiomeOptionsIn ) 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.

◆ $containsOnly()

MCAPI bool ReplacementBiomeSource::$containsOnly ( int xo,
int yo,
int zo,
int r,
::gsl::span< uint64 const > allowed ) 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.

◆ $getBiome() [1/3]

MCAPI::Biome const * ReplacementBiomeSource::$getBiome ( ::BlockPos const & blockPos) 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.

◆ $getBiome() [2/3]

MCAPI::Biome const * ReplacementBiomeSource::$getBiome ( ::GetBiomeOptions const & getBiomeOptions) 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.

◆ $getBiome() [3/3]

MCAPI::Biome const * ReplacementBiomeSource::$getBiome ( int blockX,
int blockY,
int blockZ ) 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.

◆ $has()

MCAPI bool ReplacementBiomeSource::$has ( uint64 id) 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.

◆ $hasByHashId()

MCAPI bool ReplacementBiomeSource::$hasByHashId ( uint64 id) 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.

◆ $getType()

MCAPI::BiomeSourceType const ReplacementBiomeSource::$getType ( ) 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.

◆ $vftable()

static MCAPI void ** ReplacementBiomeSource::$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: