23 ::ll::TypedStorage<8, 8, ::Biome const&> mFixedBiome;
34 virtual bool containsOnly(
int,
int,
int,
int, ::gsl::span<uint64 const> allowed)
const ;
37 virtual ::Biome
const* getBiome(
::BlockPos const& blockPos)
const ;
43 virtual ::Biome
const* getBiome(
int blockX,
int blockY,
int blockZ)
const ;
46 virtual ::BiomeArea getBiomeArea(
::BoundingBox const& area, uint scale)
const ;
53 virtual bool has(uint64
id)
const ;
56 virtual bool hasByHashId(uint64
id)
const ;
73 MCAPI
bool $containsOnly(
int,
int,
int,
int, ::gsl::span<uint64 const> allowed)
const;
75 MCFOLD ::Biome
const* $getBiome(
::BlockPos const& blockPos)
const;
79 MCFOLD ::Biome
const* $getBiome(
int blockX,
int blockY,
int blockZ)
const;
81 MCAPI ::BiomeArea $getBiomeArea(
::BoundingBox const& area, uint scale)
const;
86 MCAPI
bool $has(uint64
id)
const;
88 MCAPI
bool $hasByHashId(uint64
id)
const;
94 MCAPI
static void** $vftable();