LeviLamina
Loading...
Searching...
No Matches
ComponentItemComponentData_v1_20_40.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/world/item/components/AllowOffHandItemComponent.h"
7#include "mc/world/item/components/CanDestroyInCreativeItemComponent.h"
8#include "mc/world/item/components/ChargeableItemComponentLegacyFactoryData.h"
9#include "mc/world/item/components/CooldownItemComponent.h"
10#include "mc/world/item/components/DamageItemComponent.h"
11#include "mc/world/item/components/DiggerItemComponentLegacyFactoryData.h"
12#include "mc/world/item/components/DisplayNameItemComponent.h"
13#include "mc/world/item/components/DurabilityItemComponent.h"
14#include "mc/world/item/components/EnchantableItemComponent.h"
15#include "mc/world/item/components/EntityPlacerItemComponentLegacyFactoryData.h"
16#include "mc/world/item/components/FoodItemComponentData_v1_20_30.h"
17#include "mc/world/item/components/FuelItemComponent.h"
18#include "mc/world/item/components/GlintItemComponent.h"
19#include "mc/world/item/components/HandEquippedItemComponent.h"
20#include "mc/world/item/components/HoverTextColorItemComponent.h"
21#include "mc/world/item/components/IconItemComponentLegacyFactoryData.h"
22#include "mc/world/item/components/InteractButtonItemComponent.h"
23#include "mc/world/item/components/LiquidClippedItemComponent.h"
24#include "mc/world/item/components/MaxStackSizeItemComponent.h"
25#include "mc/world/item/components/PlanterItemComponentLegacyFactoryData.h"
26#include "mc/world/item/components/ProjectileItemComponent.h"
27#include "mc/world/item/components/RecordItemComponent.h"
28#include "mc/world/item/components/RepairableItemComponent.h"
29#include "mc/world/item/components/ShooterItemComponentLegacyFactoryData.h"
30#include "mc/world/item/components/ShouldDespawnItemComponent.h"
31#include "mc/world/item/components/StackedByDataItemComponent.h"
32#include "mc/world/item/components/ThrowableItemComponentLegacyFactoryData.h"
33#include "mc/world/item/components/UseAnimationItemComponent.h"
34#include "mc/world/item/components/UseModifiersItemComponentLegacyFactoryData.h"
35#include "mc/world/item/components/WearableItemComponentLegacyFactoryData.h"
36
37// auto generated forward declare list
38// clang-format off
39namespace cereal { struct ReflectionCtx; }
40// clang-format on
41
43public:
44 // member variables
45 // NOLINTBEGIN
46 ::ll::TypedStorage<8, 80, ::std::optional<::ChargeableItemComponentLegacyFactoryData>> chargeableItemComponent;
47 ::ll::TypedStorage<8, 80, ::std::optional<::CooldownItemComponent>> cooldownItemComponent;
48 ::ll::TypedStorage<8, 40, ::std::optional<::DurabilityItemComponent>> durabilityItemComponent;
49 ::ll::TypedStorage<8, 104, ::std::optional<::DiggerItemComponentLegacyFactoryData>> diggerItemComponent;
50 ::ll::TypedStorage<8, 56, ::std::optional<::DisplayNameItemComponent>> displayNameItemComponent;
51 ::ll::TypedStorage<8, 240, ::std::optional<::EntityPlacerItemComponentLegacyFactoryData>> entityPlacerItemComponent;
52 ::ll::TypedStorage<8, 40, ::std::optional<::FoodItemComponentData_v1_20_30>> foodItemComponent;
53 ::ll::TypedStorage<8, 32, ::std::optional<::FuelItemComponent>> fuelItemComponent;
54 ::ll::TypedStorage<8, 48, ::std::optional<::IconItemComponentLegacyFactoryData>> iconItemComponent;
55 ::ll::TypedStorage<8, 72, ::std::optional<::PlanterItemComponentLegacyFactoryData>> planterItemComponent;
56 ::ll::TypedStorage<8, 208, ::std::optional<::ProjectileItemComponent>> projectileItemComponent;
57 ::ll::TypedStorage<8, 48, ::std::optional<::RepairableItemComponent>> repairableItemComponent;
58 ::ll::TypedStorage<8, 48, ::std::optional<::ShooterItemComponentLegacyFactoryData>> shooterItemComponent;
59 ::ll::TypedStorage<4, 40, ::std::optional<::ThrowableItemComponentLegacyFactoryData>> throwableItemComponent;
60 ::ll::TypedStorage<4, 24, ::std::optional<::WearableItemComponentLegacyFactoryData>> wearableItemComponent;
61 ::ll::TypedStorage<8, 40, ::std::optional<::RecordItemComponent>> recordItemComponent;
62 ::ll::TypedStorage<8, 32, ::std::optional<::MaxStackSizeItemComponent>> maxStackSizeItemComponent;
63 ::ll::TypedStorage<8, 32, ::std::optional<::CanDestroyInCreativeItemComponent>> canDestroyInCreativeItemComponent;
64 ::ll::TypedStorage<8, 72, ::std::optional<::HoverTextColorItemComponent>> hoverTextColorItemComponent;
65 ::ll::TypedStorage<4, 24, ::std::optional<::UseModifiersItemComponentLegacyFactoryData>> useModifiersItemComponent;
66 ::ll::TypedStorage<8, 32, ::std::optional<::StackedByDataItemComponent>> stackedByDataItemComponent;
67 ::ll::TypedStorage<8, 32, ::std::optional<::GlintItemComponent>> glintItemComponent;
68 ::ll::TypedStorage<8, 32, ::std::optional<::HandEquippedItemComponent>> handEquippedItemComponent;
69 ::ll::TypedStorage<8, 32, ::std::optional<::ShouldDespawnItemComponent>> shouldDespawnItemComponent;
70 ::ll::TypedStorage<8, 32, ::std::optional<::DamageItemComponent>> damageItemComponent;
71 ::ll::TypedStorage<8, 32, ::std::optional<::AllowOffHandItemComponent>> allowOffHandItemComponent;
72 ::ll::TypedStorage<8, 32, ::std::optional<::LiquidClippedItemComponent>> liquidClippedItemComponent;
73 ::ll::TypedStorage<8, 32, ::std::optional<::UseAnimationItemComponent>> useAnimationItemComponent;
74 ::ll::TypedStorage<8, 64, ::std::optional<::EnchantableItemComponent>> enchantableItemComponent;
75 ::ll::TypedStorage<8, 64, ::std::optional<::InteractButtonItemComponent>> interactButtonItemComponent;
76 // NOLINTEND
77
78public:
79 // prevent constructor by default
81
82public:
83 // member functions
84 // NOLINTBEGIN
86
88
89 MCAPI ::ComponentItemComponentData_v1_20_40& operator=(::ComponentItemComponentData_v1_20_40&&);
90
91 MCAPI ::ComponentItemComponentData_v1_20_40& operator=(::ComponentItemComponentData_v1_20_40 const&);
92
94 // NOLINTEND
95
96public:
97 // static functions
98 // NOLINTBEGIN
99 MCAPI static void bindType(::cereal::ReflectionCtx& ctx);
100 // NOLINTEND
101
102public:
103 // constructor thunks
104 // NOLINTBEGIN
105 MCAPI void* $ctor(::ComponentItemComponentData_v1_20_40 const&);
106
107 MCAPI void* $ctor(::ComponentItemComponentData_v1_20_40&&);
108 // NOLINTEND
109
110public:
111 // destructor thunk
112 // NOLINTBEGIN
113 MCAPI void $dtor();
114 // NOLINTEND
115};
Definition ComponentItemComponentData_v1_20_40.h:42
Definition ReflectionCtx.h:11
Definition ctx.h:5