|
FixedBiomeSource & | operator= (FixedBiomeSource const &) |
|
| FixedBiomeSource (FixedBiomeSource const &) |
|
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 |
|
virtual::BiomeSourceType const | getType () 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 |
|
MCFOLD::BiomeSourceType const | $getType () const |
|