LeviLamina
Loading...
Searching...
No Matches
FoodItemComponentLegacyFactoryData.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/world/actor/DefinitionTrigger.h"
7#include "mc/world/item/ItemDescriptor.h"
8#include "mc/world/item/components/IItemComponentLegacyFactoryData.h"
9#include "mc/world/level/storage/AllExperiments.h"
10
11// auto generated forward declare list
12// clang-format off
13class SemVersion;
14namespace cereal { struct ReflectionCtx; }
15// clang-format on
16
18public:
19 // member variables
20 // NOLINTBEGIN
21 ::ll::TypedStorage<4, 4, int> mNutrition;
22 ::ll::TypedStorage<4, 4, float> mSaturationModifier;
23 ::ll::TypedStorage<8, 16, ::ItemDescriptor> mUsingConvertsTo;
24 ::ll::TypedStorage<1, 1, bool> mCanAlwaysEat;
25 ::ll::TypedStorage<8, 56, ::DefinitionTrigger> mOnConsume;
26 // NOLINTEND
27
28#ifdef LL_PLAT_S
29public:
30 // prevent constructor by default
33
34#else // LL_PLAT_C
35#endif
36public:
37 // virtual functions
38 // NOLINTBEGIN
39 virtual ~FoodItemComponentLegacyFactoryData() /*override*/ = default;
40 // NOLINTEND
41
42public:
43 // member functions
44 // NOLINTBEGIN
45#ifdef LL_PLAT_S
47#endif
48 // NOLINTEND
49
50public:
51 // static functions
52 // NOLINTBEGIN
53 MCAPI static void bindType(
55 ::std::vector<::AllExperiments> const& requiredToggles,
56 ::std::optional<::SemVersion> releasedMinFormatVersion
57 );
58 // NOLINTEND
59
60public:
61 // constructor thunks
62 // NOLINTBEGIN
63#ifdef LL_PLAT_S
64 MCAPI void* $ctor(::FoodItemComponentLegacyFactoryData const&);
65#endif
66 // NOLINTEND
67
68public:
69 // vftables
70 // NOLINTBEGIN
71 MCNAPI static void** $vftable();
72 // NOLINTEND
73};
Definition SemVersion.h:15
Definition FoodItemComponentLegacyFactoryData.h:17
static MCAPI void ** $vftable()
Definition IItemComponentLegacyFactoryData.h:5
Definition ReflectionCtx.h:11
Definition ctx.h:5