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
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 // prevent constructor by default
28
29public:
30 // member functions
31 // NOLINTBEGIN
33
34 MCAPI ::FoodItemComponentData_v1_20_30& operator=(::FoodItemComponentData_v1_20_30 const&);
35 // NOLINTEND
36
37public:
38 // static functions
39 // NOLINTBEGIN
40 MCAPI static void bindType(
42 ::std::vector<::AllExperiments> const& requiredToggles,
43 ::std::optional<::SemVersion> releasedMinFormatVersion
44 );
45 // NOLINTEND
46
47public:
48 // constructor thunks
49 // NOLINTBEGIN
50 MCAPI void* $ctor(::FoodItemComponentData_v1_20_30 const&);
51 // NOLINTEND
52};
Definition SemVersion.h:16
Definition FoodItemComponentData_v1_20_30.h:15
Definition ReflectionCtx.h:11
Definition ctx.h:5