LeviLamina
Loading...
Searching...
No Matches
TradeTables.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated forward declare list
6
// clang-format off
7
class
Level
;
8
class
ResourcePackManager
;
9
struct
TradeTable
;
10
namespace
Core {
class
Path
; }
11
// clang-format on
12
13
class
TradeTables
{
14
public
:
15
// member variables
16
// NOLINTBEGIN
17
::ll::UntypedStorage<8, 64>
mUnk1d798d;
18
// NOLINTEND
19
20
public
:
21
// prevent constructor by default
22
TradeTables
& operator=(
TradeTables
const
&);
23
TradeTables
(
TradeTables
const
&);
24
TradeTables
();
25
26
public
:
27
// member functions
28
// NOLINTBEGIN
29
MCAPI
void
_parseAndStoreTradeTable(
30
::Level
& level,
31
::ResourcePackManager
* resourceLoader,
32
::Core::Path
const
& tradeTablePath,
33
bool
usingUpcomingCreatorFeaturesExperiment
34
);
35
36
MCAPI ::TradeTable* fetchTable(::std::string
const
& path);
37
38
MCAPI
void
reload(
::Level
& level,
bool
usingUpcomingCreatorFeaturesExperiment);
39
40
MCAPI
~TradeTables
();
41
// NOLINTEND
42
43
public
:
44
// destructor thunk
45
// NOLINTBEGIN
46
MCAPI
void
$dtor();
47
// NOLINTEND
48
};
Core::Path
Definition
Path.h:15
Level
Definition
Level.h:234
Path
Definition
Path.h:16
ResourcePackManager
Definition
ResourcePackManager.h:24
TradeTables
Definition
TradeTables.h:13
TradeTable
Definition
TradeTable.h:5
ll::UntypedStorage
Definition
Alias.h:14
src
mc
world
item
trading
TradeTables.h
Generated on Sat Apr 26 2025 05:56:16 for LeviLamina by
1.12.0