20 ::ll::TypedStorage<4, 48, ::Bounds> mLimitArea;
30 virtual ::std::shared_ptr<::LevelChunk>
31 createNewChunk(
::ChunkPos const& cp, ::ChunkSource::LoadMode lm,
bool readOnly) ;
34 virtual ::std::shared_ptr<::LevelChunk> getExistingChunk(
::ChunkPos const& cp) ;
37 virtual bool isWithinWorldLimit(
::ChunkPos const& cp)
const ;
40 virtual bool canCreateViews()
const ;
43 virtual ::std::unordered_map<::ChunkPos, ::std::weak_ptr<::LevelChunk>>
const* getChunkMap() ;
56 MCAPI
void* $ctor(::std::unique_ptr<::ChunkSource> storage,
::BlockPos const& center,
int width,
int depth);
68 MCAPI ::std::shared_ptr<::LevelChunk>
69 $createNewChunk(
::ChunkPos const& cp, ::ChunkSource::LoadMode lm,
bool readOnly);
71 MCAPI ::std::shared_ptr<::LevelChunk> $getExistingChunk(
::ChunkPos const& cp);
73 MCAPI
bool $isWithinWorldLimit(
::ChunkPos const& cp)
const;
75 MCFOLD
bool $canCreateViews()
const;
77 MCAPI ::std::unordered_map<::ChunkPos, ::std::weak_ptr<::LevelChunk>>
const* $getChunkMap();
83 MCAPI
static void** $vftable();