LeviLamina
Loading...
Searching...
No Matches
FoodItemComponentData_v1_20_30.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/world/level/storage/AllExperiments.h"
7
8// auto generated forward declare list
9// clang-format off
10class SemVersion;
11namespace cereal { struct ReflectionCtx; }
12// clang-format on
13
15public:
16 // member variables
17 // NOLINTBEGIN
22 // NOLINTEND
23
24public:
25 // prevent constructor by default
27
28public:
29 // member functions
30 // NOLINTBEGIN
32
33 MCNAPI ::FoodItemComponentData_v1_20_30& operator=(::FoodItemComponentData_v1_20_30 const&);
34 // NOLINTEND
35
36public:
37 // static functions
38 // NOLINTBEGIN
39 MCNAPI static void bindType(
41 ::std::vector<::AllExperiments> const& requiredToggles,
42 ::std::optional<::SemVersion> releasedMinFormatVersion
43 );
44 // NOLINTEND
45
46public:
47 // constructor thunks
48 // NOLINTBEGIN
50 // NOLINTEND
51};
Definition SemVersion.h:15
Definition FoodItemComponentData_v1_20_30.h:14
MCAPI::FoodItemComponentData_v1_20_30 & operator=(::FoodItemComponentData_v1_20_30 const &)
static MCAPI void bindType(::cereal::ReflectionCtx &ctx, ::std::vector<::AllExperiments > const &requiredToggles, ::std::optional<::SemVersion > releasedMinFormatVersion)
MCAPI FoodItemComponentData_v1_20_30(::FoodItemComponentData_v1_20_30 const &)
MCAPI void * $ctor(::FoodItemComponentData_v1_20_30 const &)
Definition ReflectionCtx.h:11
Definition ctx.h:5
Definition Alias.h:14