20class WorldHistoryPackSource :
public ::PackSource {
32 WorldHistoryPackSource& operator=(WorldHistoryPackSource
const&);
33 WorldHistoryPackSource(WorldHistoryPackSource
const&);
34 WorldHistoryPackSource();
39 virtual ~WorldHistoryPackSource() =
default;
41 virtual ::PackOrigin getPackOrigin()
const ;
43 virtual ::PackType getPackType()
const ;
54 MCNAPI
void _addPackFromHistoryPack(
55 ::std::vector<::gsl::not_null<::std::shared_ptr<::Pack>>>& packs,
59 MCNAPI ::Bedrock::Threading::Async<void> saveHistoryFile();
61 MCNAPI ::Bedrock::Threading::Async<void>
62 trackNewPacksIfNotTracked(::std::vector<::WorldPackHistory>&& worldPackHistory);
MCAPI void * $ctor(::WorldHistoryPackSourceOptions options)
MCAPI::PackSourceLoadResult $_loadImpl(::PackSourceLoadOptions &&options)
static MCAPI void ** $vftable()
MCAPI WorldHistoryPackSource(::WorldHistoryPackSourceOptions options)
MCAPI::PackType $getPackType() const
MCAPI::PackOrigin $getPackOrigin() const
Definition WorldPackHistory.h:11
Definition WorldHistoryPackSourceOptions.h:5