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/puv/LoadResult.h"
7
8// auto generated forward declare list
9// clang-format off
10namespace Bedrock::Resources { class MinecraftDocumentInput; }
11namespace SharedTypes::v1_21_30 { struct TradeTableData; }
12namespace cereal { struct ReflectionCtx; }
13// clang-format on
14
16public:
17 // member variables
18 // NOLINTBEGIN
20 // NOLINTEND
21
22public:
23 // prevent constructor by default
27
28public:
29 // member functions
30 // NOLINTBEGIN
32
33 MCAPI ::Puv::LoadResult<::SharedTypes::v1_21_30::TradeTableData>
34 load(::Bedrock::Resources::MinecraftDocumentInput const& input) const;
35
37 // NOLINTEND
38
39public:
40 // constructor thunks
41 // NOLINTBEGIN
42 MCAPI void* $ctor(::cereal::ReflectionCtx const& ctx);
43 // NOLINTEND
44
45public:
46 // destructor thunk
47 // NOLINTBEGIN
48 MCFOLD void $dtor();
49 // NOLINTEND
50};
Definition MinecraftDocumentInput.h:16
Definition TradeTableDataLoader.h:15
Definition TradeTableData.h:12
Definition ReflectionCtx.h:11
Definition ctx.h:5
Definition Alias.h:14