LeviLamina
Loading...
Searching...
No Matches
TradeTableDataLoader.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#include "mc/deps/puv/LoadResult.h"
8#include "mc/deps/puv/SlicedLoader.h"
9
10// auto generated forward declare list
11// clang-format off
14namespace Bedrock::Resources { class MinecraftDocumentInput; }
15namespace SharedTypes::v1_21_30 { struct TradeTableData; }
16namespace cereal { struct ReflectionCtx; }
17// clang-format on
18
20public:
21 // member variables
22 // NOLINTBEGIN
23 ::ll::TypedStorage<
24 8,
25 192,
27 mLoader;
28 // NOLINTEND
29
30public:
31 // prevent constructor by default
33
34public:
35 // member functions
36 // NOLINTBEGIN
40 );
41
42 MCAPI ::Puv::LoadResult<::SharedTypes::v1_21_30::TradeTableData>
43 load(::Bedrock::Resources::MinecraftDocumentInput const& input) const;
44
46 // NOLINTEND
47
48public:
49 // constructor thunks
50 // NOLINTBEGIN
52 // NOLINTEND
53
54public:
55 // destructor thunk
56 // NOLINTBEGIN
57 MCFOLD void $dtor();
58 // NOLINTEND
59};
Definition BedrockLoadContext.h:14
Definition NonOwnerPointer.h:9
Definition MinecraftDocumentInput.h:17
Definition LinkedAssetValidator.h:8
Definition SlicedLoader.h:8
Definition TradeTableDataLoader.h:19
Definition TradeTableData.h:13
Definition ReflectionCtx.h:11
Definition ctx.h:5