LeviLamina
Loading...
Searching...
No Matches
WeaponItemComponent.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/world/actor/DefinitionTrigger.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
13class HashedString;
14class SemVersion;
15namespace cereal { struct ReflectionCtx; }
16// clang-format on
17
18struct WeaponItemComponent : public ::IItemComponentLegacyFactoryData {
19public:
20 // member variables
21 // NOLINTBEGIN
22 ::ll::TypedStorage<8, 56, ::DefinitionTrigger> mOnHurtActor;
23 ::ll::TypedStorage<8, 56, ::DefinitionTrigger> mOnHitActor;
24 ::ll::TypedStorage<8, 56, ::DefinitionTrigger> mOnHitBlock;
25 // NOLINTEND
26
27public:
28 // member functions
29 // NOLINTBEGIN
30 MCAPI WeaponItemComponent();
31
32 MCAPI WeaponItemComponent(::WeaponItemComponent const&);
33
34 MCAPI ::WeaponItemComponent& operator=(::WeaponItemComponent const&);
35 // NOLINTEND
36
37public:
38 // static functions
39 // NOLINTBEGIN
40 MCAPI static void bindType(
42 ::std::vector<::AllExperiments> const& requiredToggles,
43 ::std::optional<::SemVersion> releasedMinFormatVersion
44 );
45
46 MCAPI static ::HashedString const& getIdentifier();
47 // NOLINTEND
48
49public:
50 // constructor thunks
51 // NOLINTBEGIN
52 MCAPI void* $ctor();
53
54 MCAPI void* $ctor(::WeaponItemComponent const&);
55 // NOLINTEND
56
57public:
58 // vftables
59 // NOLINTBEGIN
60 MCNAPI static void** $vftable();
61 // NOLINTEND
62};
Definition DefinitionTrigger.h:16
Definition HashedString.h:5
Definition SemVersion.h:15
Definition IItemComponentLegacyFactoryData.h:5
static MCAPI void ** $vftable()
Definition ReflectionCtx.h:11
Definition ctx.h:5