24 ::ll::TypedStorage<8, 8, ::Biome const&> mFixedBiome;
41 virtual bool containsOnly(
int,
int,
int,
int, ::gsl::span<uint64 const> allowed)
const ;
44 virtual ::Biome
const* getBiome(
::BlockPos const& blockPos)
const ;
50 virtual ::Biome
const* getBiome(
int blockX,
int blockY,
int blockZ)
const ;
53 virtual ::BiomeArea getBiomeArea(
::BoundingBox const& area, uint scale)
const ;
60 virtual bool has(uint64
id)
const ;
63 virtual bool hasByHashId(uint64
id)
const ;
66 virtual ::BiomeSourceType
const getType()
const ;
77 MCAPI
bool $containsOnly(
int,
int,
int,
int, ::gsl::span<uint64 const> allowed)
const;
79 MCFOLD ::Biome
const* $getBiome(
::BlockPos const& blockPos)
const;
83 MCFOLD ::Biome
const* $getBiome(
int blockX,
int blockY,
int blockZ)
const;
85 MCAPI ::BiomeArea $getBiomeArea(
::BoundingBox const& area, uint scale)
const;
90 MCAPI
bool $has(uint64
id)
const;
92 MCAPI
bool $hasByHashId(uint64
id)
const;
94 MCFOLD ::BiomeSourceType
const $getType()
const;