13struct ActorUnloadedChunkTransferEntry {
17 ::ll::TypedStorage<8, 12, ::ChunkKey> mFromChunkKey;
18 ::ll::TypedStorage<8, 32, ::std::string> mActorStorageKey;
19 ::ll::TypedStorage<8, 8, ::std::unique_ptr<::CompoundTag>> mActorTag;
24 ActorUnloadedChunkTransferEntry();
29 MCAPI ActorUnloadedChunkTransferEntry(
31 ::std::string& actorStorageKey,
32 ::std::unique_ptr<::CompoundTag> actorTag
40 $ctor(
::ChunkKey& fromChunkKey, ::std::string& actorStorageKey, ::std::unique_ptr<::CompoundTag> actorTag);