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
35public:
36 // member variables
37 // NOLINTBEGIN
38 ::ll::TypedStorage<8, 24, ::std::vector<::ShooterItemComponentLegacyFactoryData::ShooterAmmunitionEntry>>
39 mAmmunition;
40 ::ll::TypedStorage<4, 4, float> mDrawDuration;
41 ::ll::TypedStorage<1, 1, bool> mScalePowerByDrawDuration;
42 ::ll::TypedStorage<1, 1, bool> mChargeOnDraw;
43 // NOLINTEND
44
45public:
46 // static functions
47 // NOLINTBEGIN
48 MCAPI static void bindType(
50 ::std::vector<::AllExperiments> const& requiredToggles,
51 ::std::optional<::SemVersion> releasedMinFormatVersion
52 );
53 // NOLINTEND
54
55public:
56 // vftables
57 // NOLINTBEGIN
58 MCNAPI static void** $vftable();
59 // NOLINTEND
60};
Definition SemVersion.h:15
Definition IItemComponentLegacyFactoryData.h:5
Definition ShooterItemComponentLegacyFactoryData.h:24
Definition ShooterItemComponentLegacyFactoryData.h:16
Definition ReflectionCtx.h:11
Definition ctx.h:5