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