3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/deps/core/utility/NonOwnerPointer.h"
14namespace Core {
class Path; }
37 bool usingUpcomingCreatorFeaturesExperiment,
41 MCNAPI ::TradeTable*
fetchTable(::std::string
const& path);
43 MCNAPI
void reload(
::Level& level,
bool usingUpcomingCreatorFeaturesExperiment);
Definition NonOwnerPointer.h:9
Definition LinkedAssetValidator.h:8
Definition ResourcePackManager.h:24
Definition TradeTables.h:17
MCAPI void reload(::Level &level, bool usingUpcomingCreatorFeaturesExperiment)
MCAPI::TradeTable * fetchTable(::std::string const &path)
MCAPI void _parseAndStoreTradeTable(::Level &level, ::ResourcePackManager *resourceLoader, ::Core::Path const &tradeTablePath, bool usingUpcomingCreatorFeaturesExperiment, ::Bedrock::NonOwnerPointer<::LinkedAssetValidator > validator)
Definition TradeTable.h:5