LeviLamina
Loading...
Searching...
No Matches
TradeTableData.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
8namespace Puv { class Logger; }
9namespace SharedTypes::v1_21_30 { struct TradeTableData; }
10// clang-format on
11
13public:
14 // member variables
15 // NOLINTBEGIN
17 // NOLINTEND
18
19public:
20 // prevent constructor by default
21 TradeTableData& operator=(TradeTableData const&);
24
25public:
26 // member functions
27 // NOLINTBEGIN
30 ::ItemRegistryRef itemRegistry,
31 bool usingUpcomingCreatorFeaturesExperiment
32 );
33
35 // NOLINTEND
36
37public:
38 // static functions
39 // NOLINTBEGIN
40 MCNAPI static ::SharedTypes::v1_21_30::TradeTableData parseJson(::std::string const& input, ::Puv::Logger& logger);
41 // NOLINTEND
42
43public:
44 // constructor thunks
45 // NOLINTBEGIN
46 MCNAPI void* $ctor(
48 ::ItemRegistryRef itemRegistry,
49 bool usingUpcomingCreatorFeaturesExperiment
50 );
51 // NOLINTEND
52
53public:
54 // destructor thunk
55 // NOLINTBEGIN
56 MCNAPI void $dtor();
57 // NOLINTEND
58};
Definition ItemRegistryRef.h:31
Definition Logger.h:12
Definition TradeTableData.h:13
Definition TradeTableData.h:12
static MCAPI ::SharedTypes::v1_21_30::TradeTableData parseJson(::std::string const &input, ::Puv::Logger &logger)
MCAPI void $dtor()
MCAPI void * $ctor(::SharedTypes::v1_21_30::TradeTableData parsedData, ::ItemRegistryRef itemRegistry, bool usingUpcomingCreatorFeaturesExperiment)
MCAPI ~TradeTableData()
MCAPI TradeTableData(::SharedTypes::v1_21_30::TradeTableData parsedData, ::ItemRegistryRef itemRegistry, bool usingUpcomingCreatorFeaturesExperiment)
Definition Alias.h:14