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 ;
52 ::std::vector<::gsl::not_null<::std::shared_ptr<::Pack>>>& packs,
60 MCNAPI_C ::Bedrock::Threading::Async<void> saveHistoryFile();
MCAPI::PackSourceLoadResult $_loadImpl(::PackSourceLoadOptions &&options)
MCAPI bool _readWorldHistoryFile(::WorldPacksHistoryFile &file) const
MCAPI ::std::unique_ptr<::Pack > _createPackFromHistoryPack(::WorldPackHistory const &worldPackHistory) const
static MCAPI void ** $vftable()
MCAPI void _addPackFromHistoryPack(::std::vector<::gsl::not_null<::std::shared_ptr<::Pack > > > &packs, ::WorldPackHistory const &worldPackHistory) const
MCAPI::PackType $getPackType() const
MCAPI::PackOrigin $getPackOrigin() const
Definition WorldPackHistory.h:10
Definition WorldPacksHistoryFile.h:12