28 ::ll::TypedStorage<1, 1, bool> mAllowNonTickingPlayerAndTickingAreaChunks;
29 ::ll::TypedStorage<1, 1, ::AreaType> mAreaType;
30 ::ll::TypedStorage<4, 48, ::Bounds> mBounds;
31 ::ll::TypedStorage<8, 32, ::std::string> mTickingAreaName;
32 ::ll::TypedStorage<8, 32, ::std::string> mSerializationId;
33 ::ll::TypedStorage<8, 8, ::std::unique_ptr<::IRequestAction>> mRequestAction;
47 ::std::string
const& tickingAreaName,
48 ::std::unique_ptr<::IRequestAction> requestAction,
49 bool allowNonTickingPlayerAndTickingAreaChunks
52 MCAPI ::ITickingAreaView
const* _getTickingArea(
::Dimension const& dimension)
const;
54 MCAPI ::ChunksLoadedStatus areAllChunksLoaded(
::Dimension& dimension,
::Tick currentLevelTick)
const;
56 MCAPI
bool areaContainsChunk(
::LevelChunk const& chunk)
const;
58 MCAPI ::CompoundTag
serialize(::ChunkRequestListType chunkRequestListType);
68 MCAPI static ::DeserializedChunkLoadedRequest load(
69 ::std::string
const& key,
72 ::std::string
const& dimensionPrefix,
83 ::std::string
const& tickingAreaName,
84 ::std::unique_ptr<::IRequestAction> requestAction,
85 bool allowNonTickingPlayerAndTickingAreaChunks