LeviLamina
|
Classes | |
struct | BiomeData |
Public Member Functions | |
BiomeSource3d & | operator= (BiomeSource3d const &) |
BiomeSource3d (BiomeSource3d const &) | |
virtual void | fillBiomes (::LevelChunk &levelChunk, ::ChunkLocalNoiseCache const &chunkLocalNoiseCache) const |
virtual::BiomeArea | getBiomeArea (::BoundingBox const &box, uint scale) const |
virtual::BiomeArea | getBiomeArea (::BoundingBox const &box, 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 | BiomeSource3d (::BlendedMultiNoiseBiomeProvider biomeProvider, ::DimensionHeightRange dimensionHeight) |
MCAPI void * | $ctor (::BlendedMultiNoiseBiomeProvider biomeProvider, ::DimensionHeightRange dimensionHeight) |
MCAPI void | $dtor () |
MCAPI void | $fillBiomes (::LevelChunk &levelChunk, ::ChunkLocalNoiseCache const &chunkLocalNoiseCache) const |
MCAPI::BiomeArea | $getBiomeArea (::BoundingBox const &box, uint scale) const |
MCAPI::BiomeArea | $getBiomeArea (::BoundingBox const &box, 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, 216 > | mUnkd8b875 |
::ll::UntypedStorage< 2, 4 > | mUnkdca619 |
MCAPI BiomeSource3d::BiomeSource3d | ( | ::BlendedMultiNoiseBiomeProvider | biomeProvider, |
::DimensionHeightRange | dimensionHeight ) |
|
virtual |
Implements BiomeSource.
|
virtual |
Implements BiomeSource.
|
virtual |
Implements BiomeSource.
|
virtual |
Implements BiomeSource.
|
virtual |
Implements BiomeSource.
|
virtual |
Implements BiomeSource.
|
virtual |
Implements BiomeSource.
|
virtual |
Implements BiomeSource.
|
virtual |
Implements BiomeSource.
|
virtual |
Implements BiomeSource.
MCAPI void * BiomeSource3d::$ctor | ( | ::BlendedMultiNoiseBiomeProvider | biomeProvider, |
::DimensionHeightRange | dimensionHeight ) |
MCAPI void BiomeSource3d::$dtor | ( | ) |
MCAPI void BiomeSource3d::$fillBiomes | ( | ::LevelChunk & | levelChunk, |
::ChunkLocalNoiseCache const & | chunkLocalNoiseCache ) const |
MCAPI::BiomeArea BiomeSource3d::$getBiomeArea | ( | ::BoundingBox const & | box, |
uint | scale ) const |
MCAPI::BiomeArea BiomeSource3d::$getBiomeArea | ( | ::BoundingBox const & | box, |
uint | scale, | ||
::GetBiomeOptions const & | getBiomeOptionsIn ) const |
MCAPI bool BiomeSource3d::$containsOnly | ( | int | xo, |
int | yo, | ||
int | zo, | ||
int | r, | ||
::gsl::span< uint64 const > | allowed ) const |
MCAPI::Biome const * BiomeSource3d::$getBiome | ( | ::BlockPos const & | blockPos | ) | const |
MCAPI::Biome const * BiomeSource3d::$getBiome | ( | ::GetBiomeOptions const & | getBiomeOptions | ) | const |
MCAPI::Biome const * BiomeSource3d::$getBiome | ( | int | blockX, |
int | blockY, | ||
int | blockZ ) const |
MCAPI bool BiomeSource3d::$has | ( | uint64 | id | ) | const |
MCAPI bool BiomeSource3d::$hasByHashId | ( | uint64 | id | ) | const |
MCAPI::BiomeSourceType const BiomeSource3d::$getType | ( | ) | const |
|
static |