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/item/ItemDescriptor.h"
7#include "mc/world/level/storage/AllExperiments.h"
8
9// auto generated forward declare list
10// clang-format off
11class SemVersion;
12namespace cereal { struct ReflectionCtx; }
13// clang-format on
14
15struct FoodItemComponentData_v1_20_30 {
16public:
17 // member variables
18 // NOLINTBEGIN
19 ::ll::TypedStorage<4, 4, int> mNutrition;
20 ::ll::TypedStorage<4, 4, float> mSaturationModifier;
21 ::ll::TypedStorage<8, 16, ::ItemDescriptor> mUsingConvertsTo;
22 ::ll::TypedStorage<1, 1, bool> mCanAlwaysEat;
23 // NOLINTEND
24
25public:
26 // member functions
27 // NOLINTBEGIN
28 MCAPI FoodItemComponentData_v1_20_30();
29 // NOLINTEND
30
31public:
32 // static functions
33 // NOLINTBEGIN
34 MCAPI static void bindType(
36 ::std::vector<::AllExperiments> const& requiredToggles,
37 ::std::optional<::SemVersion> releasedMinFormatVersion
38 );
39 // NOLINTEND
40
41public:
42 // constructor thunks
43 // NOLINTBEGIN
44 MCAPI void* $ctor();
45 // NOLINTEND
46};
Definition SemVersion.h:15
Definition ReflectionCtx.h:11
Definition ctx.h:5