36 ::ll::TypedStorage<8, 8, ::Biome const*> biome;
37 ::ll::TypedStorage<1, 1, bool> needsBlending;
44 ::ll::TypedStorage<8, 216, ::BlendedMultiNoiseBiomeProvider> mBiomeProvider;
45 ::ll::TypedStorage<2, 4, ::DimensionHeightRange const> mDimensionHeight;
60 virtual ::BiomeArea getBiomeArea(
::BoundingBox const& box, uint scale)
const ;
67 virtual bool containsOnly(
int xo,
int yo,
int zo,
int r, ::gsl::span<::BiomeIdType const> allowed)
const
71 virtual ::Biome
const* getBiome(
::BlockPos const& blockPos)
const ;
77 virtual ::Biome
const* getBiome(
int blockX,
int blockY,
int blockZ)
const ;
83 virtual bool hasBiomeByNameHash(uint64 hash)
const ;
86 virtual ::BiomeSourceType
const getType() const ;
97 MCAPI ::ClientBlockPipeline::VolumeOf<::
Biome const*>
123 MCAPI
bool $containsOnly(
int xo,
int yo,
int zo,
int r, ::gsl::span<::
BiomeIdType const> allowed) const;
125 MCFOLD ::
Biome const* $getBiome(::
BlockPos const& blockPos) const;
129 MCAPI ::
Biome const* $getBiome(
int blockX,
int blockY,
int blockZ) const;
133 MCAPI
bool $hasBiomeByNameHash(uint64 hash) const;
135 MCFOLD ::BiomeSourceType const $getType() const;