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