LeviLamina
Loading...
Searching...
No Matches
ShooterItemComponentLegacyFactoryData.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/world/item/ItemDescriptor.h"
7#include "mc/world/item/components/IItemComponentLegacyFactoryData.h"
8#include "mc/world/level/storage/AllExperiments.h"
9
10// auto generated forward declare list
11// clang-format off
12class SemVersion;
13namespace cereal { struct ReflectionCtx; }
14// clang-format on
15
17public:
18 // ShooterItemComponentLegacyFactoryData inner types declare
19 // clang-format off
21 // clang-format on
22
23 // ShooterItemComponentLegacyFactoryData inner types define
25 public:
26 // member variables
27 // NOLINTBEGIN
28 ::ll::TypedStorage<8, 16, ::ItemDescriptor> itemDesc;
29 ::ll::TypedStorage<1, 1, bool> useOffhand;
30 ::ll::TypedStorage<1, 1, bool> searchInventory;
31 ::ll::TypedStorage<1, 1, bool> useInCreative;
32 // NOLINTEND
33
34 public:
35 // prevent constructor by default
37
38 public:
39 // member functions
40 // NOLINTBEGIN
42
43 MCFOLD ::ShooterItemComponentLegacyFactoryData::ShooterAmmunitionEntry&
45 // NOLINTEND
46
47 public:
48 // constructor thunks
49 // NOLINTBEGIN
51 // NOLINTEND
52 };
53
54public:
55 // member variables
56 // NOLINTBEGIN
57 ::ll::TypedStorage<8, 24, ::std::vector<::ShooterItemComponentLegacyFactoryData::ShooterAmmunitionEntry>>
58 mAmmunition;
59 ::ll::TypedStorage<4, 4, float> mDrawDuration;
60 ::ll::TypedStorage<1, 1, bool> mScalePowerByDrawDuration;
61 ::ll::TypedStorage<1, 1, bool> mChargeOnDraw;
62 // NOLINTEND
63
64public:
65 // virtual functions
66 // NOLINTBEGIN
67 // vIndex: 0
68 virtual ~ShooterItemComponentLegacyFactoryData() /*override*/ = default;
69 // NOLINTEND
70
71public:
72 // static functions
73 // NOLINTBEGIN
74 MCAPI static void bindType(
76 ::std::vector<::AllExperiments> const& requiredToggles,
77 ::std::optional<::SemVersion> releasedMinFormatVersion
78 );
79 // NOLINTEND
80
81public:
82 // vftables
83 // NOLINTBEGIN
84 MCNAPI static void** $vftable();
85 // NOLINTEND
86};
Definition SemVersion.h:16
Definition IItemComponentLegacyFactoryData.h:5
Definition ShooterItemComponentLegacyFactoryData.h:24
Definition ShooterItemComponentLegacyFactoryData.h:16
Definition ReflectionCtx.h:11
Definition ctx.h:5