LeviLamina
Loading...
Searching...
No Matches
ComponentItemComponentData.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/shared_types/v1_20_50/item/AllowOffHandItemComponent.h"
7#include "mc/deps/shared_types/v1_20_50/item/CanDestroyInCreativeItemComponent.h"
8#include "mc/deps/shared_types/v1_20_50/item/CooldownItemComponent.h"
9#include "mc/deps/shared_types/v1_20_50/item/DamageItemComponent.h"
10#include "mc/deps/shared_types/v1_20_50/item/DiggerItemComponent.h"
11#include "mc/deps/shared_types/v1_20_50/item/DisplayNameItemComponent.h"
12#include "mc/deps/shared_types/v1_20_50/item/DurabilityItemComponent.h"
13#include "mc/deps/shared_types/v1_20_50/item/EnchantableItemComponent.h"
14#include "mc/deps/shared_types/v1_20_50/item/EntityPlacerItemComponent.h"
15#include "mc/deps/shared_types/v1_20_50/item/FoodItemComponent.h"
16#include "mc/deps/shared_types/v1_20_50/item/FuelItemComponent.h"
17#include "mc/deps/shared_types/v1_20_50/item/GlintItemComponent.h"
18#include "mc/deps/shared_types/v1_20_50/item/HandEquippedItemComponent.h"
19#include "mc/deps/shared_types/v1_20_50/item/HoverTextColorItemComponent.h"
20#include "mc/deps/shared_types/v1_20_50/item/InteractButtonItemComponent.h"
21#include "mc/deps/shared_types/v1_20_50/item/LiquidClippedItemComponent.h"
22#include "mc/deps/shared_types/v1_20_50/item/MaxStackSizeItemComponent.h"
23#include "mc/deps/shared_types/v1_20_50/item/ProjectileItemComponent.h"
24#include "mc/deps/shared_types/v1_20_50/item/RecordItemComponent.h"
25#include "mc/deps/shared_types/v1_20_50/item/RepairableItemComponent.h"
26#include "mc/deps/shared_types/v1_20_50/item/ShooterItemComponent.h"
27#include "mc/deps/shared_types/v1_20_50/item/ShouldDespawnItemComponent.h"
28#include "mc/deps/shared_types/v1_20_50/item/StackedByDataItemComponent.h"
29#include "mc/deps/shared_types/v1_20_50/item/TagsItemComponent.h"
30#include "mc/deps/shared_types/v1_20_50/item/ThrowableItemComponent.h"
31#include "mc/deps/shared_types/v1_20_50/item/UseAnimationItemComponent.h"
32#include "mc/deps/shared_types/v1_20_50/item/UseModifiersItemComponent.h"
33#include "mc/deps/shared_types/v1_20_50/item/WearableItemComponent.h"
34#include "mc/deps/shared_types/v1_21_10/item/DamageAbsorptionItemComponent.h"
35#include "mc/deps/shared_types/v1_21_10/item/DurabilitySensorItemComponent.h"
36#include "mc/deps/shared_types/v1_21_30/item/BundleInteractionItemComponent.h"
37#include "mc/deps/shared_types/v1_21_30/item/DyeableItemComponent.h"
38#include "mc/deps/shared_types/v1_21_30/item/RarityItemComponent.h"
39#include "mc/deps/shared_types/v1_21_40/item/PlanterItemComponent.h"
40#include "mc/deps/shared_types/v1_21_50/item/CompostableItemComponent.h"
41#include "mc/deps/shared_types/v1_21_60/item/CustomComponentsItemComponent.h"
42#include "mc/deps/shared_types/v1_21_60/item/StorageItemComponent.h"
43#include "mc/deps/shared_types/v1_21_60/item/StorageWeightLimitItemComponent.h"
44#include "mc/deps/shared_types/v1_21_60/item/StorageWeightModifierItemComponent.h"
45#include "mc/deps/shared_types/v1_21_80/item/IconItemComponent.h"
46
47// auto generated forward declare list
48// clang-format off
49namespace cereal { struct ReflectionCtx; }
50// clang-format on
51
52namespace SharedTypes::v1_21_80 {
53
54struct ComponentItemComponentData {
55public:
56 // member variables
57 // NOLINTBEGIN
58 ::ll::TypedStorage<1, 2, ::std::optional<::SharedTypes::v1_20_50::AllowOffHandItemComponent>>
59 allowOffHandItemComponent;
60 ::ll::TypedStorage<4, 8, ::std::optional<::SharedTypes::v1_21_30::BundleInteractionItemComponent>>
61 bundleInteractionItemComponent;
62 ::ll::TypedStorage<1, 2, ::std::optional<::SharedTypes::v1_20_50::CanDestroyInCreativeItemComponent>>
63 canDestroyInCreativeItemComponent;
64 ::ll::TypedStorage<8, 48, ::std::optional<::SharedTypes::v1_20_50::CooldownItemComponent>> cooldownItemComponent;
65 ::ll::TypedStorage<1, 2, ::std::optional<::SharedTypes::v1_21_50::CompostableItemComponent>>
66 compostableItemComponent;
67 ::ll::TypedStorage<8, 40, ::std::optional<::SharedTypes::v1_21_60::CustomComponentsItemComponent>>
68 customComponentsItemComponent;
69 ::ll::TypedStorage<8, 32, ::std::optional<::SharedTypes::v1_21_10::DamageAbsorptionItemComponent>>
70 damageAbsorptionItemComponent;
71 ::ll::TypedStorage<2, 4, ::std::optional<::SharedTypes::v1_20_50::DamageItemComponent>> damageItemComponent;
72 ::ll::TypedStorage<8, 40, ::std::optional<::SharedTypes::v1_20_50::DiggerItemComponent>> diggerItemComponent;
73 ::ll::TypedStorage<8, 40, ::std::optional<::SharedTypes::v1_20_50::DisplayNameItemComponent>>
74 displayNameItemComponent;
75 ::ll::TypedStorage<4, 16, ::std::optional<::SharedTypes::v1_20_50::DurabilityItemComponent>>
76 durabilityItemComponent;
77 ::ll::TypedStorage<8, 32, ::std::optional<::SharedTypes::v1_21_10::DurabilitySensorItemComponent>>
78 durabilitySensorItemComponent;
79 ::ll::TypedStorage<4, 20, ::std::optional<::SharedTypes::v1_21_30::DyeableItemComponent>> dyeableItemComponent;
80 ::ll::TypedStorage<8, 48, ::std::optional<::SharedTypes::v1_20_50::EnchantableItemComponent>>
81 enchantableItemComponent;
82 ::ll::TypedStorage<8, 88, ::std::optional<::SharedTypes::v1_20_50::EntityPlacerItemComponent>>
83 entityPlacerItemComponent;
84 ::ll::TypedStorage<8, 48, ::std::optional<::SharedTypes::v1_20_50::FoodItemComponent>> foodItemComponent;
85 ::ll::TypedStorage<4, 8, ::std::optional<::SharedTypes::v1_20_50::FuelItemComponent>> fuelItemComponent;
86 ::ll::TypedStorage<1, 2, ::std::optional<::SharedTypes::v1_20_50::GlintItemComponent>> glintItemComponent;
87 ::ll::TypedStorage<1, 2, ::std::optional<::SharedTypes::v1_20_50::HandEquippedItemComponent>>
88 handEquippedItemComponent;
89 ::ll::TypedStorage<8, 40, ::std::optional<::SharedTypes::v1_20_50::HoverTextColorItemComponent>>
90 hoverTextColorItemComponent;
91 ::ll::TypedStorage<8, 72, ::std::optional<::SharedTypes::v1_21_80::IconItemComponent>> iconItemComponent;
92 ::ll::TypedStorage<8, 48, ::std::optional<::SharedTypes::v1_20_50::InteractButtonItemComponent>>
93 interactButtonItemComponent;
94 ::ll::TypedStorage<1, 2, ::std::optional<::SharedTypes::v1_20_50::LiquidClippedItemComponent>>
95 liquidClippedItemComponent;
96 ::ll::TypedStorage<2, 4, ::std::optional<::SharedTypes::v1_20_50::MaxStackSizeItemComponent>>
97 maxStackSizeItemComponent;
98 ::ll::TypedStorage<8, 72, ::std::optional<::SharedTypes::v1_21_40::PlanterItemComponent>> planterItemComponent;
99 ::ll::TypedStorage<8, 48, ::std::optional<::SharedTypes::v1_20_50::ProjectileItemComponent>>
100 projectileItemComponent;
101 ::ll::TypedStorage<8, 40, ::std::optional<::SharedTypes::v1_21_30::RarityItemComponent>> rarityItemComponent;
102 ::ll::TypedStorage<4, 16, ::std::optional<::SharedTypes::v1_20_50::RecordItemComponent>> recordItemComponent;
103 ::ll::TypedStorage<8, 32, ::std::optional<::SharedTypes::v1_20_50::RepairableItemComponent>>
104 repairableItemComponent;
105 ::ll::TypedStorage<8, 40, ::std::optional<::SharedTypes::v1_20_50::ShooterItemComponent>> shooterItemComponent;
106 ::ll::TypedStorage<1, 2, ::std::optional<::SharedTypes::v1_20_50::ShouldDespawnItemComponent>>
107 shouldDespawnItemComponent;
108 ::ll::TypedStorage<1, 2, ::std::optional<::SharedTypes::v1_20_50::StackedByDataItemComponent>>
109 stackedByDataItemComponent;
110 ::ll::TypedStorage<8, 64, ::std::optional<::SharedTypes::v1_21_60::StorageItemComponent>> storageItemComponent;
111 ::ll::TypedStorage<4, 8, ::std::optional<::SharedTypes::v1_21_60::StorageWeightLimitItemComponent>>
112 storageWeightLimitItemComponent;
113 ::ll::TypedStorage<4, 8, ::std::optional<::SharedTypes::v1_21_60::StorageWeightModifierItemComponent>>
114 storageWeightModifierItemComponent;
115 ::ll::TypedStorage<8, 32, ::std::optional<::SharedTypes::v1_20_50::TagsItemComponent>> tagsItemComponent;
116 ::ll::TypedStorage<4, 24, ::std::optional<::SharedTypes::v1_20_50::ThrowableItemComponent>> throwableItemComponent;
117 ::ll::TypedStorage<1, 2, ::std::optional<::SharedTypes::v1_20_50::UseAnimationItemComponent>>
118 useAnimationItemComponent;
119 ::ll::TypedStorage<4, 28, ::std::optional<::SharedTypes::v1_20_50::UseModifiersItemComponent>>
120 useModifiersItemComponent;
121 ::ll::TypedStorage<4, 12, ::std::optional<::SharedTypes::v1_20_50::WearableItemComponent>> wearableItemComponent;
122 // NOLINTEND
123
124public:
125 // member functions
126 // NOLINTBEGIN
127 MCAPI ComponentItemComponentData();
128
129 MCAPI ComponentItemComponentData(::SharedTypes::v1_21_80::ComponentItemComponentData&&);
130
131 MCAPI ComponentItemComponentData(::SharedTypes::v1_21_80::ComponentItemComponentData const&);
132
133 MCFOLD ::SharedTypes::v1_21_80::ComponentItemComponentData&
135
136 MCFOLD ::SharedTypes::v1_21_80::ComponentItemComponentData&
138
139 MCAPI ~ComponentItemComponentData();
140 // NOLINTEND
141
142public:
143 // static functions
144 // NOLINTBEGIN
145 MCAPI static void bindType(::cereal::ReflectionCtx& ctx);
146 // NOLINTEND
147
148public:
149 // constructor thunks
150 // NOLINTBEGIN
151 MCFOLD void* $ctor();
152
154
156 // NOLINTEND
157
158public:
159 // destructor thunk
160 // NOLINTBEGIN
161 MCFOLD void $dtor();
162 // NOLINTEND
163};
164
165} // namespace SharedTypes::v1_21_80
Definition ComponentItemComponentData.h:54
Definition ReflectionCtx.h:11
Definition ctx.h:5