21 ::ll::TypedStorage<4, 48, ::Bounds> mLimitArea;
35 virtual ::std::shared_ptr<::LevelChunk>
36 createNewChunk(
::ChunkPos const& cp, ::ChunkSource::LoadMode lm,
bool readOnly) ;
39 virtual ::std::shared_ptr<::LevelChunk> getExistingChunk(
::ChunkPos const& cp) ;
42 virtual bool isWithinWorldLimit(
::ChunkPos const& cp)
const ;
45 virtual bool canCreateViews()
const ;
48 virtual ::std::unordered_map<::ChunkPos, ::std::weak_ptr<::LevelChunk>>
const* getChunkMap() ;
61 MCNAPI
void*
$ctor(::std::unique_ptr<::ChunkSource> storage,
::BlockPos const& center,
int width,
int depth);
67 MCNAPI ::std::shared_ptr<::LevelChunk>
76 MCNAPI ::std::unordered_map<::ChunkPos, ::std::weak_ptr<::LevelChunk>>
const*
$getChunkMap();