LeviLamina
Loading...
Searching...
No Matches
TradeTables.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/core/utility/NonOwnerPointer.h"
7
8// auto generated forward declare list
9// clang-format off
10class Level;
13struct TradeTable;
14namespace Core { class Path; }
15// clang-format on
16
18public:
19 // member variables
20 // NOLINTBEGIN
22 // NOLINTEND
23
24public:
25 // prevent constructor by default
26 TradeTables& operator=(TradeTables const&);
29
30public:
31 // member functions
32 // NOLINTBEGIN
34 ::Level& level,
35 ::ResourcePackManager* resourceLoader,
36 ::Core::Path const& tradeTablePath,
37 bool usingUpcomingCreatorFeaturesExperiment,
39 );
40
41 MCNAPI ::TradeTable* fetchTable(::std::string const& path);
42
43 MCNAPI void reload(::Level& level, bool usingUpcomingCreatorFeaturesExperiment);
44
45 MCNAPI ~TradeTables();
46 // NOLINTEND
47
48public:
49 // destructor thunk
50 // NOLINTBEGIN
51 MCNAPI void $dtor();
52 // NOLINTEND
53};
Definition NonOwnerPointer.h:9
Definition Path.h:17
Definition Level.h:239
Definition LinkedAssetValidator.h:8
Definition Path.h:16
Definition ResourcePackManager.h:24
Definition TradeTables.h:17
MCAPI void reload(::Level &level, bool usingUpcomingCreatorFeaturesExperiment)
MCAPI::TradeTable * fetchTable(::std::string const &path)
MCAPI void $dtor()
MCAPI ~TradeTables()
MCAPI void _parseAndStoreTradeTable(::Level &level, ::ResourcePackManager *resourceLoader, ::Core::Path const &tradeTablePath, bool usingUpcomingCreatorFeaturesExperiment, ::Bedrock::NonOwnerPointer<::LinkedAssetValidator > validator)
Definition TradeTable.h:5
Definition Alias.h:14