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

Public Member Functions

virtual void fillBiomes (::LevelChunk &levelChunk, ::ChunkLocalNoiseCache const &chunkLocalNoiseCache) const
 
virtual bool containsOnly (int, int, int, int, ::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::BiomeArea getBiomeArea (::BoundingBox const &area, uint scale) const
 
virtual::BiomeArea getBiomeArea (::BoundingBox const &area, uint scale, ::GetBiomeOptions const &getBiomeOptions) const
 
virtual bool has (uint64 id) const
 
virtual bool hasByHashId (uint64 id) const
 
MCAPI void $fillBiomes (::LevelChunk &levelChunk, ::ChunkLocalNoiseCache const &chunkLocalNoiseCache) const
 
MCAPI bool $containsOnly (int, int, int, int, ::gsl::span< uint64 const > allowed) const
 
MCFOLD::Biome const * $getBiome (::BlockPos const &blockPos) const
 
MCFOLD::Biome const * $getBiome (::GetBiomeOptions const &getBiomeOptions) const
 
MCFOLD::Biome const * $getBiome (int blockX, int blockY, int blockZ) const
 
MCAPI::BiomeArea $getBiomeArea (::BoundingBox const &area, uint scale) const
 
MCAPI::BiomeArea $getBiomeArea (::BoundingBox const &area, uint scale, ::GetBiomeOptions const &getBiomeOptions) const
 
MCAPI bool $has (uint64 id) const
 
MCAPI bool $hasByHashId (uint64 id) const
 

Static Public Member Functions

static MCAPI void ** $vftable ()
 

Public Attributes

::ll::TypedStorage< 8, 8, ::Biome const & > mFixedBiome
 

Member Function Documentation

◆ fillBiomes()

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

Implements BiomeSource.

◆ containsOnly()

virtual bool FixedBiomeSource::containsOnly ( int ,
int ,
int ,
int ,
::gsl::span< uint64 const > allowed ) const
virtual

Implements BiomeSource.

◆ getBiome() [1/3]

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

Implements BiomeSource.

◆ getBiome() [2/3]

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

Implements BiomeSource.

◆ getBiome() [3/3]

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

Implements BiomeSource.

◆ getBiomeArea() [1/2]

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

Implements BiomeSource.

◆ getBiomeArea() [2/2]

virtual::BiomeArea FixedBiomeSource::getBiomeArea ( ::BoundingBox const & area,
uint scale,
::GetBiomeOptions const & getBiomeOptions ) const
virtual

Implements BiomeSource.

◆ has()

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

Implements BiomeSource.

◆ hasByHashId()

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

Implements BiomeSource.


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